HA: Difference between revisions

435 bytes added ,  1 month ago
Line 98:
Start the Container
sudo docker run -d --name=esphome --restart=unless-stopped --privileged --net=host -e TZ=Europe/Dublin -v /home/pi/esphome/config:/config esphome/esphome
 
= BitWarden =
Source [https://pimylifeup.com/raspberry-pi-bitwarden/#bitwardenportainer pimylifeup.com]
 
sudo docker pull vaultwarden/server:latest
sudo docker run -d --name bitwarden \
--restart=always \
-v /bw-data/:/data/ \
-p 127.0.0.1:8080:80 \
-p 127.0.0.1:3012:3012 \
vaultwarden/server:latest
 
Even though we have Bitwarden up and running now, it isn’t possible to use it until we set up HTTPS.
{{UC}}
 
= Notifications =