This commit is contained in:
Benoît S. 2018-01-18 17:14:08 +01:00
parent 0b58f66e4e
commit 6984c5a25a

20
HowtoBitwarden.md Normal file
View file

@ -0,0 +1,20 @@
---
categories: utilities web
title: Howto Bitwarden : installation et utilisation courante.
---
* Documentation Bitwarden : <https://help.bitwarden.com/article/install-on-premise/>
## Installation
Sous Debian 9, nous installons [HowtoDocker](Docker), 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
~~~