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:
@@ -10,7 +10,6 @@
|
||||
"privileged": false,
|
||||
"interface_port": 80,
|
||||
"documentation": "https://caddymanager.online/#/docs",
|
||||
"config_path": "/opt/caddymanager/caddymanager.env",
|
||||
"website": "https://caddymanager.online",
|
||||
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/caddymanager.webp",
|
||||
"description": "Caddy Manager is a free, open source tool to easily manage your Caddy web servers with a modern web interace. Simplify your workflow and focus on what matters.",
|
||||
@@ -18,6 +17,7 @@
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/caddymanager.sh",
|
||||
"config_path": "/opt/caddymanager/caddymanager.env",
|
||||
"resources": {
|
||||
"cpu": 1,
|
||||
"ram": 1024,
|
||||
|
||||
Reference in New Issue
Block a user