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,26 +1,32 @@
## 24.0.4 (13-08-2022)
- Update to latest version from linuxserver/docker-nextcloud
- Allow installation of custom apk files with parameter "additional_apps"
## 24.0.3 (19-07-2022)
- Update to latest version from linuxserver/docker-nextcloud
## 24.0.2 (21-06-2022)
- Update to latest version from linuxserver/docker-nextcloud
## 24.0.1 (24-05-2022)
- Update to latest version from linuxserver/docker-nextcloud
## 23.0.4 (22-04-2022)
- Update to latest version from linuxserver/docker-nextcloud
- Fix : correct bug preventing start
- Add codenotary sign
## 23.0.3 (22-03-2022)
- Update to latest version from linuxserver/docker-nextcloud
## 23.0.2 (16-02-2022)
- Update to latest version from linuxserver/docker-nextcloud
- Automatic mount of local and smb mounts (see readme)
- New "Data directory" option that allows to define the folder where data are stored
@@ -82,4 +88,4 @@
## 21.0.0
- Update to latest version from linuxserver/docker-nextcloud
- Enables PUID/GUID options
- Enables PUID/PGID options

View File

@@ -55,8 +55,8 @@
"Full_Text_Search": false,
"OCR": false,
"OCRLANG": "fra",
"PGID": 1000,
"PUID": 1000,
"PGID": 0,
"PUID": 0,
"additional_apps": "inotify-tools",
"certfile": "fullchain.pem",
"data_directory": "/share/nextcloud",
@@ -105,4 +105,4 @@
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud",
"version": "24.0.4",
"webui": "https://[HOST]:[PORT:443]"
}
}