Complete Guide to Bitwarden Self-Hosted Password Manager on Raspberry Pi

HomeOther ContentComplete Guide to Bitwarden Self-Hosted Password Manager on Raspberry Pi
Complete Guide to Bitwarden Self-Hosted Password Manager on Raspberry Pi
Complete Guide to Bitwarden Self-Hosted Password Manager on Raspberry Pi
» Tips «
I put a lot of work into this, I would really appreciate it: https://www.paypal.me/censiclick

Chapters:
0:00 Introduction
0:20 Preview

1:07 Installing the Raspberry Pi OS
https://www.raspberrypi.org/software/
1h30 Preparing the SD card
https://www.e-tinkers.com/2017/03/boot-raspberry-pi-with-wifi-on-first-boot/

2:12 Connecting with SSH and installing Docker
2:58 Docker Quick Install 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 Install Docker manually
4:07 Added /"pi/" to Docker group
4:31 Docker testing
4:46 Uploading Bitwarden Server (DOCKER TAG HAS CHANGED SINCE VIDEO CREATED, use 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 /

Please take the opportunity to connect and share this video with your friends and family if you find it useful.

No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *