format json

This commit is contained in:
MickLesk
2026-05-20 15:20:22 +02:00
parent 31e8c11d6c
commit 75fac84d54

View File

@@ -1,44 +1,44 @@
{ {
"name": "MatterJS-Server", "name": "MatterJS-Server",
"slug": "matterjs-server", "slug": "matterjs-server",
"categories": [ "categories": [
16 16
], ],
"date_created": "2026-05-20", "date_created": "2026-05-20",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 5580, "interface_port": 5580,
"documentation": "https://github.com/matter-js/matterjs-server", "documentation": "https://github.com/matter-js/matterjs-server",
"website": "https://github.com/matter-js/matterjs-server", "website": "https://github.com/matter-js/matterjs-server",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/home-assistant.webp", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/home-assistant.webp",
"description": "JavaScript-based Matter controller server (successor to Python Matter Server). Provides a WebSocket API compatible with the Home Assistant Matter integration.", "description": "JavaScript-based Matter controller server (successor to Python Matter Server). Provides a WebSocket API compatible with the Home Assistant Matter integration.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/matterjs-server.sh", "script": "ct/matterjs-server.sh",
"config_path": null, "config_path": null,
"resources": { "resources": {
"cpu": 2, "cpu": 2,
"ram": 1024, "ram": 1024,
"hdd": 4, "hdd": 4,
"os": "Debian", "os": "Debian",
"version": "13" "version": "13"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": null, "username": null,
"password": null "password": null
},
"notes": [
{
"text": "This is a Beta version. Not yet officially CSA-certified.",
"type": "warning"
}, },
{ "notes": [
"text": "For Matter-over-Thread (Thread Border Router), IPv6 must be enabled in the LXC container.", {
"type": "info" "text": "This is a Beta version. Not yet officially CSA-certified.",
} "type": "warning"
] },
{
"text": "For Matter-over-Thread (Thread Border Router), IPv6 must be enabled in the LXC container.",
"type": "info"
}
]
} }