You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
928 B
35 lines
928 B
Installation mit ./bitwarden.sh install
|
|
root@saibelstefan-vm-01:/srv/services/bitwarden# ./bitwarden.sh install
|
|
|
|
(!) Enter the domain name for your Bitwarden instance (ex. bitwarden.company.com): leer lassen
|
|
(!) Enter your installation id (get at https://bitwarden.com/host): <install-id>
|
|
(!) Enter your installation key: <install-key>
|
|
(!) Do you have a SSL certificate to use? (y/n): n
|
|
(!) Do you want to generate a self-signed SSL certificate? (y/n): n
|
|
|
|
"docker-compose.override.yml" nach bwdata/docker kopieren
|
|
"bwdata/config.yml" anpassen und die http und https ports entfernen
|
|
|
|
Email server kann man unter bwdata/env/global.override.env einrichten
|
|
|
|
./bitwarden.sh rebuild
|
|
./bitwarden.sh start
|
|
|
|
im Caddyfile folgendes hinzufügen:
|
|
|
|
bitwarden.ericklein.de {
|
|
gzip
|
|
tls hello@ericklein.de
|
|
proxy / bitwarden-nginx:8080 {
|
|
websocket
|
|
}
|
|
|
|
}
|
|
|
|
caddy neustarten!
|
|
|
|
https://bitwarden.ericklein.de/ öffnen
|
|
|
|
DONE!
|
|
|