refactor: move config_path from root into install_methods
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.
This commit is contained in:
@@ -12,12 +12,12 @@
|
||||
"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",
|
||||
"config_path": "/config",
|
||||
"resources": {
|
||||
"cpu": 1,
|
||||
"ram": 512,
|
||||
@@ -41,4 +41,4 @@
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user