1
0
mirror of synced 2025-12-15 20:12:17 +01:00
Files
hassio-addons/oscam/config.json
2022-08-25 10:10:16 +02:00

24 lines
544 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",
"boot": "auto",
"init": false,
"full_access": true,
"privileged": ["NET_ADMIN", "SYS_ADMIN", "SYS_RAWIO", "SYS_TIME", "SYS_NICE"],
"ports": {
"8888/tcp": 8888,
"9999/tcp": 9999
},
"ports_description": {
"8888/tcp": "Web Interface",
"9999/tcp": "OSCAM Server"
},
"map": [
"config:rw"
],
"hassio_role": "default"
}