Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Help about MediaWiki
FUTO
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Introduction to a Self Managed Life: a 13 hour & 28 minute presentation by FUTO software
(section)
Main Page
Discussion
English
Read
Edit
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
Edit source
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Step 3: Configure Bitwarden Environment == ''[https://bitwarden.com/help/install-on-premise-linux/#install-docker-and-docker-compose Bitwarden’s installation instructions]'' are the opposite of Onlyoffice’s. They actually work, and their documentation is amazing. You can find them ''[https://bitwarden.com/help/install-on-premise-linux/#install-docker-and-docker-compose here]''. <span id="create-bitwarden-user-and-set-permissions"></span> ==== 3.1 Create Bitwarden user and set permissions ==== <pre>sudo adduser bitwarden sudo usermod -aG docker bitwarden</pre> Use the following command to log in as the new user, <code>bitwarden</code>: <pre>sudo login</pre> Enter credentials for the <code>bitwarden</code> user to log in. <span id="create-and-configure-bitwarden-directory"></span> ==== 3.2: Create and Configure Bitwarden Directory ==== <pre>sudo mkdir /opt/bitwarden sudo chmod -R 700 /opt/bitwarden sudo chown -R bitwarden:bitwarden /opt/bitwarden</pre> <span id="enable-docker-service"></span> ==== 3.3: Enable Docker Service ==== <pre>sudo systemctl start docker sudo systemctl enable docker</pre> <span id="download-and-prepare-installation-script"></span> ==== 3.4: Download and Prepare Installation Script ==== <pre>cd /opt/bitwarden curl -Lso bitwarden.sh "https://func.bitwarden.com/api/dl/?app=self-host&platform=linux" chmod +x bitwarden.sh</pre> <span id="run-the-installation-script"></span> ==== 3.5: Run the Installation Script ==== <pre>./bitwarden.sh install</pre> <div class="figure"> <gallery mode="packed-hover" heights=250 widths=400 perrow=2> File:image-20241107020120196.png </gallery> </div> <div class="figure"> <gallery mode="packed-hover" heights=250 widths=400 perrow=2> File:image-20241107020217334.png </gallery> </div> <span id="installation-configuration-notes"></span> ==== 3.6 Installation Configuration Notes ==== During installation, you’ll need to provide: * '''Domain Name''': Use <code>bitwarden.home.arpa</code> * '''SSL Certificate''': Choose ‘n’ for Let’s Encrypt if using a self-signed certificate ** Bitwarden auto-generates a self-signed certificate for you. Isn’t Bitwarden nice? * '''Installation Credentials''': Get these from [https://bitwarden.com/host/ bitwarden.com/host] '''Important''': Your installation ID and key will look similar to: <pre>462b197d-14f0-410e-a2c6-b21200fd09f2 Pcf8vNk5udgT3dI9OWJj</pre> <span id="port-configuration"></span> ==== 3.7 Port Configuration ==== If running multiple services (like mailcow), you’ll need to modify the ports in <code>/opt/bitwarden/bwdata/config.yml</code>: <pre>http_port: 81 # Changed from 80 https_port: 444 # Changed from 443</pre> <span id="step-4-configure-bitwarden-settings"></span>
Summary:
Please note that all contributions to FUTO may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
FUTO:Copyrights
for details).
Do not submit copyrighted work without permission!
To protect the wiki against automated edit spam, we kindly ask you to solve the following hCaptcha:
Cancel
Editing help
(opens in new window)