wiki/HowtoBitwarden.md
2018-01-18 17:14:20 +01:00

539 B

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

Installation

Sous Debian 9, nous installons HowtoDocker, docker-compose 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