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

@@ -1,41 +1,53 @@
## 4.8.0.8 (16-08-2022)
- Update to latest version from linuxserver/docker-emby
## 4.8.0.7 (26-07-2022)
- Update to latest version from linuxserver/docker-emby
## 4.8.0.6 (17-07-2022)
- Update to latest version from linuxserver/docker-emby
## 4.8.0.5 (14-07-2022)
- Update to latest version from linuxserver/docker-emby
## 4.8.0.3 (25-06-2022)
- Update to latest version from linuxserver/docker-emby
## 4.8.0.2 (21-06-2022)
- Update to latest version from linuxserver/docker-emby
## 4.8.0.1 (18-06-2022)
- Update to latest version from linuxserver/docker-emby
## 4.8.0.0 (24-05-2022)
- Update to latest version from linuxserver/docker-emby
## 4.7.0.60 (19-05-2022)
- Update to latest version from linuxserver/docker-emby
## 4.7.0.39 (14-05-2022)
- Update to latest version from linuxserver/docker-emby
## 4.7.0.38 (07-05-2022)
- Update to latest version from linuxserver/docker-emby
## 4.7.0.37 (05-05-2022)
- Update to latest version from linuxserver/docker-emby
## 4.7.0.36 (26-04-2022)
- Update to latest version from linuxserver/docker-emby
- Beta: inclusion of Ingress (please report issues)
@@ -260,7 +272,7 @@
## 4.6.0.26
- Update to latest version from linuxserver/docker-emby
- Enables PUID/GUID options
- Enables PUID/PGID options
- New feature : mount smb share in protected mode
- New feature : mount multiple smb shares
- New config/feature : mount smbv1

View File

@@ -29,7 +29,7 @@ Inital addon version : https://github.com/petersendev/hassio-addons
Webui can be found at `<your-ip>:8096`, or within Home Assistant through Ingress.
```yaml
GUID: user
PGID: user
GPID: user
TZ: timezone
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...