1
0
mirror of synced 2025-12-13 11:22:16 +01:00
Files
hassio-addons/oscam/config.json
2024-09-05 23:43:19 +02:00

25 lines
503 B
JSON

{
"name": "OSCAM",
"version": "1.0",
"slug": "oscam",
"description": "This add-on allows you to have a OSCAM-Server.",
"arch": ["armv7", "aarch64", "amd64"],
"startup": "application",
"webui": "http://[HOST]:[PORT:8888]",
"boot": "auto",
"init": false,
"uart": true,
"ports": {
"8888/tcp": 8888,
"9999/tcp": 9999
},
"ports_description": {
"8888/tcp": "Web Interface",
"9999/tcp": "OSCAM Server"
},
"map": [
"config:rw"
],
"hassio_role": "default"
}