This wiki is for documenting every single step taken in setting up my own homelab. There are a couple sections in this wiki that are not strictly to do with homelabbing or self-hosting, but nonetheless are valuable lessons I’ve learned in the process.
Contents (A-Z)
Cloudflare
Docker
Navidrome
Network
Ports
Scripts
To run any of the services listed under this homelab project, start and stop scripts have been configured to start either all or specified services.
Usage
To start specific services or all services:
./start cloudflared portainer
./start all
To stop specific services or all services:
./stop cloudflared portainer
./stop portainer -v
./stop all
To see a list of all available services:
./help