mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-05-31 08:49:02 +00:00
* Update jsons * push * more * Switch to CDN * push new Icons into Branch * Update dotnetaspwebapi.json * add proxmox logo * Update wger.json * switch to webp * Update apt-cacher-ng.json * Update homarr.json * finalize * Update sqlserver2022.json * fixes * merge --------- Co-authored-by: tremor021 <arezina.slavisa@gmail.com> Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"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://cdn.jsdelivr.net/gh/selfhst/icons/webp/radicale.webp",
|
|
"config_path": "/etc/radicale/config or ~/.config/radicale/config",
|
|
"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": [
|
|
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|