Anleitung zur Installation eines eigenen Open Source Passwort Server.

1.  Update vom Ubuntu System 

sudo apt-get update

sudo apt-get update

2.  Installation Docker & Docker-Compose 

apt install docker.io
systemctl start docker
systemctl enable docker
apt install curl
curl -L "https://github.com/docker/compose/releases/download/1.23.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
docker-compose --version

3.  Runterladen vom Installations Script,

curl -Lso bitwarden.sh https://go.btwrdn.co/bw-sh \
&& chmod +x bitwarden.sh

4.  Ausführen vom Skript

./bitwarden.sh install

5. Installations ID/Key generieren

https://bitwarden.com/host

6.  Bitwarden Docker starten

./bitwarden.sh start