6086222503
- Move homelab, Jafner.dev (now called blog) to root. - Rename "archived projects" -> "archive" - Rename "active projects" -> "projects" - Rename "jafner-homebrew" -> "5ehomebrew" - Rename "docker-llm-amd" -> "local-ai"
907 B
907 B
1. Networking
- Power cycle the ONT. Wait until the top three lights are green.
- Power cycle the modem. Wait until the power, WAN, and Ethernet 1 lights are green.
- Power cycle the router Switches and APs should not need power cycling. Once the indicator LED is solid white, everything should be back online.
2. Homelab
- Power on the desktop or laptop.
- Power on the NAS. The DS4243 will power itself on automatically. Wait until the webui at nas.jafner.net is responsive.
- Power on the Server. Once it is accessible, run a
sudo mount -a
to mount all network shares defined in/etc/fstab
. Then rundocker start $(docker ps -aq)
to start all Docker containers. Note: Rundocker inspect -f '{{ .Mounts }}' $(docker ps -q)
to get a list of volumes for all running containers, useful for determining whether a container is reliant on a mounted directory.