From 80a435fc9f7146c5e06b5e72651bce4682673fdb Mon Sep 17 00:00:00 2001 From: "community-scripts-pr-app[bot]" <189241966+community-scripts-pr-app[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 10:32:34 +0000 Subject: [PATCH] Update date in json (#12173) Co-authored-by: GitHub Actions --- frontend/public/json/cronmaster.json | 68 ++++++++++++++-------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/frontend/public/json/cronmaster.json b/frontend/public/json/cronmaster.json index 690b7227f..2b5f9c58e 100644 --- a/frontend/public/json/cronmaster.json +++ b/frontend/public/json/cronmaster.json @@ -1,35 +1,35 @@ { - "name": "CronMaster", - "slug": "cronmaster", - "categories": [ - 1 - ], - "date_created": "2026-02-17", - "type": "pve", - "updateable": true, - "privileged": false, - "interface_port": 3000, - "documentation": "https://github.com/fccview/cronmaster", - "website": "https://github.com/fccview/cronmaster", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/cr-nmaster.webp", - "config_path": "/opt/cronmaster/.env", - "description": "Self-hosted cron job scheduler with web UI, live logs, auth and prebuilt binaries provided upstream.", - "install_methods": [ - { - "type": "default", - "script": "tools/addon/cronmaster.sh", - "resources": { - "cpu": null, - "ram": null, - "hdd": null, - "os": null, - "version": null - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [] -} \ No newline at end of file + "name": "CronMaster", + "slug": "cronmaster", + "categories": [ + 1 + ], + "date_created": "2026-02-22", + "type": "pve", + "updateable": true, + "privileged": false, + "interface_port": 3000, + "documentation": "https://github.com/fccview/cronmaster", + "website": "https://github.com/fccview/cronmaster", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/cr-nmaster.webp", + "config_path": "/opt/cronmaster/.env", + "description": "Self-hosted cron job scheduler with web UI, live logs, auth and prebuilt binaries provided upstream.", + "install_methods": [ + { + "type": "default", + "script": "tools/addon/cronmaster.sh", + "resources": { + "cpu": null, + "ram": null, + "hdd": null, + "os": null, + "version": null + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [] +}