Delete apprise-api (ct) after migration to ProxmoxVE (#1744)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-04-24 14:10:16 +00:00
committed by GitHub
parent 1971f32fb3
commit c3f9c35926
4 changed files with 0 additions and 186 deletions

View File

@@ -1,44 +0,0 @@
{
"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"
}
]
}