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

@@ -45,7 +45,7 @@ comparison to installing any other Hass.io add-on.
Webui can be found at <http://your-ip:81>.
```yaml
GUID: user
PGID: user
GPID: user
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...
networkdisks: "<//SERVER/SHARE>" # list of smbv2/3 servers to mount (optional)

View File

@@ -51,8 +51,8 @@
],
"name": "Piwigo",
"options": {
"PGID": 1000,
"PUID": 1000
"PGID": 0,
"PUID": 0
},
"ports": {
"80/tcp": 81
@@ -78,4 +78,4 @@
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "12.3.0",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
}
}