From f93230f6a866c18c9eaa996600a7dbae03ce6183 Mon Sep 17 00:00:00 2001 From: Criseda Date: Fri, 14 Aug 2026 02:52:05 +0100 Subject: [PATCH] docs: add AutoStopper to related projects (#4231) --- docs/misc/related-projects.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/misc/related-projects.md b/docs/misc/related-projects.md index 5e0d5531..e689b098 100644 --- a/docs/misc/related-projects.md +++ b/docs/misc/related-projects.md @@ -29,3 +29,7 @@ A tool that is bundled with this image to provide complex, re-usable preparation ### [itzg/rcon](https://github.com/itzg/docker-rcon-web-admin) An image that dockerizes [rcon-web-admin](https://github.com/rcon-web-admin/rcon-web-admin). + +### [AutoStopper](https://github.com/Criseda/AutoStopper) + +A Velocity plugin that stops idle backend servers and wakes them when players connect, with readiness-aware Docker lifecycle management.