Allow mounting

This commit is contained in:
Alexandre
2023-09-05 15:43:39 +02:00
parent 3cba6967d6
commit 1c2e193dcb

View File

@@ -87,6 +87,10 @@
"ports_description": {
"3000/tcp": "web interface"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"DNS_server": "str?",
"DRINODE": "list(/dev/dri/card0|/dev/dri/card1|/dev/dri/card2|/dev/dri/renderD128|/dev/dri/renderD129|)?",
@@ -106,6 +110,6 @@
"slug": "webtop-kde",
"tmpfs": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "4.16-r0-ls89-xfce5",
"version": "4.16-r0-ls89-xfce6",
"video": true
}