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.
36 lines
963 B
JSON
36 lines
963 B
JSON
{
|
|
"name": "CaddyManager",
|
|
"slug": "caddymanager",
|
|
"categories": [
|
|
21
|
|
],
|
|
"date_created": "2026-02-11",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 80,
|
|
"documentation": "https://caddymanager.online/#/docs",
|
|
"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.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/caddymanager.sh",
|
|
"config_path": "/opt/caddymanager/caddymanager.env",
|
|
"resources": {
|
|
"cpu": 1,
|
|
"ram": 1024,
|
|
"hdd": 4,
|
|
"os": "Debian",
|
|
"version": "13"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": "caddyrocks"
|
|
},
|
|
"notes": []
|
|
}
|