mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-11 01:55:59 +02:00
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:
@@ -17,8 +17,8 @@
|
||||
],
|
||||
"name": "Mealie",
|
||||
"options": {
|
||||
"PGID": 1000,
|
||||
"PUID": 1000,
|
||||
"PGID": 0,
|
||||
"PUID": 0,
|
||||
"certfile": "fullchain.pem",
|
||||
"keyfile": "privkey.pem",
|
||||
"ssl": false
|
||||
@@ -42,4 +42,4 @@
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "1.0.0.1-2",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:9925]"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user