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

@@ -52,7 +52,7 @@ Default name : admin
Default password : admin123
```yaml
GUID: user
PGID: user
GPID: user
TZ: timezone
PASSWORD: Optionally set a password for the gui

View File

@@ -52,8 +52,8 @@
],
"name": "Seafile",
"options": {
"PGID": "1000",
"PUID": "1000",
"PGID": "0",
"PUID": "0",
"SEAFILE_ADMIN_EMAIL": "me@example.com",
"SEAFILE_ADMIN_PASSWORD": "a_very_secret_password",
"TZ": "Europe/Paris",
@@ -94,6 +94,6 @@
],
"slug": "seafile",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/seafile",
"version": "v9.0.7-server",
"version": "v9.0.7-server2",
"webui": "http://[HOST]:[PORT:8000]"
}
}