mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-07 01:18:16 +02:00
Update config.json
This commit is contained in:
@@ -5,7 +5,8 @@
|
|||||||
"environment": {
|
"environment": {
|
||||||
"PUID": "0",
|
"PUID": "0",
|
||||||
"PGID": "0",
|
"PGID": "0",
|
||||||
"HOME": "/share/webtop"
|
"HOME": "/share/webtop",
|
||||||
|
"shm_size": "1gb"
|
||||||
},
|
},
|
||||||
"description": "Full linux desktop environment accessible via any modern web browser",
|
"description": "Full linux desktop environment accessible via any modern web browser",
|
||||||
"image": "ghcr.io/alexbelgium/webtop-{arch}",
|
"image": "ghcr.io/alexbelgium/webtop-{arch}",
|
||||||
@@ -54,11 +55,6 @@
|
|||||||
"/dev/nvme2"
|
"/dev/nvme2"
|
||||||
],
|
],
|
||||||
"video": true,
|
"video": true,
|
||||||
"environment": {
|
|
||||||
"PUID": "0",
|
|
||||||
"PGID": "0",
|
|
||||||
"shm_size": "1gb"
|
|
||||||
},
|
|
||||||
"map": ["media:rw", "share:rw", "ssl"],
|
"map": ["media:rw", "share:rw", "ssl"],
|
||||||
"name": "Webtop",
|
"name": "Webtop",
|
||||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"],
|
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"],
|
||||||
|
|||||||
Reference in New Issue
Block a user