Full Guide to Self-Hosting Password Manager Bitwarden on Raspberry Pi
censiCLICK
» Tipping « I put a lot of work into this, I'd really appreciate it: https://www.paypal.me/censiclick
Chapters: 0:00 Intro 0:20 Overview
1:07 Installing Raspberry Pi OS https://www.raspberrypi.org/software/ 1:30 Preparing SD Card https://www.e-tinkers.com/2017/03/boot-raspberry-pi-with-wifi-on-first-boot/
2:12 Connecting with SSH & Installing Docker 2:58 Docker quick installation script https://github.com/docker/docker-install 3:08 Docker web index https://download.docker.com/linux/debian/dists/buster/pool/stable/armhf/ 3:43 Installing Docker manually 4:07 Adding "pi" to Docker group 4:31 Testing Docker 4:46 Downloading Bitwarden server (DOCKER TAG HAS CHANGED SINCE MAKING THE VIDEO, use the correct command below) docker run -d --name bitwarden -v /bw-data/:/data/ -p 8080:80 bitwardenrs/server:latest-arm32v6
6:13 Creating a self-signed HTTPS certificate https://github.com/dani-garcia/bitwarden_rs/wiki/Private-CA-and-self-signed-certs-that-work-with-Chrome 8:47 Running Bitwarden server with certificates docker run -d --name bitwarden --restart unless-stopped -v /bw-data:/data -v /etc/ssl/certs:/ssl -e ROCKET_TLS='{certs="/ssl/bitwarden.crt",key="/ssl/bitwarden.key"}' -p 8080:80 bitwardenrs/server:latest-arm32v6
9:14 Installing our certificate 9:44 Installation in Firefox 10:22 Installation in Google Chrome 10:38 Installation on iOS 11:23 Installation on Android
11:46 Outro
Twitter: https://twitter.com/CensiClick
Subscribe to my channel! https://goo.gl/B8Z9v8 Music by Epidemic Sound: https://www.epidemicsound.com/referral/3308ry/ Check out more of my videos: https://www.youtube.com/censiclick/videos
This video will show you how to self-host the password manager Bitwarden on a Raspberry Pi. With your own server, you have full control over your precious passwords. With Bitwarden_rs, you can even enjoy Bitwarden Premium features for free. We will cover Docker for running the server and create our own HTTPS certificate, so all communication with Bitwarden is encrypted.
» Credits « "Raspberry Pi 3D-Model" by JoSaCo; Licensed under CC BY 4.0 ( https://creativecommons.org/licenses/by/4.0/ ); Changes: Removed black plate under soldering connections from model Stock footage provided by Videezy "Woman suprised" by Wolfgang Langer from Pexels "Down arrow icon" by icoicons Music, arrow, fast, fast forward icon by Royyan Wijaya; Licensed under CC BY 3.0 ( https://creativecommons.org/licenses/by/3.0/ ); Changes: Colored stroke "Certificate, https, monitor, secure, ssl icon" by Alexiuz AS ( https://whcompare.com/ ) Sunburst Shape by Brusheezy ... https://www.youtube.com/watch?v=eCJA1F72izc
82793879 Bytes