Merge pull request #1584 from glabutis/feat/companion

feat: add Bitfocus Companion LXC installer
This commit is contained in:
CanbiZ (MickLesk)
2026-03-27 14:09:25 +01:00
committed by GitHub
3 changed files with 195 additions and 0 deletions

43
json/companion.json Normal file
View File

@@ -0,0 +1,43 @@
{
"name": "Bitfocus Companion",
"slug": "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 a dedicated system user and systemd service, fetching the latest release via the Bitfocus API.",
"install_methods": [
{
"type": "default",
"script": "ct/companion.sh",
"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"
},
{
"text": "Requires libusb for USB device (Stream Deck) bindings.",
"type": "info"
}
]
}