Skip to content

Commit 1cc8b93

Browse files
authored
Fix Radicale category (#3830)
1 parent b132580 commit 1cc8b93

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed

frontend/public/json/radicale.json

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
{
2-
"name": "Radicale",
3-
"slug": "radicale",
4-
"categories": [
5-
6
6-
],
7-
"date_created": "2025-02-02",
8-
"type": "ct",
9-
"updateable": false,
10-
"privileged": false,
11-
"interface_port": 5232,
12-
"documentation": "https://radicale.org/master.html#documentation-1",
13-
"website": "https://radicale.org/",
14-
"logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/radicale.svg",
15-
"description": "Radicale is a small but powerful CalDAV (calendars, to-do lists) and CardDAV (contacts)",
16-
"install_methods": [
17-
{
18-
"type": "default",
19-
"script": "ct/radicale.sh",
20-
"resources": {
21-
"cpu": 1,
22-
"ram": 512,
23-
"hdd": 2,
24-
"os": "debian",
25-
"version": "12"
26-
}
2+
"name": "Radicale",
3+
"slug": "radicale",
4+
"categories": [
5+
0
6+
],
7+
"date_created": "2025-02-02",
8+
"type": "ct",
9+
"updateable": false,
10+
"privileged": false,
11+
"interface_port": 5232,
12+
"documentation": "https://radicale.org/master.html#documentation-1",
13+
"website": "https://radicale.org/",
14+
"logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/radicale.svg",
15+
"description": "Radicale is a small but powerful CalDAV (calendars, to-do lists) and CardDAV (contacts)",
16+
"install_methods": [
17+
{
18+
"type": "default",
19+
"script": "ct/radicale.sh",
20+
"resources": {
21+
"cpu": 1,
22+
"ram": 512,
23+
"hdd": 2,
24+
"os": "debian",
25+
"version": "12"
2726
}
28-
],
29-
"default_credentials": {
30-
"username": null,
31-
"password": null
32-
},
33-
"notes": [
34-
{
27+
}
28+
],
29+
"default_credentials": {
30+
"username": null,
31+
"password": null
32+
},
33+
"notes": [
34+
{
3535
"text": "To view the user credentials : `cat radicale.creds`",
3636
"type": "info"
37-
},
38-
{
39-
"text": "This application requires additional configuration. Please refer to https://github.com/community-scripts/ProxmoxVE/discussions/2073.",
40-
"type": "info"
41-
}
42-
]
43-
}
37+
},
38+
{
39+
"text": "This application requires additional configuration. Please refer to https://github.com/community-scripts/ProxmoxVE/discussions/2073.",
40+
"type": "info"
41+
}
42+
]
43+
}

0 commit comments

Comments
 (0)