# Bitwarden server (Vaultwarden) ## 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.