Initialize repository with README

This commit is contained in:
Tanguy Herbron 2021-06-01 23:03:50 +02:00
commit 1b1c2f5759
2 changed files with 17 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
data

16
README.md Normal file
View 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.