Initialize repository with README
This commit is contained in:
commit
1b1c2f5759
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
data
|
16
README.md
Normal file
16
README.md
Normal file
@ -0,0 +1,16 @@
|
||||
# Torrent stack
|
||||
## Usage
|
||||
Self-hosted password manager, giving individual the insurance that data is not used by unkown entity, with the drawback of having to take care of the security yourself.
|
||||
|
||||
This server is based off [Vaultwarden](https://github.com/dani-garcia/vaultwarden), an unofficial Bitwarden server working seamlessly with all Bitwarden clients (officials and community).
|
||||
|
||||
## Requirements
|
||||
Do deploy this instance, you only need to install `docker-compose` and `docker`.
|
||||
|
||||
## Installation
|
||||
```
|
||||
git clone https://git.halia.dev/athens-school/Bitwarden.git
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
All necessary images should be downloaded automatically and the service should be started in the background.
|
Loading…
Reference in New Issue
Block a user