Migrated all 80 app JSON files to place config_path inside each install_methods object instead of at the root level. This allows different install methods (e.g. Debian vs Alpine) to have distinct config paths. Also updated AGENTS.md JSON structure example to reflect the change.
45 lines
1.1 KiB
JSON
45 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",
|
|
"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"
|
|
}
|
|
]
|
|
}
|