From 1cc8b93fc2e8139e63e10d203007a9da65f33103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Fri, 11 Apr 2025 08:42:30 +0200 Subject: [PATCH] Fix Radicale category (#3830) --- frontend/public/json/radicale.json | 78 +++++++++++++++--------------- 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/frontend/public/json/radicale.json b/frontend/public/json/radicale.json index 255408d91..5cb507787 100644 --- a/frontend/public/json/radicale.json +++ b/frontend/public/json/radicale.json @@ -1,43 +1,43 @@ { - "name": "Radicale", - "slug": "radicale", - "categories": [ - 6 - ], - "date_created": "2025-02-02", - "type": "ct", - "updateable": false, - "privileged": false, - "interface_port": 5232, - "documentation": "https://radicale.org/master.html#documentation-1", - "website": "https://radicale.org/", - "logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/radicale.svg", - "description": "Radicale is a small but powerful CalDAV (calendars, to-do lists) and CardDAV (contacts)", - "install_methods": [ - { - "type": "default", - "script": "ct/radicale.sh", - "resources": { - "cpu": 1, - "ram": 512, - "hdd": 2, - "os": "debian", - "version": "12" - } + "name": "Radicale", + "slug": "radicale", + "categories": [ + 0 + ], + "date_created": "2025-02-02", + "type": "ct", + "updateable": false, + "privileged": false, + "interface_port": 5232, + "documentation": "https://radicale.org/master.html#documentation-1", + "website": "https://radicale.org/", + "logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/radicale.svg", + "description": "Radicale is a small but powerful CalDAV (calendars, to-do lists) and CardDAV (contacts)", + "install_methods": [ + { + "type": "default", + "script": "ct/radicale.sh", + "resources": { + "cpu": 1, + "ram": 512, + "hdd": 2, + "os": "debian", + "version": "12" } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [ - { + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [ + { "text": "To view the user credentials : `cat radicale.creds`", "type": "info" - }, - { - "text": "This application requires additional configuration. Please refer to https://github.com/community-scripts/ProxmoxVE/discussions/2073.", - "type": "info" - } - ] - } \ No newline at end of file + }, + { + "text": "This application requires additional configuration. Please refer to https://github.com/community-scripts/ProxmoxVE/discussions/2073.", + "type": "info" + } + ] +}