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,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

View File

@@ -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...

View File

@@ -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...

View File

@@ -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

View File

@@ -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
}
}

View File

@@ -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

View File

@@ -76,4 +76,4 @@
## 3.9.0
- Update to latest version from linuxserver/docker-code-server
- Enables PUID/GUID options
- Enables PUID/PGID options

View File

@@ -28,7 +28,7 @@ This addon is based on the [docker image](https://github.com/linuxserver/code-se
Webui can be found at `<your-ip>: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...

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...

View File

@@ -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...

View File

@@ -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]"
}
}

View File

@@ -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

View File

@@ -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...

View File

@@ -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

View File

@@ -28,7 +28,7 @@ This addon is based on the [docker image](https://github.com/linuxserver/docker-
Webui can be found at `<your-ip>: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...

View File

@@ -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...

View File

@@ -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]"
}
}

View File

@@ -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...

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]"
}
}

View File

@@ -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...

View File

@@ -39,7 +39,7 @@ comparison to installing any other Hass.io add-on.
Webui can be found at <http://your-ip:3579>.
```yaml
GUID: user
PGID: user
GPID: user
```

View File

@@ -40,7 +40,7 @@ Webui can be found at <http://your-ip:80>.
Create the db in /data/...
```yaml
GUID: user, can't be 0
PGID: user, can't be 0
GPID: user, can't be 0
```

View File

@@ -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]"
}
}

View File

@@ -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
```

View File

@@ -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: "<//SERVER/SHARE>" # list of smbv2/3 servers to mount (optional)

View File

@@ -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

View File

@@ -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...

View File

@@ -45,7 +45,7 @@ comparison to installing any other Hass.io add-on.
Webui can be found at <http://your-ip:81>.
```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: "<//SERVER/SHARE>" # list of smbv2/3 servers to mount (optional)

View File

@@ -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]"
}
}

View File

@@ -33,7 +33,7 @@ This addon is based on the [docker image](https://github.com/linuxserver/docker-
Webui can be found at `<your-ip>:8096`.
```yaml
GUID: user
PGID: user
GPID: user
TZ: timezone
claim: claim code for plex server # see https://github.com/linuxserver/docker-plex

View File

@@ -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"
}

View File

@@ -1,4 +1,5 @@
## &#9888; 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...

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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...

View File

@@ -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...

View File

@@ -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
```

View File

@@ -39,7 +39,7 @@ comparison to installing any other Hass.io add-on.
Webui can be found at <http://your-ip:8888>.
```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...

View File

@@ -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

View File

@@ -1,4 +1,5 @@
## &#9888; 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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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]"
}
}

View File

@@ -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

View File

@@ -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...

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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: "<//SERVER/SHARE>" # list of smbv2/3 servers to mount (optional)

View File

@@ -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
}
}