Set all default UID/GID to root

To make sure it works by default with NAS, and people can still change it afterwards it they want additional security
This commit is contained in:
Alexandre
2022-08-22 09:42:16 +02:00
parent 5c328f39ff
commit 70efc35918
54 changed files with 263 additions and 91 deletions

View File

@@ -12,8 +12,8 @@
],
"name": "Organizr",
"options": {
"PGID": "1000",
"PUID": "1000"
"PGID": "0",
"PUID": "0"
},
"ports": {
"80/tcp": 88
@@ -29,4 +29,4 @@
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.90",
"webui": "http://[HOST]:[PORT:80]"
}
}