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:
@@ -1,43 +1,44 @@
|
||||
{
|
||||
"name": "Bitfocus Companion",
|
||||
"slug": "bitfocus-companion",
|
||||
"categories": [
|
||||
19
|
||||
],
|
||||
"date_created": "2026-03-16",
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": 8000,
|
||||
"documentation": "https://user.bitfocus.io/docs",
|
||||
"website": "https://bitfocus.io/companion",
|
||||
"logo": "https://raw.githubusercontent.com/bitfocus/companion/main/assets/icon.png",
|
||||
"description": "Bitfocus Companion enables the Elgato Stream Deck and other controllers to trigger actions in broadcast software. Installs headless with systemd service, fetching the latest release via the Bitfocus API.",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/bitfocus-companion.sh",
|
||||
"resources": {
|
||||
"cpu": 2,
|
||||
"ram": 512,
|
||||
"hdd": 8,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": null,
|
||||
"password": null
|
||||
"name": "Bitfocus Companion",
|
||||
"slug": "bitfocus-companion",
|
||||
"categories": [
|
||||
19
|
||||
],
|
||||
"date_created": "2026-03-16",
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": 8000,
|
||||
"documentation": "https://user.bitfocus.io/docs",
|
||||
"website": "https://bitfocus.io/companion",
|
||||
"logo": "https://raw.githubusercontent.com/bitfocus/companion/main/assets/icon.png",
|
||||
"description": "Bitfocus Companion enables the Elgato Stream Deck and other controllers to trigger actions in broadcast software. Installs headless with systemd service, fetching the latest release via the Bitfocus API.",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/bitfocus-companion.sh",
|
||||
"config_path": "",
|
||||
"resources": {
|
||||
"cpu": 2,
|
||||
"ram": 512,
|
||||
"hdd": 8,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": [
|
||||
{
|
||||
"text": "Companion v4.x downloads are served through the Bitfocus API, not GitHub Releases.",
|
||||
"type": "info"
|
||||
},
|
||||
"notes": [
|
||||
{
|
||||
"text": "Companion v4.x downloads are served through the Bitfocus API, not GitHub Releases.",
|
||||
"type": "info"
|
||||
},
|
||||
{
|
||||
"text": "Requires libusb for USB device (Stream Deck) bindings.",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
{
|
||||
"text": "Requires libusb for USB device (Stream Deck) bindings.",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user