From f85683239fc8d5b8dcfeb0689a22298be606bddf Mon Sep 17 00:00:00 2001 From: ProxMenuxBot Date: Sun, 22 Feb 2026 12:05:24 +0000 Subject: [PATCH] Update helpers_cache.json --- json/helpers_cache.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/json/helpers_cache.json b/json/helpers_cache.json index 20788dc1..d3fcb35b 100644 --- a/json/helpers_cache.json +++ b/json/helpers_cache.json @@ -1202,6 +1202,23 @@ "password": "admin" } }, + { + "name": "CR*NMASTER", + "slug": "cronmaster", + "desc": "Self-hosted cron job scheduler with web UI, live logs, auth and prebuilt binaries provided upstream.", + "script": "tools/addon/cronmaster.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/cronmaster.sh", + "script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/tools/addon/cronmaster.sh", + "os": "generic", + "categories": [ + 1 + ], + "notes": [ + "Credentials are saved to: /root/cronmaster.creds", + "Update with: update_cronmaster" + ], + "type": "addon" + }, { "name": "cross-seed", "slug": "cross-seed", @@ -2327,6 +2344,23 @@ "password": "admin" } }, + { + "name": "Gramps Web", + "slug": "gramps-web", + "desc": "Gramps Web is a collaborative genealogy platform for browsing, editing and sharing family trees through a modern web interface.", + "script": "ct/gramps-web.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/gramps-web.sh", + "script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/gramps-web.sh", + "os": "debian", + "categories": [ + 12 + ], + "notes": [ + "On first access, create the owner account via the built-in onboarding wizard.", + "The initial deployment compiles the frontend and can take several minutes." + ], + "type": "ct" + }, { "name": "Graylog", "slug": "graylog",