Discover Hidden Gems: Open-Source Software You Should Know About
suicidaleggroll @ suicidaleggroll @lemmy.world Posts 0Comments 9Joined 2 mo. ago
suicidaleggroll @ suicidaleggroll @lemmy.world
Posts
0
Comments
9
Joined
2 mo. ago
OliveTin, gives you a clean web UI for pre-defined shell scripts, with a dynamically reloadable YAML configuration.
There are a ton of things you could use it for, but I use it for container and system updates. A pre-processor runs on a schedule and collects a list of all containers and systems on my network that have available updates, and generates the OliveTin YAML config with a button for each. Loading up the OliveTin webUI in a browser and clicking the corresponding button installs the update and cycles the container or reboots the host as needed. It makes it trivially easy to see which systems need updating at a glance, and to apply those updates from any machine on my network with a web browser, including my phone or tablet.