User Tools

Site Tools


computing:bitwarden

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
computing:bitwarden [2019/09/02 16:23] – created oemb1905computing:bitwarden [2019/12/30 02:30] oemb1905
Line 7: Line 7:
 ------------------------------------------- -------------------------------------------
  
-//bitwarden// +//bitwarden// [incomplete & non-functional, improvements from hacking club welcome]
  
 ------------------------------------------- -------------------------------------------
  
-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.  First, install docker.  Currently, the scripts below were current as of the post date below, but always check the official documentation in case this has been changed or updated.  +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.  As always, do not begin with setting up sensitive web-hosting environments without first securing your installation - for that, read [[https://wiki.haacksnetworking.com/doku.php?id=computing:apachesurvival|Apache Survival]] first.  First, install docker.  Currently, the scripts below were current as of the post date below, but always check the official documentation in case this has been changed or updated.  
  
   curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -   curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
Line 32: Line 32:
       && chmod +x bitwarden.sh           && chmod +x bitwarden.sh    
   ./bitwarden.sh install   ./bitwarden.sh install
 +
 +Common bitwarden config tweaks and commands to rebuild it:
 +
 +  ./bwdata/config.yml
 +  ./bitwarden.sh rebuild
 +  ./bitwarden.sh update
 +  ./bitwarden.sh start
  
 [[https://help.bitwarden.com/article/install-on-premise/#install-bitwarden [[https://help.bitwarden.com/article/install-on-premise/#install-bitwarden
Line 38: Line 45:
 [[https://docs.docker.com/compose/install/|Debian Docker Compose]] [[https://docs.docker.com/compose/install/|Debian Docker Compose]]
  
- --- //[[oemb1905@jonathanhaack.com|oemb1905]] 2019/09/02 16:13// + --- //[[jonathan@haacksnetworking.com|oemb1905]] 2019/12/30 02:13//
- +
- +
- +
- +