Files
ProxmoxVEDHelperScripts/json/apprise-api.json
CanbiZ (MickLesk) 48c1fc9b19 fix logos
2026-04-21 09:38:41 +02:00

44 lines
1.1 KiB
JSON

{
"name": "Apprise API",
"slug": "apprise-api",
"categories": [
19
],
"date_created": "2026-03-24",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 8000,
"documentation": "https://appriseit.com/api/",
"website": "https://appriseit.com/api/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/apprise.webp",
"description": "The Apprise API is a web-based gateway to the Apprise library.",
"install_methods": [
{
"type": "default",
"script": "ct/apprise-api.sh",
"config_path": "/config",
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 2,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Persistent storage is used for config, attach, plugin and tmp. These are all at root level.",
"type": "info"
},
{
"text": "Logs would typically be output to stdout and stderr, these have been updated to output to /opt/apprise/logs for ease of access.",
"type": "info"
}
]
}