1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-04-19 23:28:07 +00:00

Fix Radicale category (#3830)

This commit is contained in:
Slaviša Arežina 2025-04-11 08:42:30 +02:00 committed by GitHub
parent b132580f62
commit 1cc8b93fc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,43 +1,43 @@
{ {
"name": "Radicale", "name": "Radicale",
"slug": "radicale", "slug": "radicale",
"categories": [ "categories": [
6 0
], ],
"date_created": "2025-02-02", "date_created": "2025-02-02",
"type": "ct", "type": "ct",
"updateable": false, "updateable": false,
"privileged": false, "privileged": false,
"interface_port": 5232, "interface_port": 5232,
"documentation": "https://radicale.org/master.html#documentation-1", "documentation": "https://radicale.org/master.html#documentation-1",
"website": "https://radicale.org/", "website": "https://radicale.org/",
"logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/radicale.svg", "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)", "description": "Radicale is a small but powerful CalDAV (calendars, to-do lists) and CardDAV (contacts)",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/radicale.sh", "script": "ct/radicale.sh",
"resources": { "resources": {
"cpu": 1, "cpu": 1,
"ram": 512, "ram": 512,
"hdd": 2, "hdd": 2,
"os": "debian", "os": "debian",
"version": "12" "version": "12"
}
} }
], }
"default_credentials": { ],
"username": null, "default_credentials": {
"password": null "username": null,
}, "password": null
"notes": [ },
{ "notes": [
{
"text": "To view the user credentials : `cat radicale.creds`", "text": "To view the user credentials : `cat radicale.creds`",
"type": "info" "type": "info"
}, },
{ {
"text": "This application requires additional configuration. Please refer to https://github.com/community-scripts/ProxmoxVE/discussions/2073.", "text": "This application requires additional configuration. Please refer to https://github.com/community-scripts/ProxmoxVE/discussions/2073.",
"type": "info" "type": "info"
} }
] ]
} }