Advanced Search
Search Results
45 total results found
Docker Stack
My main server machine, pages about what is running and how it is configured
Unraid Server
Main server
Docker on rasperry pi's
smaller projects run from raspberry pi's
Raspberry Pis
Pi-Hole
Pi-Hole currently being run here in docker compose ##Docker compose file##sudo nano docker-compose.yml version: "3" services: pihole: container_name: pihole image: pihole/pihole:latest ports: - "53:53/tcp" - "53:53/udp" - "67:67/udp" - "80:80/tcp" ...
kubernetes k3s
Network stuff
PiVPN
PiVPN is being run from this pi curl -L https://install.pivpn.io | bash This was an easy solution to get VPN access to devices in my home This was done on rasp-007 so it could integrate easily with Pi-Hole, all devices on VPN use dns from Pi-Hole and ge...
retropie
Install docker and docker compose
##Install Docker## curl -fsSL https://get.docker.com -o get-docker.sh sudo chmod +x get-docker.sh sudo ./get-docker.sh sudo usermod -aG docker pi ##Install Docker-Compose## sudo apt-get install -y libffi-dev libssl-dev python3 python3-pip sudo apt-get r...
System Info
Hardware
rasp-007
raspberry pi 7
Installing Docker
AdminTools
Plex
Plex related apps