wiki/HowtoBitwarden.md

20 lines
531 B
Markdown
Raw Normal View History

2018-01-18 17:14:08 +01:00
---
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
~~~