diff --git a/bazarr/CHANGELOG.md b/bazarr/CHANGELOG.md index a9555edc7..fdca2259f 100644 --- a/bazarr/CHANGELOG.md +++ b/bazarr/CHANGELOG.md @@ -1,3 +1,5 @@ +## 1.0.2-1 +- Fixed local config ## 1.0.2 (01-01-2022) - Update to latest version from linuxserver/docker-bazarr diff --git a/bazarr/config.json b/bazarr/config.json index 00dcb6453..6c70693d1 100644 --- a/bazarr/config.json +++ b/bazarr/config.json @@ -1,6 +1,6 @@ { "name": "Bazarr NAS", - "version": "1.0.2", + "version": "1.0.2-1", "slug": "bazarr_nas", "description": "Companion application to Sonarr and Radarr to download subtitles", "url": "https://github.com/alexbelgium/hassio-addons/blob/master/bazarr/Readme.md", diff --git a/emby/CHANGELOG.md b/emby/CHANGELOG.md index f4799200a..f1ef6a8f2 100644 --- a/emby/CHANGELOG.md +++ b/emby/CHANGELOG.md @@ -1,3 +1,5 @@ +## 4.7.0.19-1 +- Changed local config location ## 4.7.0.19 (14-12-2021) - Update to latest version from linuxserver/docker-emby diff --git a/emby/config.json b/emby/config.json index 58fb82478..de6869577 100644 --- a/emby/config.json +++ b/emby/config.json @@ -1,4 +1,9 @@ { + "name": "Emby NAS", + "version": "4.7.0.19-1", + "slug": "emby_nas", + "description": "A Free Software Media System that puts you in control of managing and streaming your media.", + "url": "https://github.com/alexbelgium/hassio-addons/blob/master/emby/Readme.md", "apparmor": true, "arch": [ "aarch64", @@ -6,14 +11,17 @@ "armv7", "armhf" ], + "boot": "auto", + "upstream": "4.7.0.19", + "webui": "http://[HOST]:[PORT:8096]", + "startup": "services", + "video": true, "backup_exclude": [ "*/cache/", "*/logs/", "*/transcoding-temp/", "*/metadata/" ], - "boot": "auto", - "description": "A Free Software Media System that puts you in control of managing and streaming your media.", "devices": [ "/dev/dri", "/dev/vchiq", @@ -62,7 +70,6 @@ "media:rw", "ssl:rw" ], - "name": "Emby NAS", "options": { "PUID": 0, "PGID": 0, @@ -95,12 +102,5 @@ "cifsdomain": "str?", "smbv1": "bool?", "silent": "bool?" - }, - "slug": "emby_nas", - "startup": "services", - "upstream": "4.7.0.19", - "url": "https://github.com/alexbelgium/hassio-addons", - "version": "4.7.0.19", - "video": true, - "webui": "http://[HOST]:[PORT:8096]" + } } diff --git a/jackett/CHANGELOG.md b/jackett/CHANGELOG.md index 04d141a65..46e3fb4d3 100644 --- a/jackett/CHANGELOG.md +++ b/jackett/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.20.222-1 +- Fixed local config + ## 0.20.222 (01-01-2022) - Update to latest version from linuxserver/docker-jackett - Cleanup: config base folder changed to /config/addons_config (thanks @bruvv) diff --git a/jackett/config.json b/jackett/config.json index 187c3f997..e7f186428 100644 --- a/jackett/config.json +++ b/jackett/config.json @@ -12,7 +12,7 @@ "armhf" ], "boot": "auto", - "upstream": "0.20.222", + "upstream": "0.20.222-1", "startup": "services", "webui": "http://[HOST]:[PORT:9117]", "environment": { diff --git a/lidarr/CHANGELOG.md b/lidarr/CHANGELOG.md index 0c6305534..dfa7ca804 100644 --- a/lidarr/CHANGELOG.md +++ b/lidarr/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.8.1.2135-ls68 +- updated to 0.8.1.2135-ls68 +- changed config location + +## 0.8.1.2135-ls62-4 - Cleanup: config base folder changed to /config/addons_config (thanks @bruvv) - New standardized logic for Dockerfile build and packages installation - Allow mounting local drives by label. Just pust the label instead of sda1 for example diff --git a/lidarr/config.json b/lidarr/config.json index f635bad05..a2f63854e 100644 --- a/lidarr/config.json +++ b/lidarr/config.json @@ -1,8 +1,15 @@ { + "name": "Lidarr NAS", + "version": "0.8.1.2135-ls68", + "slug": "lidarr_nas", + "description": "Music collection manager for Usenet and BitTorrent users", + "url": "https://github.com/alexbelgium/hassio-addons/blob/master/lidarr/Readme.md", "apparmor": true, "arch": ["aarch64", "amd64", "armv7", "armhf"], "boot": "auto", - "description": "Music collection manager for Usenet and BitTorrent users", + "upstream": "0.8.1.2135-ls68", + "webui": "http://[HOST]:[PORT:8686]", + "startup": "services", "devices": [ "/dev/sda", "/dev/sdb", @@ -40,7 +47,6 @@ "PGID": "0" }, "map": ["config:rw", "share:rw", "media:rw", "config:rw"], - "name": "Lidarr NAS", "options": { "PUID": 0, "PGID": 0, @@ -63,10 +69,5 @@ "networkdisks": "str?", "cifsusername": "str?", "cifspassword": "str?" - }, - "slug": "lidarr_nas", - "upstream": "0.8.1.2135-ls63", - "url": "https://github.com/alexbelgium/hassio-addons", - "version": "0.8.1.2135-ls63-4", - "webui": "http://[HOST]:[PORT:8686]" + } } diff --git a/lidarr/rootfs/etc/cont-init.d/20-folders.sh b/lidarr/rootfs/etc/cont-init.d/20-folders.sh index 971aab507..ffeb8b530 100644 --- a/lidarr/rootfs/etc/cont-init.d/20-folders.sh +++ b/lidarr/rootfs/etc/cont-init.d/20-folders.sh @@ -12,7 +12,7 @@ if [ ! -d /share/downloads ]; then chown -R abc:abc /share/downloads fi -if [ -d /config/lidarr ]; then +if [ -d /config/lidarr ] && [ ! -d /config/addons_config/lidarr ]; then echo "Moving to new location /config/addons_config/lidarr" mkdir -p /config/addons_config/lidarr chmod 777 /config/addons_config/lidarr diff --git a/ombi/CHANGELOG.md b/ombi/CHANGELOG.md index 5d8739bb8..d777afa23 100644 --- a/ombi/CHANGELOG.md +++ b/ombi/CHANGELOG.md @@ -1,3 +1,4 @@ +## 4.3.3-3 (03-01-2022) - Cleanup: config base folder changed to /config/addons_config (thanks @bruvv) - New standardized logic for Dockerfile build and packages installation diff --git a/ombi/config.json b/ombi/config.json index 6b6694327..9d6d0c717 100644 --- a/ombi/config.json +++ b/ombi/config.json @@ -1,6 +1,6 @@ { "name": "Ombi", - "version": "4.3.3-2", + "version": "4.3.3-3", "slug": "ombi", "description": "Self-hosted Plex Request and user management system", "url": "https://github.com/alexbelgium/hassio-addons/blob/master/ombi/Readme.md", diff --git a/radarr/CHANGELOG.md b/radarr/CHANGELOG.md index 1e621b330..1f23885ec 100644 --- a/radarr/CHANGELOG.md +++ b/radarr/CHANGELOG.md @@ -1,3 +1,4 @@ +## 3.2.2.5080-7 (03-01-2022) - Cleanup: config base folder changed to /config/addons_config (thanks @bruvv) - New standardized logic for Dockerfile build and packages installation - Allow mounting local drives by label. Just pust the label instead of sda1 for example diff --git a/radarr/config.json b/radarr/config.json index 6c77c705b..0ef2d13a3 100644 --- a/radarr/config.json +++ b/radarr/config.json @@ -1,6 +1,6 @@ { "name": "Radarr NAS", - "version": "3.2.2.5080-6", + "version": "3.2.2.5080-7", "slug": "radarr_nas", "description": "A fork of Sonarr to work with movies like Couchpotato", "url": "https://github.com/alexbelgium/hassio-addons/blob/master/radarr/Readme.md", diff --git a/readarr/CHANGELOG.md b/readarr/CHANGELOG.md index fd649fa5a..c284152a1 100644 --- a/readarr/CHANGELOG.md +++ b/readarr/CHANGELOG.md @@ -1,3 +1,5 @@ +## nightly-alpine-0.1.0.1154-ls4 +- uppdated to version ls4 ## nightly-alpine-0.1.0.1154-ls3 (01-01-2022) - Update to latest version from linuxserver/docker-readarr diff --git a/readarr/config.json b/readarr/config.json index adbdbc9ab..d05fc4e59 100644 --- a/readarr/config.json +++ b/readarr/config.json @@ -1,13 +1,15 @@ { - "apparmor": true, - "arch": [ - "aarch64", - "amd64", - "armv7", - "armhf" - ], - "boot": "auto", + "name": "Readarr NAS", + "version": "nightly-alpine-0.1.0.1154-ls4", + "slug": "readarr_nas", "description": "Book Manager and Automation", + "url": "https://github.com/alexbelgium/hassio-addons/blob/master/readarr/Readme.md", + "apparmor": true, + "arch": ["aarch64", "amd64", "armv7", "armhf"], + "boot": "auto", + "upstream": "nightly-alpine-0.1.0.1154-ls4 ", + "webui": "http://[HOST]:[PORT:8787]", + "startup": "services", "devices": [ "/dev/sda", "/dev/sdb", @@ -50,7 +52,6 @@ "media:rw", "config:rw" ], - "name": "readarr NAS", "options": { "PUID": 0, "PGID": 0, @@ -75,10 +76,5 @@ "cifsusername": "str?", "cifspassword": "str?", "CONFIG_LOCATION": "str" - }, - "slug": "readarr_nas", - "upstream": "nightly-alpine-0.1.0.1154-ls3", - "url": "https://github.com/alexbelgium/hassio-addons", - "version": "nightly-alpine-0.1.0.1154-ls3", - "webui": "http://[HOST]:[PORT:8787]" + } } diff --git a/sonarr/CHANGELOG.md b/sonarr/CHANGELOG.md index 90444a83e..7525173b2 100644 --- a/sonarr/CHANGELOG.md +++ b/sonarr/CHANGELOG.md @@ -1,3 +1,4 @@ +## 3.0.6.1342-6 (03-01-2022) - Cleanup: config base folder changed to /config/addons_config (thanks @bruvv) - New standardized logic for Dockerfile build and packages installation - Allow mounting local drives by label. Just pust the label instead of sda1 for example diff --git a/sonarr/config.json b/sonarr/config.json index be5056073..6fc0cbea4 100644 --- a/sonarr/config.json +++ b/sonarr/config.json @@ -1,6 +1,6 @@ { "name": "Sonarr NAS", - "version": "3.0.6.1342-5", + "version": "3.0.6.1342-6", "slug": "sonarr_nas", "description": "Can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. ", "url": "https://github.com/alexbelgium/hassio-addons/blob/master/sonarr/Readme.md", diff --git a/whoogle/CHANGELOG.md b/whoogle/CHANGELOG.md index 93500f395..0452bd80e 100644 --- a/whoogle/CHANGELOG.md +++ b/whoogle/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.7.1 +## 0.7.1 (03-01-2022) - Breaking change - Changed the config handeling - Added a docs with the config explaination.