feat: add Apprise API metadata file
This commit is contained in:
44
json/apprise-api.json
Normal file
44
json/apprise-api.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user