Go to file
2024-12-21 00:06:58 +01:00
manifests feat(bump): CVE fix 2024-12-21 00:06:58 +01:00
.gitignore Initialize repository with README 2021-06-01 23:03:50 +02:00
docker-compose.yml Add docker-compose file 2021-06-01 23:05:43 +02:00
README.md feat(deployment): Add k3s manifests for argocd 2023-03-19 19:16:42 +01:00

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, 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.