mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Update config.json
This commit is contained in:
@@ -3,8 +3,8 @@
|
|||||||
"arch": ["aarch64", "amd64", "armv7"],
|
"arch": ["aarch64", "amd64", "armv7"],
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"environment": {
|
"environment": {
|
||||||
"PUID": "0",
|
"PUID": "1000",
|
||||||
"PGID": "0",
|
"PGID": "1000",
|
||||||
"HOME": "/share/webtop_kde",
|
"HOME": "/share/webtop_kde",
|
||||||
"shm_size": "1gb"
|
"shm_size": "1gb"
|
||||||
},
|
},
|
||||||
@@ -69,8 +69,8 @@
|
|||||||
"3000/tcp": "web interface"
|
"3000/tcp": "web interface"
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"PUID": 0,
|
"PUID": 1000,
|
||||||
"PGID": 0,
|
"PGID": 1000,
|
||||||
"additional_apps": "engrampa,thunderbird,libreoffice"
|
"additional_apps": "engrampa,thunderbird,libreoffice"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
|
|||||||
Reference in New Issue
Block a user