This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computing:bitwarden [2019/12/30 02:11] – oemb1905 | computing:bitwarden [2024/02/17 16:05] (current) – removed oemb1905 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ------------------------------------------- | ||
| - | * **bitwarden** | ||
| - | * **Jonathan Haack** | ||
| - | * **Haack' | ||
| - | * **netcmnd@jonathanhaack.com** | ||
| - | ------------------------------------------- | ||
| - | |||
| - | // | ||
| - | |||
| - | ------------------------------------------- | ||
| - | |||
| - | This tutorial is for users of Debian GNU/Linux and it provides a quick overview of how to set up bitwarden community edition docker instance. | ||
| - | |||
| - | curl -fsSL https:// | ||
| - | sudo add-apt-repository \ | ||
| - | " | ||
| - | | ||
| - | | ||
| - | sudo apt-get update | ||
| - | sudo apt-get install docker-ce docker-ce-cli containerd.io | ||
| - | sudo docker run hello-world | ||
| - | |||
| - | Now, you need to install docker compose (again, check official documentation for updates to this): | ||
| - | |||
| - | sudo curl -L " | ||
| - | sudo chmod +x / | ||
| - | |||
| - | Now that docker is fully installed, we can install bitwarden community edition. | ||
| - | |||
| - | curl -Lso bitwarden.sh https:// | ||
| - | && chmod +x bitwarden.sh | ||
| - | ./ | ||
| - | |||
| - | Common bitwarden config tweaks and commands to rebuild it: | ||
| - | |||
| - | ./ | ||
| - | ./ | ||
| - | ./ | ||
| - | ./ | ||
| - | |||
| - | [[https:// | ||
| - | |BitWarden Community Edition Installation]] | ||
| - | [[https:// | ||
| - | [[https:// | ||
| - | |||
| - | --- // | ||
| - | |||
| - | |||
| - | |||
| - | |||