commit 1b1c2f57599ef7d64ec625edc6d38fceab3de686 Author: Tanguy Herbron Date: Tue Jun 1 23:03:50 2021 +0200 Initialize repository with README diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1269488 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +data diff --git a/README.md b/README.md new file mode 100644 index 0000000..28fab7e --- /dev/null +++ b/README.md @@ -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.