mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-17 12:59:13 +02:00
Allow mounting
This commit is contained in:
@@ -87,6 +87,10 @@
|
|||||||
"ports_description": {
|
"ports_description": {
|
||||||
"3000/tcp": "web interface"
|
"3000/tcp": "web interface"
|
||||||
},
|
},
|
||||||
|
"privileged": [
|
||||||
|
"SYS_ADMIN",
|
||||||
|
"DAC_READ_SEARCH"
|
||||||
|
],
|
||||||
"schema": {
|
"schema": {
|
||||||
"DNS_server": "str?",
|
"DNS_server": "str?",
|
||||||
"DRINODE": "list(/dev/dri/card0|/dev/dri/card1|/dev/dri/card2|/dev/dri/renderD128|/dev/dri/renderD129|)?",
|
"DRINODE": "list(/dev/dri/card0|/dev/dri/card1|/dev/dri/card2|/dev/dri/renderD128|/dev/dri/renderD129|)?",
|
||||||
@@ -106,6 +110,6 @@
|
|||||||
"slug": "webtop-kde",
|
"slug": "webtop-kde",
|
||||||
"tmpfs": true,
|
"tmpfs": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "4.16-r0-ls89-xfce5",
|
"version": "4.16-r0-ls89-xfce6",
|
||||||
"video": true
|
"video": true
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user