added GID support as well

This commit is contained in:
mplogas
2019-08-21 00:45:27 +02:00
parent 5b083a98bb
commit 78399ff13b
3 changed files with 19 additions and 11 deletions

View File

@@ -29,7 +29,8 @@ In v3.0.0 I added some new features. The following will give some short informat
|LANG|de_DE.UTF-8|following locales are pre-generated: de_DE.UTF-8, en_US.UTF-8|
|LC_ALL|de_DE|following locales are pre-generated: de_DE.UTF-8, en_US.UTF-8|
|TZ|Europe/Berlin|all valid Linux-timezones|
|HOSTUID|1000|any new UID you need to match from host|
|HOSTUID|1000|new UID you need to match from host|
|HOSTGID|1000|new GID you need to match from host|
### Mounting Folder/ Volume
@@ -46,7 +47,7 @@ I added some code for fixing permissions for new iobroker-user. Permission-fixin
## Changelog
### v3.0.3beta (2019-08-20)
* you can provide a userid from your host system. permissions will be applied.
* you can provide a userid and a groupid from your host system. permissions will be applied.
### v3.0.2beta (2019-06-13)
* using gosu instead of sudo