From b05f0fb059b6bdaab671a8c6a0edc0ed06eabadb Mon Sep 17 00:00:00 2001 From: MickLesk Date: Sun, 22 Feb 2026 11:37:23 +0100 Subject: [PATCH] switch type of cronmaster to addon --- frontend/public/json/cronmaster.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/frontend/public/json/cronmaster.json b/frontend/public/json/cronmaster.json index 2b5f9c58e..9907c01f9 100644 --- a/frontend/public/json/cronmaster.json +++ b/frontend/public/json/cronmaster.json @@ -5,7 +5,7 @@ 1 ], "date_created": "2026-02-22", - "type": "pve", + "type": "addon", "updateable": true, "privileged": false, "interface_port": 3000, @@ -31,5 +31,14 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "text": "Credentials are saved to: /root/cronmaster.creds", + "type": "info" + }, + { + "text": "Update with: update_cronmaster", + "type": "info" + } + ] }