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://developers.plane.so/self-hosting/overview",
|
||||
"website": "https://plane.so",
|
||||
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/plane.webp",
|
||||
"config_path": "/opt/plane/apps/api/.env",
|
||||
"description": "Open-source project tracking tool that helps teams plan, track, and manage their software projects with issues, cycles, and modules.",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/plane.sh",
|
||||
"config_path": "/opt/plane/apps/api/.env",
|
||||
"resources": {
|
||||
"cpu": 4,
|
||||
"ram": 6144,
|
||||
@@ -49,4 +49,4 @@
|
||||
"type": "warning"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user