From 70efc3591842a75a77fb368edc4727fb3be8595f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 22 Aug 2022 09:42:16 +0200 Subject: [PATCH] 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 --- bazarr/CHANGELOG.md | 6 +- bazarr/README.md | 3 +- booksonic_air/README.md | 2 +- calibre/README.md | 2 +- calibre/config.json | 8 +- calibre_web/README.md | 2 +- code-server/CHANGELOG.md | 2 +- code-server/README.md | 2 +- emby/CHANGELOG.md | 16 +++- emby/README.md | 2 +- grav/README.md | 2 +- grav/config.json | 6 +- jackett/CHANGELOG.md | 80 ++++++++++++++++++- jackett/README.md | 2 +- jellyfin/CHANGELOG.md | 23 +++++- jellyfin/README.md | 2 +- lidarr/README.md | 2 +- mealie/config.json | 6 +- mylar3/README.md | 2 +- nextcloud/CHANGELOG.md | 10 ++- nextcloud/config.json | 6 +- nzbget/README.md | 2 +- ombi/README.md | 2 +- organizr/README.md | 2 +- organizr/config.json | 6 +- overseerr/README.md | 2 +- paperless_ngx/README.md | 2 +- papermerge/CHANGELOG.md | 21 ++++- papermerge/README.md | 2 +- piwigo/README.md | 2 +- piwigo/config.json | 6 +- plex/README.md | 2 +- plex_meta_manager/config.json | 8 +- prowlarr/README.md | 3 +- qbittorrent/CHANGELOG.md | 21 ++++- qbittorrent/README.md | 3 +- radarr/CHANGELOG.md | 4 +- radarr/README.md | 2 +- readarr/README.md | 2 +- requestrr/README.md | 2 +- resiliosync/README.md | 2 +- scrutiny/CHANGELOG.md | 6 +- scrutiny/README.md | 3 +- scrutiny_fa/CHANGELOG.md | 6 +- scrutiny_fa/README.md | 2 +- seafile/README.md | 2 +- seafile/config.json | 8 +- sonarr/CHANGELOG.md | 5 +- sonarr/README.md | 2 +- .../rootfs/etc/cont-init.d/20-folders.sh | 2 +- transmission/CHANGELOG.md | 20 ++++- ubooquity/CHANGELOG.md | 2 +- ubooquity/README.md | 2 +- webtop_kde/config.json | 12 +-- 54 files changed, 263 insertions(+), 91 deletions(-) diff --git a/bazarr/CHANGELOG.md b/bazarr/CHANGELOG.md index a2e31e901..262b6d4c0 100644 --- a/bazarr/CHANGELOG.md +++ b/bazarr/CHANGELOG.md @@ -1,11 +1,13 @@ - ## 1.1.0 (05-07-2022) + - Update to latest version from linuxserver/docker-bazarr ## 1.0.4 (01-05-2022) + - Update to latest version from linuxserver/docker-bazarr ## 1.0.3 (27-04-2022) + - Update to latest version from linuxserver/docker-bazarr - Add codenotary sign @@ -70,4 +72,4 @@ ## 3.0.2.4552 - Update to latest version from linuxserver/docker-bazarr -- Enables PUID/GUID options +- Enables PUID/PGID options diff --git a/bazarr/README.md b/bazarr/README.md index 81fac4363..3bfd22a87 100644 --- a/bazarr/README.md +++ b/bazarr/README.md @@ -1,4 +1,5 @@ ## ⚠ Open Request : [✨ [REQUEST] bazarr (opened 2022-08-16)](https://github.com/alexbelgium/hassio-addons/issues/428) by [@crowley666x](https://github.com/crowley666x) + # Home assistant add-on: bazarr [![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium) @@ -34,7 +35,7 @@ The default username/password : described in the startup log. Configurations can be done through the app webUI, except for the following options ```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... diff --git a/booksonic_air/README.md b/booksonic_air/README.md index 9c3c32d63..0156b4e94 100644 --- a/booksonic_air/README.md +++ b/booksonic_air/README.md @@ -48,7 +48,7 @@ The default username/password : described in the startup log. Configurations can be done through the app webUI, except for the following options ```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... diff --git a/calibre/README.md b/calibre/README.md index 4aa9665c5..b0dd8b806 100644 --- a/calibre/README.md +++ b/calibre/README.md @@ -51,7 +51,7 @@ Please read the upstream container documentation for further info : https://gith In particular, the webserver needs to be manually enabled from the desktop app with port 8081 to be able to access it. ```yaml -GUID: user +PGID: user GPID: user TZ: timezone PASSWORD: Optionally set a password for the gui diff --git a/calibre/config.json b/calibre/config.json index 552e78ba8..047ff9c41 100644 --- a/calibre/config.json +++ b/calibre/config.json @@ -59,8 +59,8 @@ ], "name": "Calibre", "options": { - "PGID": 1000, - "PUID": 1000 + "PGID": 0, + "PUID": 0 }, "panel_icon": "mdi:book-multiple", "ports": { @@ -89,6 +89,6 @@ }, "slug": "calibre", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre", - "version": "v6.3.0-ls176", + "version": "v6.3.0-ls176-2", "video": true -} +} \ No newline at end of file diff --git a/calibre_web/README.md b/calibre_web/README.md index 99c1d64dc..a19ff22d3 100644 --- a/calibre_web/README.md +++ b/calibre_web/README.md @@ -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 diff --git a/code-server/CHANGELOG.md b/code-server/CHANGELOG.md index f6c0e4efa..a02ed8df6 100644 --- a/code-server/CHANGELOG.md +++ b/code-server/CHANGELOG.md @@ -76,4 +76,4 @@ ## 3.9.0 - Update to latest version from linuxserver/docker-code-server -- Enables PUID/GUID options +- Enables PUID/PGID options diff --git a/code-server/README.md b/code-server/README.md index 4a8d67a51..c129db254 100644 --- a/code-server/README.md +++ b/code-server/README.md @@ -28,7 +28,7 @@ This addon is based on the [docker image](https://github.com/linuxserver/code-se Webui can be found at `:8443`. ```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... diff --git a/emby/CHANGELOG.md b/emby/CHANGELOG.md index 5fcc9eb1d..e476f5ae1 100644 --- a/emby/CHANGELOG.md +++ b/emby/CHANGELOG.md @@ -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 diff --git a/emby/README.md b/emby/README.md index 7cd643c6f..78b9fc426 100644 --- a/emby/README.md +++ b/emby/README.md @@ -29,7 +29,7 @@ Inital addon version : https://github.com/petersendev/hassio-addons Webui can be found at `: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... diff --git a/grav/README.md b/grav/README.md index 74d94ee95..99182ca8b 100644 --- a/grav/README.md +++ b/grav/README.md @@ -52,7 +52,7 @@ You can place the user folder from the theme/skeleton in /share/grav/www/user, ## Options ```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... diff --git a/grav/config.json b/grav/config.json index 8d7ba5fb9..60333a298 100644 --- a/grav/config.json +++ b/grav/config.json @@ -15,8 +15,8 @@ ], "name": "Grav web server", "options": { - "PGID": 1000, - "PUID": 1000 + "PGID": 0, + "PUID": 0 }, "ports": { "80/tcp": 9191 @@ -34,4 +34,4 @@ "url": "https://github.com/alexbelgium/hassio-addons", "version": "1.7.35", "webui": "http://[HOST]:[PORT:80]" -} +} \ No newline at end of file diff --git a/jackett/CHANGELOG.md b/jackett/CHANGELOG.md index cdcf4aee6..d6fb6c9ff 100644 --- a/jackett/CHANGELOG.md +++ b/jackett/CHANGELOG.md @@ -1,233 +1,309 @@ - ## 0.20.1743 (20-08-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1736 (18-08-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1698 (16-08-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1685 (13-08-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1680 (11-08-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1676 (11-08-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1649 (09-08-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1597 (06-08-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1563 (04-08-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1485 (30-07-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1470 (28-07-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1463 (26-07-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1391 (23-07-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1342 (21-07-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1322 (19-07-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1316 (17-07-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1307 (16-07-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1304 (14-07-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1299 (12-07-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1293 (09-07-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1292 (09-07-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1285 (07-07-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1274 (05-07-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1261 (02-07-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1251 (30-06-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1246 (28-06-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1216 (25-06-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1211 (23-06-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1208 (21-06-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1197 (18-06-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1196 (16-06-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1175 (14-06-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1168 (11-06-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1154 (09-06-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1150 (07-06-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1148 (06-06-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1131 (04-06-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1127 (02-06-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1120 (31-05-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1102 (26-05-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1101 (24-05-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1088 (21-05-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1076 (19-05-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1066 (17-05-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1053 (14-05-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1050 (12-05-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1047 (11-05-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1038 (10-05-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1018 (06-05-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1010 (05-05-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.1001 (03-05-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.993 (01-05-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.986 (29-04-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.985 (28-04-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.970 (27-04-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.959 (26-04-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.933 (22-04-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.929 (21-04-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.915 (19-04-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.912 (19-04-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.868 (16-04-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.860 (14-04-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.850 (12-04-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.847 (11-04-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.818 (09-04-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.811 (09-04-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.805 (07-04-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.790 (05-04-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.781 (02-04-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.778 (31-03-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.775 (29-03-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.772 (28-03-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.770 (27-03-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.763 (26-03-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.761 (25-03-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.756 (24-03-2022) + - Update to latest version from linuxserver/docker-jackett ## 0.20.754 (24-03-2022) + - Update to latest version from linuxserver/docker-jackett - Add codenotary sign @@ -1170,4 +1246,4 @@ ## 3.0.2.4552 - Update to latest version from linuxserver/docker-jackett -- Enables PUID/GUID options +- Enables PUID/PGID options diff --git a/jackett/README.md b/jackett/README.md index 4ef388eb0..f8eff36ce 100644 --- a/jackett/README.md +++ b/jackett/README.md @@ -28,7 +28,7 @@ This addon is based on the [docker image](https://github.com/linuxserver/docker- Configurations can be done through the app webUI, except for the following options : ```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... diff --git a/jellyfin/CHANGELOG.md b/jellyfin/CHANGELOG.md index ac9b47d6b..220f41c9c 100644 --- a/jellyfin/CHANGELOG.md +++ b/jellyfin/CHANGELOG.md @@ -1,63 +1,82 @@ - ## 10.8.4-1-ls177 (20-08-2022) + - Update to latest version from linuxserver/docker-jellyfin ## 10.8.4-1-ls176 (16-08-2022) + - Update to latest version from linuxserver/docker-jellyfin ## 10.8.3-1-ls175 (11-08-2022) + - Update to latest version from linuxserver/docker-jellyfin ## 10.8.3-1-ls174 (06-08-2022) + - Update to latest version from linuxserver/docker-jellyfin ## 10.8.3-1-ls173 (04-08-2022) + - Update to latest version from linuxserver/docker-jellyfin ## 10.8.1-1-ls171 (23-07-2022) + - Update to latest version from linuxserver/docker-jellyfin ## 10.8.1-1-ls170 (16-07-2022) + - Update to latest version from linuxserver/docker-jellyfin ## 10.8.1-1-ls169 (09-07-2022) + - Update to latest version from linuxserver/docker-jellyfin ## 10.8.1-1-ls168 (02-07-2022) + - Update to latest version from linuxserver/docker-jellyfin ## 10.8.1-1-ls167 (28-06-2022) + - Update to latest version from linuxserver/docker-jellyfin ## 10.8.0-1-ls166 (25-06-2022) + - Update to latest version from linuxserver/docker-jellyfin ## 10.8.0-1-ls165 (18-06-2022) + - Update to latest version from linuxserver/docker-jellyfin ## 10.8.0-1-ls164 (14-06-2022) + - Update to latest version from linuxserver/docker-jellyfin ## 10.7.7-1-ls162 (11-06-2022) + - Update to latest version from linuxserver/docker-jellyfin ## 10.7.7-1-ls161 (31-05-2022) + - Update to latest version from linuxserver/docker-jellyfin ## 10.7.7-1-ls160 (21-05-2022) + - Update to latest version from linuxserver/docker-jellyfin ## 10.7.7-1-ls159 (12-05-2022) + - Update to latest version from linuxserver/docker-jellyfin ## 10.7.7-1-ls158 (05-05-2022) + - Update to latest version from linuxserver/docker-jellyfin ## 10.7.7-1-ls157 (02-04-2022) + - Update to latest version from linuxserver/docker-jellyfin - Ingress port changed to avoid conflicts ## 10.7.7-1-ls156 (24-03-2022) + - Update to latest version from linuxserver/docker-jellyfin - Add codenotary sign - Addition of ingress @@ -130,7 +149,7 @@ ## 10.7.2-1-ls109 - Update to latest version from linuxserver/docker-jellyfin -- 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 diff --git a/jellyfin/README.md b/jellyfin/README.md index 166e76448..f142730ad 100644 --- a/jellyfin/README.md +++ b/jellyfin/README.md @@ -28,7 +28,7 @@ This addon is based on the [docker image](https://github.com/linuxserver/docker- Webui can be found at `:8096`. ```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... diff --git a/lidarr/README.md b/lidarr/README.md index ae5d49471..f5f966744 100644 --- a/lidarr/README.md +++ b/lidarr/README.md @@ -48,7 +48,7 @@ The default username/password : described in the startup log. Configurations can be done through the app webUI, except for the following options ```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... diff --git a/mealie/config.json b/mealie/config.json index c83f2df4f..c2d65152e 100644 --- a/mealie/config.json +++ b/mealie/config.json @@ -17,8 +17,8 @@ ], "name": "Mealie", "options": { - "PGID": 1000, - "PUID": 1000, + "PGID": 0, + "PUID": 0, "certfile": "fullchain.pem", "keyfile": "privkey.pem", "ssl": false @@ -42,4 +42,4 @@ "url": "https://github.com/alexbelgium/hassio-addons", "version": "1.0.0.1-2", "webui": "[PROTO:ssl]://[HOST]:[PORT:9925]" -} +} \ No newline at end of file diff --git a/mylar3/README.md b/mylar3/README.md index 3f6d7bfee..43976d952 100644 --- a/mylar3/README.md +++ b/mylar3/README.md @@ -42,7 +42,7 @@ The default username/password : described in the startup log. Configurations can be done through the app webUI, except for the following options ```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... diff --git a/nextcloud/CHANGELOG.md b/nextcloud/CHANGELOG.md index 803eb98ce..2500d7d2e 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -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 diff --git a/nextcloud/config.json b/nextcloud/config.json index 338ce94d6..74032c629 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -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]" -} +} \ No newline at end of file diff --git a/nzbget/README.md b/nzbget/README.md index 5fe35267f..feecca785 100644 --- a/nzbget/README.md +++ b/nzbget/README.md @@ -29,7 +29,7 @@ The default username/password : login:nzbget, password:tegbzn6789 Configurations can be done through the app webUI, except for the following options ```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... diff --git a/ombi/README.md b/ombi/README.md index 5c3577125..8cf611b12 100644 --- a/ombi/README.md +++ b/ombi/README.md @@ -39,7 +39,7 @@ comparison to installing any other Hass.io add-on. Webui can be found at . ```yaml -GUID: user +PGID: user GPID: user ``` diff --git a/organizr/README.md b/organizr/README.md index 4c78046b6..ce7b9c9c0 100644 --- a/organizr/README.md +++ b/organizr/README.md @@ -40,7 +40,7 @@ Webui can be found at . Create the db in /data/... ```yaml -GUID: user, can't be 0 +PGID: user, can't be 0 GPID: user, can't be 0 ``` diff --git a/organizr/config.json b/organizr/config.json index 2ef1620c0..1279ce518 100644 --- a/organizr/config.json +++ b/organizr/config.json @@ -12,8 +12,8 @@ ], "name": "Organizr", "options": { - "PGID": "1000", - "PUID": "1000" + "PGID": "0", + "PUID": "0" }, "ports": { "80/tcp": 88 @@ -29,4 +29,4 @@ "url": "https://github.com/alexbelgium/hassio-addons", "version": "1.90", "webui": "http://[HOST]:[PORT:80]" -} +} \ No newline at end of file diff --git a/overseerr/README.md b/overseerr/README.md index 8fa761a32..84c4a77c6 100644 --- a/overseerr/README.md +++ b/overseerr/README.md @@ -48,7 +48,7 @@ The default username/password : described in the startup log. Configurations can be done through the app webUI, except for the following options ```yaml -GUID: user +PGID: user GPID: user TZ: timezone ``` diff --git a/paperless_ngx/README.md b/paperless_ngx/README.md index 3fadf823f..48e20cace 100644 --- a/paperless_ngx/README.md +++ b/paperless_ngx/README.md @@ -31,7 +31,7 @@ Options can be configured through two ways : - Addon options ```yaml -GUID: user +PGID: user GPID: user localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... networkdisks: "" # list of smbv2/3 servers to mount (optional) diff --git a/papermerge/CHANGELOG.md b/papermerge/CHANGELOG.md index e7fa6877e..8a6494d1b 100644 --- a/papermerge/CHANGELOG.md +++ b/papermerge/CHANGELOG.md @@ -1,56 +1,73 @@ - ## v2.0.1-ls59 (20-08-2022) + - Update to latest version from linuxserver/docker-papermerge ## v2.0.1-ls58 (06-08-2022) + - Update to latest version from linuxserver/docker-papermerge ## v2.0.1-ls57 (30-07-2022) + - Update to latest version from linuxserver/docker-papermerge ## v2.0.1-ls56 (23-07-2022) + - Update to latest version from linuxserver/docker-papermerge ## v2.0.1-ls55 (16-07-2022) + - Update to latest version from linuxserver/docker-papermerge ## v2.0.1-ls53 (09-07-2022) + - Update to latest version from linuxserver/docker-papermerge ## v2.0.1-ls52 (02-07-2022) + - Update to latest version from linuxserver/docker-papermerge ## v2.0.1-ls51 (25-06-2022) + - Update to latest version from linuxserver/docker-papermerge ## v2.0.1-ls50 (18-06-2022) + - Update to latest version from linuxserver/docker-papermerge ## v2.0.1-ls49 (11-06-2022) + - Update to latest version from linuxserver/docker-papermerge ## v2.0.1-ls48 (31-05-2022) + - Update to latest version from linuxserver/docker-papermerge ## v2.0.1-ls47 (21-05-2022) + - Update to latest version from linuxserver/docker-papermerge ## v2.0.1-ls46 (14-05-2022) + - Update to latest version from linuxserver/docker-papermerge ## v2.0.1-ls45 (06-05-2022) + - Update to latest version from linuxserver/docker-papermerge ## v2.0.1-ls44 (16-04-2022) + - Update to latest version from linuxserver/docker-papermerge ## v2.0.1-ls43 (09-04-2022) + - Update to latest version from linuxserver/docker-papermerge ## v2.0.1-ls42 (02-04-2022) + - Update to latest version from linuxserver/docker-papermerge ## v2.0.1-ls41 (25-03-2022) + - Update to latest version from linuxserver/docker-papermerge - Add codenotary sign @@ -122,6 +139,6 @@ ## v2.0.0rc35-ls28 - Update to latest version from linuxserver/docker-papermerge -- Enables PUID/GUID options +- Enables PUID/PGID options - Enables english/french OCR - Enables mounting of local hdd or smb share diff --git a/papermerge/README.md b/papermerge/README.md index 098c03ed7..71637fc07 100644 --- a/papermerge/README.md +++ b/papermerge/README.md @@ -45,7 +45,7 @@ Options can be configured through two ways : - Addon options ```yaml -GUID: user +PGID: user GPID: user ocrlang: Any language can be set from this page (always three letters) [here](https://tesseract-ocr.github.io/tessdoc/Data-Files#data-files-for-version-400-november-29-2016). localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... diff --git a/piwigo/README.md b/piwigo/README.md index 222e8670e..ad8d171b2 100644 --- a/piwigo/README.md +++ b/piwigo/README.md @@ -45,7 +45,7 @@ comparison to installing any other Hass.io add-on. Webui can be found at . ```yaml -GUID: user +PGID: user GPID: user localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... networkdisks: "" # list of smbv2/3 servers to mount (optional) diff --git a/piwigo/config.json b/piwigo/config.json index f9b2994d2..6c21eccb3 100644 --- a/piwigo/config.json +++ b/piwigo/config.json @@ -51,8 +51,8 @@ ], "name": "Piwigo", "options": { - "PGID": 1000, - "PUID": 1000 + "PGID": 0, + "PUID": 0 }, "ports": { "80/tcp": 81 @@ -78,4 +78,4 @@ "url": "https://github.com/alexbelgium/hassio-addons", "version": "12.3.0", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]" -} +} \ No newline at end of file diff --git a/plex/README.md b/plex/README.md index c392b7b37..64032d893 100644 --- a/plex/README.md +++ b/plex/README.md @@ -33,7 +33,7 @@ This addon is based on the [docker image](https://github.com/linuxserver/docker- Webui can be found at `:8096`. ```yaml -GUID: user +PGID: user GPID: user TZ: timezone claim: claim code for plex server # see https://github.com/linuxserver/docker-plex diff --git a/plex_meta_manager/config.json b/plex_meta_manager/config.json index b6e8dd7f1..315725ae7 100644 --- a/plex_meta_manager/config.json +++ b/plex_meta_manager/config.json @@ -14,9 +14,9 @@ ], "name": "Plex meta manager", "options": { - "PGID": 1000, + "PGID": 0, "PMM_CONFIG": "/config/addons_config/plex-data-manager/config.yml", - "PUID": 1000 + "PUID": 0 }, "privileged": [ "SYS_ADMIN", @@ -34,5 +34,5 @@ }, "slug": "plex-meta-manager", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex_meta_manager", - "version": "v1.17.3-ls24" -} + "version": "v1.17.3-ls24-2" +} \ No newline at end of file diff --git a/prowlarr/README.md b/prowlarr/README.md index adb68c6f7..d43a159c7 100644 --- a/prowlarr/README.md +++ b/prowlarr/README.md @@ -1,4 +1,5 @@ ## ⚠ Open Request : [✨ [REQUEST] Prowlarr (opened 2022-08-16)](https://github.com/alexbelgium/hassio-addons/issues/429) by [@crowley666x](https://github.com/crowley666x) + # Home assistant add-on: Prowlarr [![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium) @@ -49,7 +50,7 @@ The default username/password : described in the startup log. Configurations can be done through the app webUI, except for the following options ```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... diff --git a/qbittorrent/CHANGELOG.md b/qbittorrent/CHANGELOG.md index 759611112..bd8582a00 100644 --- a/qbittorrent/CHANGELOG.md +++ b/qbittorrent/CHANGELOG.md @@ -1,56 +1,72 @@ - ## 4.4.3.1-r1-ls210 (13-08-2022) + - Update to latest version from linuxserver/docker-qbittorrent ## 4.4.3.1-r1-ls209 (09-08-2022) + - Update to latest version from linuxserver/docker-qbittorrent ## 4.4.3.1-r1-ls208 (04-08-2022) + - Update to latest version from linuxserver/docker-qbittorrent ## 4.4.3.1-r1-ls207 (26-07-2022) + - Update to latest version from linuxserver/docker-qbittorrent ## 4.4.3.1-r1-ls206 (12-07-2022) + - Update to latest version from linuxserver/docker-qbittorrent ## 4.4.3.1-r1-ls205 (05-07-2022) + - Update to latest version from linuxserver/docker-qbittorrent - Default port changed from 6881 to 59595 ; reset your port settings if it doesn't change ## 4.4.3.1-r1-ls204 (18-06-2022) + - Update to latest version from linuxserver/docker-qbittorrent ## 4.4.3.1-r1-ls201 (14-06-2022) + - Update to latest version from linuxserver/docker-qbittorrent - Addition of optional noserverino in smb mount code ## 4.4.3.1-r1-ls200 (06-06-2022) + - Update to latest version from linuxserver/docker-qbittorrent ## 4.4.3.1-r1-ls199 (02-06-2022) + - Update to latest version from linuxserver/docker-qbittorrent ## 4.4.3.1-r0-ls198 (31-05-2022) + - Update to latest version from linuxserver/docker-qbittorrent ## 4.4.3-r0-ls197 (26-05-2022) + - Update to latest version from linuxserver/docker-qbittorrent ## 4.4.3-r0-ls195 (24-05-2022) + - Update to latest version from linuxserver/docker-qbittorrent ## 4.4.2-r5-ls193 (17-05-2022) + - Update to latest version from linuxserver/docker-qbittorrent ## 4.4.2-r4-ls191 (10-05-2022) + - Update to latest version from linuxserver/docker-qbittorrent - Feature : message in log showing if vpn alt mode is working ## 4.4.2-r4-ls190 (03-05-2022) + - Update to latest version from linuxserver/docker-qbittorrent ## 4.4.2-r4-ls189 (27-04-2022) + - Update to latest version from linuxserver/docker-qbittorrent - New feature "silent" : true shows only error messages of qbittorrent and nginx - New feature "openvpn_alt_mode": bind at container level and not app level @@ -60,6 +76,7 @@ - Fix download folder ## release-4.4.1-ls172 (20-02-2022) + - Update to latest version from linuxserver/docker-qbittorrent - Complete rebase to alpine - Fix custom DNS @@ -235,6 +252,6 @@ - Update to latest version from linuxserver/docker-qbittorrent - Whitelist option -- Enables PUID/GUID options +- Enables PUID/PGID options - Addition of ssl options - Addition of possibility to mount local disc or smb diff --git a/qbittorrent/README.md b/qbittorrent/README.md index 29cbe26dd..9b0665144 100644 --- a/qbittorrent/README.md +++ b/qbittorrent/README.md @@ -1,4 +1,3 @@ - # Home assistant add-on: qbittorrent [![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium) @@ -45,7 +44,7 @@ Configurations can be done through the app webUI, except for the following optio Network disk is mounted to /mnt/share name ```yaml -GUID: user +PGID: user GPID: user ssl: true/false certfile: fullchain.pem #ssl certificate, must be located in /ssl diff --git a/radarr/CHANGELOG.md b/radarr/CHANGELOG.md index ee77e49be..1c0e1912f 100644 --- a/radarr/CHANGELOG.md +++ b/radarr/CHANGELOG.md @@ -1,5 +1,5 @@ - ## 4.1.0.6175 (16-04-2022) + - Update to latest version from linuxserver/docker-radarr - Add codenotary sign @@ -38,4 +38,4 @@ ## 3.0.2.4552 - Update to latest version from linuxserver/docker-radarr -- Enables PUID/GUID options +- Enables PUID/PGID options diff --git a/radarr/README.md b/radarr/README.md index ff423876d..29569f9ab 100644 --- a/radarr/README.md +++ b/radarr/README.md @@ -48,7 +48,7 @@ The default username/password : described in the startup log. Configurations can be done through the app webUI, except for the following options ```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... diff --git a/readarr/README.md b/readarr/README.md index d3aab15aa..b7a9534bc 100644 --- a/readarr/README.md +++ b/readarr/README.md @@ -48,7 +48,7 @@ The default username/password : described in the startup log. Configurations can be done through the app webUI, except for the following options ```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... diff --git a/requestrr/README.md b/requestrr/README.md index 246b09bda..eb42dabc3 100644 --- a/requestrr/README.md +++ b/requestrr/README.md @@ -48,7 +48,7 @@ The default username/password : described in the startup log. Configurations can be done through the app webUI, except for the following options ```yaml -GUID: user +PGID: user GPID: user TZ: timezone ``` diff --git a/resiliosync/README.md b/resiliosync/README.md index 5a44b5207..943fb7fe3 100644 --- a/resiliosync/README.md +++ b/resiliosync/README.md @@ -39,7 +39,7 @@ comparison to installing any other Hass.io add-on. Webui can be found at . ```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... diff --git a/scrutiny/CHANGELOG.md b/scrutiny/CHANGELOG.md index 5dbdc3dd8..c4d81b082 100644 --- a/scrutiny/CHANGELOG.md +++ b/scrutiny/CHANGELOG.md @@ -1,11 +1,13 @@ - ## 2ab714f5-ls35 (11-05-2022) + - Update to latest version from linuxserver/scrutiny ## version-c397a323 (10-05-2022) + - Update to latest version from linuxserver/scrutiny ## 8e34ef8d-ls35 (05-05-2022) + - Update to latest version from linuxserver/scrutiny - Add codenotary sign - New standardized logic for Dockerfile build and packages installation @@ -37,5 +39,5 @@ ## 27b923b5-ls11 -- Enables PUID/GUID options +- Enables PUID/PGID options - Daily update of values diff --git a/scrutiny/README.md b/scrutiny/README.md index 4e979c256..de44c46ac 100644 --- a/scrutiny/README.md +++ b/scrutiny/README.md @@ -1,4 +1,5 @@ ## ⚠ Open Request : [[Scrutiny] Help needed to migrate to the official Scrutiny Image? (opened 2022-08-05)](https://github.com/alexbelgium/hassio-addons/issues/416) by [@AnalogJ](https://github.com/AnalogJ) + # Home assistant add-on: Scrutiny [![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium) @@ -42,7 +43,7 @@ It automatically mounts all local drives. Enable full access only if you are encountering issues. SMART access should work without full access in all other scenarios. ```yaml -GUID: user +PGID: user GPID: user ssl: true/false (for Ingress) certfile: fullchain.pem #ssl certificate diff --git a/scrutiny_fa/CHANGELOG.md b/scrutiny_fa/CHANGELOG.md index f7062ae47..f7017e50e 100644 --- a/scrutiny_fa/CHANGELOG.md +++ b/scrutiny_fa/CHANGELOG.md @@ -1,11 +1,13 @@ - ## 2ab714f5-ls35 (11-05-2022) + - Update to latest version from linuxserver/scrutiny ## version-c397a323 (10-05-2022) + - Update to latest version from linuxserver/scrutiny ## 8e34ef8d-ls35 (05-05-2022) + - Update to latest version from linuxserver/scrutiny - Add codenotary sign - Require unprotected @@ -39,5 +41,5 @@ ## 27b923b5-ls11 -- Enables PUID/GUID options +- Enables PUID/PGID options - Daily update of values diff --git a/scrutiny_fa/README.md b/scrutiny_fa/README.md index e3bbd387f..fb0f5a6c3 100644 --- a/scrutiny_fa/README.md +++ b/scrutiny_fa/README.md @@ -41,7 +41,7 @@ It automatically mounts all local drives. Enable full access only if you are encountering issues. SMART access should work without full access in all other scenarios. ```yaml -GUID: user +PGID: user GPID: user ssl: true/false (for Ingress) certfile: fullchain.pem #ssl certificate diff --git a/seafile/README.md b/seafile/README.md index 6a9696cd0..9a3c92ffd 100644 --- a/seafile/README.md +++ b/seafile/README.md @@ -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 diff --git a/seafile/config.json b/seafile/config.json index df7c13a21..6d9f28814 100644 --- a/seafile/config.json +++ b/seafile/config.json @@ -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]" -} +} \ No newline at end of file diff --git a/sonarr/CHANGELOG.md b/sonarr/CHANGELOG.md index 5717387b8..9aa90ee9e 100644 --- a/sonarr/CHANGELOG.md +++ b/sonarr/CHANGELOG.md @@ -1,8 +1,9 @@ - ## 3.0.9.1549 (09-08-2022) + - Update to latest version from linuxserver/docker-sonarr ## 3.0.8.1507 (26-04-2022) + - Update to latest version from linuxserver/docker-sonarr - Add codenotary sign @@ -35,4 +36,4 @@ ## 3.0.2.4552 - Update to latest version from linuxserver/docker-sonarr -- Enables PUID/GUID options +- Enables PUID/PGID options diff --git a/sonarr/README.md b/sonarr/README.md index 0625ecf7d..19169f36d 100644 --- a/sonarr/README.md +++ b/sonarr/README.md @@ -48,7 +48,7 @@ The default username/password : described in the startup log. Configurations can be done through the app webUI, except for the following options ```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... diff --git a/teamspeak/rootfs/etc/cont-init.d/20-folders.sh b/teamspeak/rootfs/etc/cont-init.d/20-folders.sh index de73d53ff..a799e443e 100644 --- a/teamspeak/rootfs/etc/cont-init.d/20-folders.sh +++ b/teamspeak/rootfs/etc/cont-init.d/20-folders.sh @@ -9,5 +9,5 @@ if [ -d /teamspeak ]; then chmod -R 777 /teamspeak fi -#chown -R PUID:GUID /data +#chown -R PUID:PGID /data chmod -R 777 /data diff --git a/transmission/CHANGELOG.md b/transmission/CHANGELOG.md index 83f717ade..d8e996b97 100644 --- a/transmission/CHANGELOG.md +++ b/transmission/CHANGELOG.md @@ -1,54 +1,70 @@ - ## 3.00-r5-ls133 (13-08-2022) + - Update to latest version from linuxserver/docker-transmission ## 3.00-r5-ls132 (11-08-2022) + - Update to latest version from linuxserver/docker-transmission ## 3.00-r5-ls131 (09-08-2022) + - Update to latest version from linuxserver/docker-transmission ## 3.00-r5-ls130 (06-08-2022) + - Update to latest version from linuxserver/docker-transmission ## 3.00-r5-ls129 (30-07-2022) + - Update to latest version from linuxserver/docker-transmission ## 3.00-r5-ls128 (23-07-2022) + - Update to latest version from linuxserver/docker-transmission ## 3.00-r5-ls127 (16-07-2022) + - Update to latest version from linuxserver/docker-transmission ## 3.00-r5-ls126 (09-07-2022) + - Update to latest version from linuxserver/docker-transmission - Ingress addition ## 3.00-r5-ls125 (21-05-2022) + - Update to latest version from linuxserver/docker-transmission ## 3.00-r5-ls124 (12-05-2022) + - Update to latest version from linuxserver/docker-transmission ## 3.00-r5-ls123 (05-05-2022) + - Update to latest version from linuxserver/docker-transmission ## 3.00-r5-ls122 (28-04-2022) + - Update to latest version from linuxserver/docker-transmission ## 3.00-r5-ls121 (16-04-2022) + - Update to latest version from linuxserver/docker-transmission ## 3.00-r5-ls120 (14-04-2022) + - Update to latest version from linuxserver/docker-transmission ## 3.00-r5-ls119 (09-04-2022) + - Update to latest version from linuxserver/docker-transmission ## 3.00-r5-ls118 (02-04-2022) + - Update to latest version from linuxserver/docker-transmission ## 3.00-r5-ls117 (24-03-2022) + - Update to latest version from linuxserver/docker-transmission - Add codenotary sign @@ -137,4 +153,4 @@ ## 3.00-r2-ls77 - Update to latest version from linuxserver/docker-transmission -- Enables PUID/GUID options +- Enables PUID/PGID options diff --git a/ubooquity/CHANGELOG.md b/ubooquity/CHANGELOG.md index 81e885d34..097a33684 100644 --- a/ubooquity/CHANGELOG.md +++ b/ubooquity/CHANGELOG.md @@ -29,5 +29,5 @@ ## 2.1.2-ls58 - Update to latest version from linuxserver/docker-ubooquity -- Enables PUID/GUID options +- Enables PUID/PGID options - Addition of possibility to mount smb diff --git a/ubooquity/README.md b/ubooquity/README.md index 6e4c93447..61a80e144 100644 --- a/ubooquity/README.md +++ b/ubooquity/README.md @@ -54,7 +54,7 @@ Configurations can be done through the app webUI, except for the following optio Network disk is mounted to /mnt/share name ```yaml -GUID: user # https://docs.linuxserver.io/general/understanding-puid-and-pgid +PGID: user # https://docs.linuxserver.io/general/understanding-puid-and-pgid GPID: user # https://docs.linuxserver.io/general/understanding-puid-and-pgid maxmem: 200 # IMPORTANT read above. 200 is default for rpi3b+ ; 512 recommended if more 2gb RAM. networkdisks: "" # list of smbv2/3 servers to mount (optional) diff --git a/webtop_kde/config.json b/webtop_kde/config.json index 996d5786d..be4686699 100644 --- a/webtop_kde/config.json +++ b/webtop_kde/config.json @@ -56,8 +56,8 @@ "environment": { "FM_HOME": "/share/webtop_kde", "HOME": "/share/webtop_kde", - "PGID": "1000", - "PUID": "1000", + "PGID": "0", + "PUID": "0", "TITLE": "Alpine KDE webtop", "shm_size": "1gb" }, @@ -73,8 +73,8 @@ "name": "Webtop Alpine KDE", "options": { "DNS_server": "8.8.8.8", - "PGID": 1000, - "PUID": 1000, + "PGID": 0, + "PUID": 0, "additional_apps": "engrampa,libreoffice", "rpi_video_drivers": true }, @@ -112,6 +112,6 @@ "slug": "webtop-kde", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "4.16-r0-ls67", + "version": "4.16-r0-ls67-2", "video": true -} +} \ No newline at end of file