mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-19 11:08:11 +01:00
Update config.json
This commit is contained in:
@@ -90,7 +90,10 @@
|
||||
"PGID": 0,
|
||||
"PUID": 0,
|
||||
"additional_apps": "engrampa,libreoffice",
|
||||
"data_location": "/config/data"
|
||||
"data_location": "/config/data",
|
||||
"certfile": "fullchain.pem",
|
||||
"keyfile": "privkey.pem",
|
||||
"use_own_certs": false
|
||||
},
|
||||
"panel_admin": false,
|
||||
"panel_icon": "mdi:monitor",
|
||||
@@ -101,7 +104,7 @@
|
||||
"23/tcp": null,
|
||||
"25/tcp": null,
|
||||
"3000/tcp": 3000,
|
||||
"3001/tcp": null,
|
||||
"3001/tcp": 3001,
|
||||
"3002/tcp": null,
|
||||
"53/tcp": null,
|
||||
"80/tcp": null
|
||||
@@ -113,7 +116,7 @@
|
||||
"23/tcp": "TELNET",
|
||||
"25/tcp": "SMTP",
|
||||
"3000/tcp": "Web interface",
|
||||
"3001/tcp": "custom port 1",
|
||||
"3001/tcp": "Web interface ssl",
|
||||
"3002/tcp": "custom port 2",
|
||||
"53/tcp": "DNS",
|
||||
"80/tcp": "http"
|
||||
@@ -131,17 +134,20 @@
|
||||
"PUID": "int",
|
||||
"TZ": "match([A-Z][a-z]*./[A-Z][a-z]*.)?",
|
||||
"additional_apps": "str?",
|
||||
"certfile": "str",
|
||||
"cifsdomain": "str?",
|
||||
"cifspassword": "str?",
|
||||
"cifsusername": "str?",
|
||||
"data_location": "str?",
|
||||
"keyfile": "str",
|
||||
"localdisks": "str?",
|
||||
"networkdisks": "str?"
|
||||
"networkdisks": "str?",
|
||||
"use_own_certs": "bool?"
|
||||
},
|
||||
"slug": "webtop",
|
||||
"tmpfs": true,
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "0.2",
|
||||
"version": "fb06d0b4-ls71",
|
||||
"video": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user