A small collection of utility scripts for my homelab — Unraid, Docker, Home Assistant and friends. Each script lives in its own folder with its own README and can be used independently.
Working title. Rename the repo freely — nothing inside depends on the name.
| Script | Platform | What it does |
|---|---|---|
| docker-image-check | Unraid | Troubleshoot & clean what's filling up the Docker vDisk/directory |
(more to come)
homelab-scripts/
├── README.md # this index
├── LICENSE # applies to my own scripts (see Credits for exceptions)
├── CREDITS.md # attribution for derived / third-party work
└── unraid/
└── docker-image-check/
├── README.md
└── docker-image-check.sh
New categories get their own top-level folder as needed
(home-assistant/, proxmox/, linux/, …).
Each script is standalone. See the README inside each folder for details. Most Unraid scripts are meant to be pasted into the User Scripts plugin, but also run from a normal terminal.
Some scripts here are original; others are rewrites/derivatives of great work
by others. Attribution is tracked in CREDITS.md and in each
script's header. In particular, docker-image-check is derived from
SpaceinvaderOne/Unraid_check_docker_script.
See LICENSE. It covers my own original scripts. Derived scripts retain credit to their original authors — see CREDITS.