|
|
@@ -1,3 +1,24 @@
|
|
|
# rpi-setup
|
|
|
|
|
|
-Raspberry PI setup with links to useful docker containers and usage.
|
|
|
+Installing Docker
|
|
|
+https://pimylifeup.com/raspberry-pi-docker/
|
|
|
+
|
|
|
+Installing Portainer
|
|
|
+https://pimylifeup.com/raspberry-pi-portainer/
|
|
|
+
|
|
|
+Running OpenVPN
|
|
|
+https://cj-hewett.medium.com/running-openvpn-server-with-docker-on-a-raspberry-pi-with-noip-39459dd9b625
|
|
|
+
|
|
|
+Running Watchtower for updateing docker conatiners
|
|
|
+https://hub.docker.com/r/containrrr/watchtower
|
|
|
+ - docker run -d --name watchtower -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower
|
|
|
+
|
|
|
+Running PIHole
|
|
|
+https://pimylifeup.com/pi-hole-docker/
|
|
|
+
|
|
|
+MiniDLNA server
|
|
|
+https://hub.docker.com/r/vladgh/minidlna/
|
|
|
+
|
|
|
+Running get_iplayer
|
|
|
+https://hub.docker.com/r/thespad/get_iplayer
|
|
|
+
|