22
0
Fork 0
wiki/HowtoBitwarden.md

561 B

categories: utilities web title: Howto Bitwarden : installation et utilisation courante.

Installation

Sous Debian 9, nous installons HowtoDocker, HowtoDockerCompose puis bitwarden.

# adduser --disabled-password bitwarden
# adduser bitwarden docker
# sudo -iu bitwarden
$ curl -s -o bitwarden.sh \
  https://raw.githubusercontent.com/bitwarden/core/master/scripts/bitwarden.sh
$ chmod u+x bitwarden.sh
$ ./bitwarden.sh install