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