Files
ProxmoxVED/json/apprise-api.json
2026-03-24 09:26:12 -04: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://appriseit.com/_s/apprise-full-logo-light.DZmBGJFz.svg",
"config_path": "/config",
"description": "The Apprise API is a web-based gateway to the Apprise library.",
"install_methods": [
{
"type": "default",
"script": "ct/apprise-api.sh",
"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"
}
]
}