fix: correct category (19=Automation), lowercase os, cleanup
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"name": "Bitfocus Companion",
|
"name": "Bitfocus Companion",
|
||||||
"slug": "companion",
|
"slug": "companion",
|
||||||
"categories": [
|
"categories": [
|
||||||
12
|
19
|
||||||
],
|
],
|
||||||
"date_created": "2026-03-16",
|
"date_created": "2026-03-16",
|
||||||
"type": "ct",
|
"type": "ct",
|
||||||
@@ -11,8 +11,8 @@
|
|||||||
"interface_port": 8000,
|
"interface_port": 8000,
|
||||||
"documentation": "https://user.bitfocus.io/docs",
|
"documentation": "https://user.bitfocus.io/docs",
|
||||||
"website": "https://bitfocus.io/companion",
|
"website": "https://bitfocus.io/companion",
|
||||||
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/bitfocus-companion.webp",
|
"logo": "https://raw.githubusercontent.com/bitfocus/companion/main/assets/icon.png",
|
||||||
"description": "Bitfocus Companion enables Stream Decks and other controllers to trigger actions in broadcast software. Installs headless with systemd, fetching the latest release from the Bitfocus API.",
|
"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": [
|
"install_methods": [
|
||||||
{
|
{
|
||||||
"type": "default",
|
"type": "default",
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
"cpu": 2,
|
"cpu": 2,
|
||||||
"ram": 512,
|
"ram": 512,
|
||||||
"hdd": 8,
|
"hdd": 8,
|
||||||
"os": "Debian",
|
"os": "debian",
|
||||||
"version": "12"
|
"version": "12"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user