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",
"slug": "matterjs-server",
"categories": [
16
],
"date_created": "2026-05-20",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 5580,
"documentation": "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",
"description": "JavaScript-based Matter controller server (successor to Python Matter Server). Provides a WebSocket API compatible with the Home Assistant Matter integration.",
"install_methods": [
{
"type": "default",
"script": "ct/matterjs-server.sh",
"config_path": null,
"resources": {
"cpu": 2,
"ram": 1024,
"hdd": 4,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "This is a Beta version. Not yet officially CSA-certified.",
"type": "warning"
"name": "MatterJS-Server",
"slug": "matterjs-server",
"categories": [
16
],
"date_created": "2026-05-20",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 5580,
"documentation": "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",
"description": "JavaScript-based Matter controller server (successor to Python Matter Server). Provides a WebSocket API compatible with the Home Assistant Matter integration.",
"install_methods": [
{
"type": "default",
"script": "ct/matterjs-server.sh",
"config_path": null,
"resources": {
"cpu": 2,
"ram": 1024,
"hdd": 4,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
{
"text": "For Matter-over-Thread (Thread Border Router), IPv6 must be enabled in the LXC container.",
"type": "info"
}
]
}
"notes": [
{
"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"
}
]
}