mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +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:
@@ -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
|
||||
|
||||
@@ -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]"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user