How to Install BitWarden on OMV and Docker

How to Install Bitwarden on OMV and Docker

In diy, OpenMediaVault, Tutorials, Video by dbtech

In this post we’ll take a look at How to Install Bitwarden on OMV and Docker.

The easiest and safest way for individuals, teams, and business organizations to store, share, and sync sensitive data.

Prerequisites

You’ll need to have Traefik and CloudFlare setup for this to work. Check out this tutorial in order to get that setup: https://dbtechreviews.com/2020/04/how-to-install-traefik-on-omv-and-docker/

Bitwarden will NOT let you access its vault unless you’re accessing it on an https:// URL.

Installation of Bitwarden

You can find a basic SSH command to run on Bitwarden’s website, but we’re not going to use that since we like to use Stacks whenever possible.

Here’s the Stack that we’re going to use for this installation:

---
version: "2"
services:
  bitwarden:
    image: bitwardenrs/server:latest
    container_name: bitwarden
    labels:
      - traefik.enable=true
      - traefik.http.routers.bitwarden.rule=Host(`pw.dbtechdemo.com`)
      - traefik.http.routers.bitwarden.entrypoints=web
      - traefik.http.services.bitwarden.loadbalancer.server.port=80
    networks:
      - web
    volumes:
      - /srv/dev-disk-by-label-Files/Config/BitWarden:/data/
    restart: unless-stopped

The only things you should need to change here is the URL used to access Bitwarden and the location of your Config folder in volumes. Once you have those 2 things changed to fit your setup, you can click the “Deploy the Container” button and give it a few minutes to download and setup everything needed for Bitwarden.

Other OpenMediaVault Tutorials

If you’re interested in other tutorials for your home server, check here: https://dbtechreviews.com/category/openmediavault/

/=========================================/

Like what I do? Want to be generous and help support my channel?

Here are some ways to support:

Patreon: https://dbte.ch/patreon

Ko-fi: https://dbte.ch/kofi

/=========================================/

Remember to leave a like on this video and subscribe if you want to see more!

/=========================================/

Follow Me:

Twitter: https://dbte.ch/tw

Facebook: https://dbte.ch/fb

Subscribe: https://dbte.ch/ytsub