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