From 6984c5a25acd2f86b93e07753dad58af7466adb9 Mon Sep 17 00:00:00 2001 From: bserie Date: Thu, 18 Jan 2018 17:14:08 +0100 Subject: [PATCH] init --- HowtoBitwarden.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 HowtoBitwarden.md diff --git a/HowtoBitwarden.md b/HowtoBitwarden.md new file mode 100644 index 00000000..68898fb6 --- /dev/null +++ b/HowtoBitwarden.md @@ -0,0 +1,20 @@ +--- +categories: utilities web +title: Howto Bitwarden : installation et utilisation courante. +--- + +* Documentation Bitwarden : + +## 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 +~~~ \ No newline at end of file