From 093e5d8937d37d5eca0a4001df02578e7c45d380 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 5 May 2023 18:59:13 +0200 Subject: [PATCH 01/52] Update config.json --- calibre_web/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calibre_web/config.json b/calibre_web/config.json index d25c981af..1fc9182a5 100644 --- a/calibre_web/config.json +++ b/calibre_web/config.json @@ -104,6 +104,6 @@ }, "slug": "calibre-web", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre-web", - "version": "0.6.20-ls207-4", + "version": "0.6.20-ls207-5", "video": true } From d5c4a561402d20d2b13a7afa0caa47ad35a534a2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 5 May 2023 18:59:53 +0200 Subject: [PATCH 02/52] Remove armv7 --- calibre_web/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/calibre_web/config.json b/calibre_web/config.json index 1fc9182a5..af414bba5 100644 --- a/calibre_web/config.json +++ b/calibre_web/config.json @@ -1,8 +1,7 @@ { "arch": [ "aarch64", - "amd64", - "armv7" + "amd64" ], "codenotary": "alexandrep.github@gmail.com", "description": "browsing, reading and downloading eBooks using an existing Calibre database", From 7dce8401ed47321e086bc150c03ef27fa29a8e1e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 5 May 2023 19:00:02 +0200 Subject: [PATCH 03/52] Update build.json --- calibre_web/build.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/calibre_web/build.json b/calibre_web/build.json index 6aa35a304..bb36ed842 100644 --- a/calibre_web/build.json +++ b/calibre_web/build.json @@ -1,8 +1,7 @@ { "build_from": { "aarch64": "lscr.io/linuxserver/calibre-web:arm64v8-", - "amd64": "lscr.io/linuxserver/calibre-web:amd64-", - "armv7": "lscr.io/linuxserver/calibre-web:arm32v7-" + "amd64": "lscr.io/linuxserver/calibre-web:amd64-" }, "codenotary": { "signer": "alexandrep.github@gmail.com" From 6fa88e53da81536c5aab3e25e25caca91de30c34 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 5 May 2023 19:01:13 +0200 Subject: [PATCH 04/52] Update config.json --- calibre_web/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calibre_web/config.json b/calibre_web/config.json index af414bba5..1b21b7177 100644 --- a/calibre_web/config.json +++ b/calibre_web/config.json @@ -103,6 +103,6 @@ }, "slug": "calibre-web", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre-web", - "version": "0.6.20-ls207-5", + "version": "0.6.20-ls207-6", "video": true } From 36dd6ff1dbbdb8f4090ede2a4c1f38c38acd1fa3 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 17:04:34 +0000 Subject: [PATCH 05/52] GitHub bot : README updated --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 44ee1558e..ed826a9c8 100644 --- a/README.md +++ b/README.md @@ -43,19 +43,19 @@ If you want to do add the repository manually, please follow the procedure highl ### Number of addons - In the repository : 79 -- Installed : 19917 +- Installed : 26192 ### Top 3 -1. Filebrowser (4212x) -2. Portainer (4137x) -3. Myelectricaldata (515x) +1. Filebrowser (4482x) +2. Portainer (3319x) +3. Qbittorrent (694x) ### Architectures used -- amd64: 58% +- amd64: 53% - aarch64: 37% -- armv7: 5% +- armv7: 10% ### Total downloads evolution @@ -155,7 +155,7 @@ If you want to do add the repository manually, please follow the procedure highl ![Update](https://img.shields.io/badge/dynamic/json?label=Updated&query=%24.last_update&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fcalibre_web%2Fupdater.json) ![aarch64][aarch64-badge] ![amd64][amd64-badge] -![armv7][armv7-badge] +![armv7no][armv7no-badge] ![ingress][ingress-badge] ![smb][smb-badge] ![localdisks][localdisks-badge] @@ -207,7 +207,7 @@ If you want to do add the repository manually, please follow the procedure highl ![amd64][amd64-badge] ![armv7no][armv7no-badge] -✓ ![image](https://api.iconify.design/mdi/file-search.svg) [Filebrowser (4212x)](filebrowser/) : filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files +✓ ![image](https://api.iconify.design/mdi/file-search.svg) [Filebrowser (4482x)](filebrowser/) : filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files   ![Version](https://img.shields.io/badge/dynamic/json?label=Version&query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Ffilebrowser%2Fconfig.json) ![Update](https://img.shields.io/badge/dynamic/json?label=Updated&query=%24.last_update&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Ffilebrowser%2Fupdater.json) @@ -527,7 +527,7 @@ If you want to do add the repository manually, please follow the procedure highl ![amd64][amd64-badge] ![armv7][armv7-badge] -✓ ![image](https://api.iconify.design/mdi/docker.svg) [Portainer (4137x)](portainer/) : Manage your Docker environment with ease +✓ ![image](https://api.iconify.design/mdi/docker.svg) [Portainer (3319x)](portainer/) : Manage your Docker environment with ease   ![Version](https://img.shields.io/badge/dynamic/json?label=Version&query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fportainer%2Fconfig.json) ![Update](https://img.shields.io/badge/dynamic/json?label=Updated&query=%24.last_update&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fportainer%2Fupdater.json) @@ -546,7 +546,7 @@ If you want to do add the repository manually, please follow the procedure highl ![smb][smb-badge] ![localdisks][localdisks-badge] -✓ ![image](https://api.iconify.design/mdi/progress-download.svg) [Qbittorrent](qbittorrent/) : qBittorrent is a bittorrent client +✓ ![image](https://api.iconify.design/mdi/progress-download.svg) [Qbittorrent (694x)](qbittorrent/) : qBittorrent is a bittorrent client   ![Version](https://img.shields.io/badge/dynamic/json?label=Version&query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fqbittorrent%2Fconfig.json) ![Update](https://img.shields.io/badge/dynamic/json?label=Updated&query=%24.last_update&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fqbittorrent%2Fupdater.json) From 967beccda05fc1c191d34df331a841889827344b Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 17:10:10 +0000 Subject: [PATCH 06/52] GitHub bot : changelog --- calibre_web/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/calibre_web/CHANGELOG.md b/calibre_web/CHANGELOG.md index dbe1a4ca0..727881a1b 100644 --- a/calibre_web/CHANGELOG.md +++ b/calibre_web/CHANGELOG.md @@ -1,3 +1,5 @@ +### 0.6.20-ls207-6 (05-05-2023) +- Minor bugs fixed ### 0.6.20-ls207-3 (05-05-2023) - Minor bugs fixed ### 0.6.20-ls207-2 (05-05-2023) From b8835f020cf49e992e4dbb39a67aa8c7204f0ebc Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 6 May 2023 01:55:40 +0200 Subject: [PATCH 07/52] Updater bot : autobrr updated to 1.25.0 --- autobrr/CHANGELOG.md | 3 +++ autobrr/Dockerfile | 2 +- autobrr/config.json | 4 ++-- autobrr/updater.json | 4 ++-- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/autobrr/CHANGELOG.md b/autobrr/CHANGELOG.md index d93a08e2d..d5c2c6697 100644 --- a/autobrr/CHANGELOG.md +++ b/autobrr/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.25.0 (06-05-2023) +- Update to latest version from autobrr/autobrr + ## 1.24.1 (21-04-2023) - Update to latest version from autobrr/autobrr diff --git a/autobrr/Dockerfile b/autobrr/Dockerfile index f1296ee6f..92c4b5023 100644 --- a/autobrr/Dockerfile +++ b/autobrr/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="1.24.1" +ARG BUILD_UPSTREAM="1.25.0" FROM ${BUILD_FROM} ################## diff --git a/autobrr/config.json b/autobrr/config.json index 1d08ef24c..ed84cd36d 100644 --- a/autobrr/config.json +++ b/autobrr/config.json @@ -98,5 +98,5 @@ }, "slug": "autobrr", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/autobrr", - "version": "1.24.1" -} \ No newline at end of file + "version": "1.25.0" +} diff --git a/autobrr/updater.json b/autobrr/updater.json index 640a11446..4c46d18b1 100644 --- a/autobrr/updater.json +++ b/autobrr/updater.json @@ -1,8 +1,8 @@ { - "last_update": "21-04-2023", + "last_update": "06-05-2023", "repository": "alexbelgium/hassio-addons", "slug": "autborr", "source": "github", "upstream_repo": "autobrr/autobrr", - "upstream_version": "1.24.1" + "upstream_version": "1.25.0" } From cfe9d5d28184a2953af65d67f00056d47e9ad88f Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 6 May 2023 01:55:58 +0200 Subject: [PATCH 08/52] Updater bot : bazarr updated to 1.2.1 --- bazarr/CHANGELOG.md | 3 +++ bazarr/Dockerfile | 2 +- bazarr/config.json | 4 ++-- bazarr/updater.json | 4 ++-- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/bazarr/CHANGELOG.md b/bazarr/CHANGELOG.md index a1df06187..be094261e 100644 --- a/bazarr/CHANGELOG.md +++ b/bazarr/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.2.1 (06-05-2023) +- Update to latest version from linuxserver/docker-bazarr ### 1.2.0-1 (21-04-2023) - Minor bugs fixed - Implemented healthcheck diff --git a/bazarr/Dockerfile b/bazarr/Dockerfile index d6789e616..026d72afe 100644 --- a/bazarr/Dockerfile +++ b/bazarr/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="1.2.0" +ARG BUILD_UPSTREAM="1.2.1" FROM ${BUILD_FROM}${BUILD_UPSTREAM} ################## diff --git a/bazarr/config.json b/bazarr/config.json index 3941f3159..e765dd080 100644 --- a/bazarr/config.json +++ b/bazarr/config.json @@ -98,6 +98,6 @@ }, "slug": "bazarr_nas", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/bazarr", - "version": "1.2.0-1", + "version": "1.2.1", "webui": "[PROTO:ssl]://[HOST]:[PORT:6767]" -} \ No newline at end of file +} diff --git a/bazarr/updater.json b/bazarr/updater.json index 3377a462d..06453ec9f 100644 --- a/bazarr/updater.json +++ b/bazarr/updater.json @@ -1,8 +1,8 @@ { - "last_update": "04-03-2023", + "last_update": "06-05-2023", "repository": "alexbelgium/hassio-addons", "slug": "bazarr", "source": "github", "upstream_repo": "linuxserver/docker-bazarr", - "upstream_version": "1.2.0" + "upstream_version": "1.2.1" } From ec365c1020d30dd88c4d87fad38b1aadd91871a5 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 6 May 2023 01:56:40 +0200 Subject: [PATCH 09/52] Updater bot : calibre_web updated to 0.6.20-ls208 --- calibre_web/CHANGELOG.md | 3 +++ calibre_web/config.json | 2 +- calibre_web/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/calibre_web/CHANGELOG.md b/calibre_web/CHANGELOG.md index 727881a1b..c77842cfc 100644 --- a/calibre_web/CHANGELOG.md +++ b/calibre_web/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 0.6.20-ls208 (06-05-2023) +- Update to latest version from linuxserver/docker-calibre-web ### 0.6.20-ls207-6 (05-05-2023) - Minor bugs fixed ### 0.6.20-ls207-3 (05-05-2023) diff --git a/calibre_web/config.json b/calibre_web/config.json index 1b21b7177..261ed5b54 100644 --- a/calibre_web/config.json +++ b/calibre_web/config.json @@ -103,6 +103,6 @@ }, "slug": "calibre-web", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre-web", - "version": "0.6.20-ls207-6", + "version": "0.6.20-ls208", "video": true } diff --git a/calibre_web/updater.json b/calibre_web/updater.json index e76ab190c..498f9c89f 100644 --- a/calibre_web/updater.json +++ b/calibre_web/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "23-04-2023", + "last_update": "06-05-2023", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "calibre-web", "source": "github", "upstream_repo": "linuxserver/docker-calibre-web", - "upstream_version": "0.6.20-ls207" + "upstream_version": "0.6.20-ls208" } From 66250f96416cfd62c44888b6a87e9fadca25972c Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 6 May 2023 01:57:03 +0200 Subject: [PATCH 10/52] Updater bot : emby updated to 4.8.0.34 --- emby/CHANGELOG.md | 3 +++ emby/Dockerfile | 2 +- emby/config.json | 4 ++-- emby/updater.json | 4 ++-- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/emby/CHANGELOG.md b/emby/CHANGELOG.md index 3d589a5c3..7ea679461 100644 --- a/emby/CHANGELOG.md +++ b/emby/CHANGELOG.md @@ -1,4 +1,7 @@ +## 4.8.0.34 (06-05-2023) +- Update to latest version from linuxserver/docker-emby + ## 4.8.0.32 (29-04-2023) - Update to latest version from linuxserver/docker-emby diff --git a/emby/Dockerfile b/emby/Dockerfile index ab88bae32..32a520298 100644 --- a/emby/Dockerfile +++ b/emby/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="4.8.0.32" +ARG BUILD_UPSTREAM="4.8.0.34" FROM ${BUILD_FROM}${BUILD_UPSTREAM} ################## diff --git a/emby/config.json b/emby/config.json index 96e0af74f..7f3f697d5 100644 --- a/emby/config.json +++ b/emby/config.json @@ -109,6 +109,6 @@ }, "slug": "emby_nas", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/emby", - "version": "4.8.0.32", + "version": "4.8.0.34", "video": true -} \ No newline at end of file +} diff --git a/emby/updater.json b/emby/updater.json index 5653c454d..c49ce2782 100644 --- a/emby/updater.json +++ b/emby/updater.json @@ -1,9 +1,9 @@ { "github_beta": "true", - "last_update": "29-04-2023", + "last_update": "06-05-2023", "repository": "alexbelgium/hassio-addons", "slug": "emby", "source": "github", "upstream_repo": "linuxserver/docker-emby", - "upstream_version": "4.8.0.32" + "upstream_version": "4.8.0.34" } From c11c0ecb1f290ae7c5c9c862be7cb7e259c53531 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 6 May 2023 01:57:23 +0200 Subject: [PATCH 11/52] Updater bot : epicgamesfree updated to c0dfe30ee94fa609a9efcb5eb2b8fd0c1dafe6e2-2023-05-03 --- epicgamesfree/CHANGELOG.md | 3 +++ epicgamesfree/config.json | 4 ++-- epicgamesfree/updater.json | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/epicgamesfree/CHANGELOG.md b/epicgamesfree/CHANGELOG.md index e71d50c13..def217848 100644 --- a/epicgamesfree/CHANGELOG.md +++ b/epicgamesfree/CHANGELOG.md @@ -1,4 +1,7 @@ +## c0dfe30ee94fa609a9efcb5eb2b8fd0c1dafe6e2-2023-05-03 (2023-05-03) +- Update to latest version from charlocharlie/epicgames-freegames + ## 7dda5cbcf484f6eee15d78edd35ebbe15c2de60b-2023-04-21 (2023-04-21) - Update to latest version from charlocharlie/epicgames-freegames diff --git a/epicgamesfree/config.json b/epicgamesfree/config.json index c64652991..ee9df6405 100644 --- a/epicgamesfree/config.json +++ b/epicgamesfree/config.json @@ -70,6 +70,6 @@ }, "slug": "epicgamesfree", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "7dda5cbcf484f6eee15d78edd35ebbe15c2de60b-2023-04-21", + "version": "c0dfe30ee94fa609a9efcb5eb2b8fd0c1dafe6e2-2023-05-03", "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" -} \ No newline at end of file +} diff --git a/epicgamesfree/updater.json b/epicgamesfree/updater.json index 1ed5a2429..f6e029396 100644 --- a/epicgamesfree/updater.json +++ b/epicgamesfree/updater.json @@ -1,10 +1,10 @@ { "dockerhub_by_date": true, "dockerhub_list_size": 2, - "last_update": "2023-04-21", + "last_update": "2023-05-03", "repository": "alexbelgium/hassio-addons", "slug": "epicgamesfree", "source": "dockerhub", "upstream_repo": "charlocharlie/epicgames-freegames", - "upstream_version": "7dda5cbcf484f6eee15d78edd35ebbe15c2de60b-2023-04-21" + "upstream_version": "c0dfe30ee94fa609a9efcb5eb2b8fd0c1dafe6e2-2023-05-03" } From 5eb3557f850eb953dfbd56753adf528a3db0da15 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 6 May 2023 01:57:53 +0200 Subject: [PATCH 12/52] Updater bot : flexget updated to 3.6.7 --- flexget/CHANGELOG.md | 3 +++ flexget/config.json | 4 ++-- flexget/updater.json | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/flexget/CHANGELOG.md b/flexget/CHANGELOG.md index 934632102..9f5af78b8 100644 --- a/flexget/CHANGELOG.md +++ b/flexget/CHANGELOG.md @@ -1,4 +1,7 @@ +## 3.6.7 (06-05-2023) +- Update to latest version from wiserain/flexget + ## 3.6.4 (29-04-2023) - Update to latest version from wiserain/flexget diff --git a/flexget/config.json b/flexget/config.json index 17c91afdb..544755497 100644 --- a/flexget/config.json +++ b/flexget/config.json @@ -86,6 +86,6 @@ }, "slug": "flexget", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "3.6.4", + "version": "3.6.7", "webui": "[PROTO:ssl]://[HOST]:[PORT:5050]" -} \ No newline at end of file +} diff --git a/flexget/updater.json b/flexget/updater.json index a729ec3b0..5c4a54962 100644 --- a/flexget/updater.json +++ b/flexget/updater.json @@ -1,8 +1,8 @@ { - "last_update": "29-04-2023", + "last_update": "06-05-2023", "repository": "alexbelgium/hassio-addons", "slug": "flexget", "source": "dockerhub", "upstream_repo": "wiserain/flexget", - "upstream_version": "3.6.4" + "upstream_version": "3.6.7" } From e4d0f25b1761922f715ab898ddedbe449fdab226 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 6 May 2023 01:58:42 +0200 Subject: [PATCH 13/52] Updater bot : jackett updated to 0.20.4083 --- jackett/CHANGELOG.md | 3 +++ jackett/config.json | 4 ++-- jackett/updater.json | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/jackett/CHANGELOG.md b/jackett/CHANGELOG.md index f2393235e..bb7655a91 100644 --- a/jackett/CHANGELOG.md +++ b/jackett/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.20.4083 (06-05-2023) +- Update to latest version from linuxserver/docker-jackett + ## 0.20.4013 (29-04-2023) - Update to latest version from linuxserver/docker-jackett diff --git a/jackett/config.json b/jackett/config.json index 1d1713692..1c7ab20e8 100644 --- a/jackett/config.json +++ b/jackett/config.json @@ -92,6 +92,6 @@ }, "slug": "jackett_nas", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/jackett", - "version": "0.20.4013", + "version": "0.20.4083", "webui": "[PROTO:ssl]://[HOST]:[PORT:9117]" -} \ No newline at end of file +} diff --git a/jackett/updater.json b/jackett/updater.json index 214929957..eda937e48 100644 --- a/jackett/updater.json +++ b/jackett/updater.json @@ -1,8 +1,8 @@ { - "last_update": "29-04-2023", + "last_update": "06-05-2023", "repository": "alexbelgium/hassio-addons", "slug": "jackett", "source": "github", "upstream_repo": "linuxserver/docker-jackett", - "upstream_version": "0.20.4013" + "upstream_version": "0.20.4083" } From 732d6194c255d17c6413ea18399d820f41e50ac4 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 6 May 2023 01:58:58 +0200 Subject: [PATCH 14/52] Updater bot : jellyseerr updated to 338 --- jellyseerr/CHANGELOG.md | 3 +++ jellyseerr/config.json | 2 +- jellyseerr/updater.json | 6 +++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/jellyseerr/CHANGELOG.md b/jellyseerr/CHANGELOG.md index f2333b180..0b82da024 100644 --- a/jellyseerr/CHANGELOG.md +++ b/jellyseerr/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 338 (06-05-2023) +- Update to latest version from Fallenbagel/jellyseerr ### 1.5.0-6 (04-05-2023) - Minor bugs fixed ### 1.5.0-3 (04-05-2023) diff --git a/jellyseerr/config.json b/jellyseerr/config.json index 2af454b34..a0d7e193b 100644 --- a/jellyseerr/config.json +++ b/jellyseerr/config.json @@ -78,6 +78,6 @@ }, "slug": "jellyseerr", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/jellyseerr", - "version": "1.5.0-6", + "version": "338", "webui": "[PROTO:ssl]://[HOST]:[PORT:5055]" } diff --git a/jellyseerr/updater.json b/jellyseerr/updater.json index ba6089086..e7bb53723 100644 --- a/jellyseerr/updater.json +++ b/jellyseerr/updater.json @@ -1,8 +1,8 @@ { - "last_update": "04-02-2023", + "last_update": "06-05-2023", "repository": "alexbelgium/hassio-addons", "slug": "jellyseerr", "source": "github", "upstream_repo": "Fallenbagel/jellyseerr", - "upstream_version": "1.5.0" -} \ No newline at end of file + "upstream_version": "338" +} From 227f8519be2ad39106279634845301c8bb093a22 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 6 May 2023 01:59:57 +0200 Subject: [PATCH 15/52] Updater bot : omada updated to 5.9-chromium-amd64-2023-05-05 --- omada/CHANGELOG.md | 3 +++ omada/Dockerfile | 2 +- omada/config.json | 4 ++-- omada/updater.json | 4 ++-- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/omada/CHANGELOG.md b/omada/CHANGELOG.md index 44ed785a1..7d65be4f3 100644 --- a/omada/CHANGELOG.md +++ b/omada/CHANGELOG.md @@ -1,4 +1,7 @@ +## 5.9-chromium-amd64-2023-05-05 (2023-05-05) +- Update to latest version from mbentley/omada-controller + ## 5.9-chromium-amd64-2023-04-27 (2023-04-27) - Update to latest version from mbentley/omada-controller diff --git a/omada/Dockerfile b/omada/Dockerfile index 68c7a3eab..8963a8e2e 100644 --- a/omada/Dockerfile +++ b/omada/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="5.9-chromium-amd64-2023-04-27" +ARG BUILD_UPSTREAM="5.9-chromium-amd64-2023-05-05" FROM ${BUILD_FROM} ################## diff --git a/omada/config.json b/omada/config.json index 79fd325e5..229e95a96 100644 --- a/omada/config.json +++ b/omada/config.json @@ -93,6 +93,6 @@ }, "slug": "omada", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "5.9-chromium-amd64-2023-04-27", + "version": "5.9-chromium-amd64-2023-05-05", "webui": "[PROTO:ssl]://[HOST]:[PORT:8088]" -} \ No newline at end of file +} diff --git a/omada/updater.json b/omada/updater.json index 3efb856d8..55b19200b 100644 --- a/omada/updater.json +++ b/omada/updater.json @@ -1,9 +1,9 @@ { "dockerhub_by_date": true, - "last_update": "2023-04-27", + "last_update": "2023-05-05", "repository": "alexbelgium/hassio-addons", "slug": "omada", "source": "dockerhub", "upstream_repo": "mbentley/omada-controller", - "upstream_version": "5.9-chromium-amd64-2023-04-27" + "upstream_version": "5.9-chromium-amd64-2023-05-05" } From 39eb5804ad94265bd7b49d75a12df75f4032e002 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 6 May 2023 02:00:05 +0200 Subject: [PATCH 16/52] Updater bot : omada_v3 updated to 5.9-chromium-amd64-2023-05-05 --- omada_v3/CHANGELOG.md | 3 +++ omada_v3/Dockerfile | 2 +- omada_v3/config.json | 4 ++-- omada_v3/updater.json | 4 ++-- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/omada_v3/CHANGELOG.md b/omada_v3/CHANGELOG.md index 44ed785a1..7d65be4f3 100644 --- a/omada_v3/CHANGELOG.md +++ b/omada_v3/CHANGELOG.md @@ -1,4 +1,7 @@ +## 5.9-chromium-amd64-2023-05-05 (2023-05-05) +- Update to latest version from mbentley/omada-controller + ## 5.9-chromium-amd64-2023-04-27 (2023-04-27) - Update to latest version from mbentley/omada-controller diff --git a/omada_v3/Dockerfile b/omada_v3/Dockerfile index a339671d6..cc6ff37e0 100644 --- a/omada_v3/Dockerfile +++ b/omada_v3/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="5.9-chromium-amd64-2023-04-27" +ARG BUILD_UPSTREAM="5.9-chromium-amd64-2023-05-05" FROM ${BUILD_FROM} ################## diff --git a/omada_v3/config.json b/omada_v3/config.json index 3367c4cb1..653f22132 100644 --- a/omada_v3/config.json +++ b/omada_v3/config.json @@ -93,6 +93,6 @@ }, "slug": "omada_v3", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "5.9-chromium-amd64-2023-04-27", + "version": "5.9-chromium-amd64-2023-05-05", "webui": "[PROTO:ssl]://[HOST]:[PORT:8088]" -} \ No newline at end of file +} diff --git a/omada_v3/updater.json b/omada_v3/updater.json index e6ee142ef..2ad265eda 100644 --- a/omada_v3/updater.json +++ b/omada_v3/updater.json @@ -1,9 +1,9 @@ { "dockerhub_by_date": true, - "last_update": "2023-04-27", + "last_update": "2023-05-05", "repository": "alexbelgium/hassio-addons", "slug": "omada_v3", "source": "dockerhub", "upstream_repo": "mbentley/omada-controller", - "upstream_version": "5.9-chromium-amd64-2023-04-27" + "upstream_version": "5.9-chromium-amd64-2023-05-05" } From 9c478a1b23cccafd779484689ddaf80736faf1f2 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 6 May 2023 02:00:37 +0200 Subject: [PATCH 17/52] Updater bot : paperless_ngx updated to 1.14.4 --- paperless_ngx/CHANGELOG.md | 3 +++ paperless_ngx/Dockerfile | 2 +- paperless_ngx/config.json | 4 ++-- paperless_ngx/updater.json | 4 ++-- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/paperless_ngx/CHANGELOG.md b/paperless_ngx/CHANGELOG.md index 24179125e..67b6fb9cf 100644 --- a/paperless_ngx/CHANGELOG.md +++ b/paperless_ngx/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.14.4 (06-05-2023) +- Update to latest version from paperless-ngx/paperless-ngx + ## 1.14.2 (29-04-2023) - Update to latest version from paperless-ngx/paperless-ngx ### 1.13.0-3 (16-04-2023) diff --git a/paperless_ngx/Dockerfile b/paperless_ngx/Dockerfile index c9464d7f6..352e1935d 100644 --- a/paperless_ngx/Dockerfile +++ b/paperless_ngx/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="1.14.2" +ARG BUILD_UPSTREAM="1.14.4" FROM ${BUILD_FROM}:${BUILD_UPSTREAM} ################## diff --git a/paperless_ngx/config.json b/paperless_ngx/config.json index 84f510555..3ad966ebc 100644 --- a/paperless_ngx/config.json +++ b/paperless_ngx/config.json @@ -118,6 +118,6 @@ ], "slug": "paperless_ng", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.14.2", + "version": "1.14.4", "webui": "http://[HOST]:[PORT:8000]" -} \ No newline at end of file +} diff --git a/paperless_ngx/updater.json b/paperless_ngx/updater.json index bc484f49e..c8b1c076f 100644 --- a/paperless_ngx/updater.json +++ b/paperless_ngx/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "false", - "last_update": "29-04-2023", + "last_update": "06-05-2023", "repository": "alexbelgium/hassio-addons", "slug": "paperless_ngx", "source": "github", "upstream_repo": "paperless-ngx/paperless-ngx", - "upstream_version": "1.14.2" + "upstream_version": "1.14.4" } From f39072c5729190c97c6205ba31c3d2d44bdc1d56 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 6 May 2023 02:01:05 +0200 Subject: [PATCH 18/52] Updater bot : plex updated to 1.32.0.6973-a787c5a8e-ls165 --- plex/CHANGELOG.md | 3 +++ plex/config.json | 4 ++-- plex/updater.json | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/plex/CHANGELOG.md b/plex/CHANGELOG.md index 53e6467ae..47458f295 100644 --- a/plex/CHANGELOG.md +++ b/plex/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.32.0.6973-a787c5a8e-ls165 (06-05-2023) +- Update to latest version from linuxserver/docker-plex + ## 1.32.0.6973-a787c5a8e-ls164 (21-04-2023) - Update to latest version from linuxserver/docker-plex diff --git a/plex/config.json b/plex/config.json index 6d5825fc6..7c978cecb 100644 --- a/plex/config.json +++ b/plex/config.json @@ -117,7 +117,7 @@ }, "slug": "plex_nas", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex", - "version": "1.32.0.6973-a787c5a8e-ls164", + "version": "1.32.0.6973-a787c5a8e-ls165", "video": true, "webui": "[PROTO:ssl]://[HOST]:[PORT:32400]/web" -} \ No newline at end of file +} diff --git a/plex/updater.json b/plex/updater.json index 0bbed4154..da3fe54b7 100644 --- a/plex/updater.json +++ b/plex/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "21-04-2023", + "last_update": "06-05-2023", "repository": "alexbelgium/hassio-addons", "slug": "plex", "source": "github", "upstream_repo": "linuxserver/docker-plex", - "upstream_version": "1.32.0.6973-a787c5a8e-ls164" + "upstream_version": "1.32.0.6973-a787c5a8e-ls165" } From ba23ce594be41de4b5e5e854109ccc79e604e031 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 6 May 2023 02:01:22 +0200 Subject: [PATCH 19/52] Updater bot : portainer updated to 2.18.2 --- portainer/CHANGELOG.md | 3 +++ portainer/Dockerfile | 2 +- portainer/config.json | 2 +- portainer/updater.json | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/portainer/CHANGELOG.md b/portainer/CHANGELOG.md index 55b79844d..5d4e368d6 100644 --- a/portainer/CHANGELOG.md +++ b/portainer/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.18.2 (06-05-2023) +- Update to latest version from portainer/portainer + ## 2.18.1 (21-04-2023) - Update to latest version from portainer/portainer - Feat : addition of Micro Editor to all addons diff --git a/portainer/Dockerfile b/portainer/Dockerfile index 3a3c1618b..f1c9d3f9c 100644 --- a/portainer/Dockerfile +++ b/portainer/Dockerfile @@ -30,7 +30,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base -ARG BUILD_UPSTREAM="2.18.1" +ARG BUILD_UPSTREAM="2.18.2" # spellcheck disable=SC2015 # hadolint ignore=SC2015 diff --git a/portainer/config.json b/portainer/config.json index d8ca1a17f..8392be36d 100644 --- a/portainer/config.json +++ b/portainer/config.json @@ -45,5 +45,5 @@ }, "slug": "portainer", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.18.1" + "version": "2.18.2" } diff --git a/portainer/updater.json b/portainer/updater.json index e4fc842d1..e761e3b4a 100644 --- a/portainer/updater.json +++ b/portainer/updater.json @@ -1,9 +1,9 @@ { "github_havingasset": "true", - "last_update": "21-04-2023", + "last_update": "06-05-2023", "repository": "alexbelgium/hassio-addons", "slug": "portainer", "source": "github", "upstream_repo": "portainer/portainer", - "upstream_version": "2.18.1" + "upstream_version": "2.18.2" } From 31fa09a4b6b308675053f750b43a0e680f250147 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 6 May 2023 02:01:31 +0200 Subject: [PATCH 20/52] Updater bot : prowlarr updated to nightly-1.5.0.3295-ls576 --- prowlarr/CHANGELOG.md | 3 +++ prowlarr/config.json | 4 ++-- prowlarr/updater.json | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/prowlarr/CHANGELOG.md b/prowlarr/CHANGELOG.md index 5a4ba519a..ebd1aeefc 100644 --- a/prowlarr/CHANGELOG.md +++ b/prowlarr/CHANGELOG.md @@ -1,4 +1,7 @@ +## nightly-1.5.0.3295-ls576 (06-05-2023) +- Update to latest version from linuxserver/docker-prowlarr + ## nightly-1.4.1.3244-ls576 (29-04-2023) - Update to latest version from linuxserver/docker-prowlarr diff --git a/prowlarr/config.json b/prowlarr/config.json index 2d481e245..74ce4b140 100644 --- a/prowlarr/config.json +++ b/prowlarr/config.json @@ -94,6 +94,6 @@ }, "slug": "prowlarr", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "nightly-1.4.1.3244-ls576", + "version": "nightly-1.5.0.3295-ls576", "webui": "[PROTO:ssl]://[HOST]:[PORT:9696]" -} \ No newline at end of file +} diff --git a/prowlarr/updater.json b/prowlarr/updater.json index 9c079d68f..7ddd74ad9 100644 --- a/prowlarr/updater.json +++ b/prowlarr/updater.json @@ -1,10 +1,10 @@ { "github_beta": "true", "github_fulltag": "true", - "last_update": "29-04-2023", + "last_update": "06-05-2023", "repository": "alexbelgium/hassio-addons", "slug": "prowlarr", "source": "github", "upstream_repo": "linuxserver/docker-prowlarr", - "upstream_version": "nightly-1.4.1.3244-ls576" + "upstream_version": "nightly-1.5.0.3295-ls576" } From 5fb1afc2da921354c82dcaada659e61d8c933e65 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 6 May 2023 02:02:00 +0200 Subject: [PATCH 21/52] Updater bot : readarr updated to nightly-0.1.5.1718-ls173 --- readarr/CHANGELOG.md | 3 +++ readarr/config.json | 4 ++-- readarr/updater.json | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/readarr/CHANGELOG.md b/readarr/CHANGELOG.md index cc7f9dcd6..6f202a3a5 100644 --- a/readarr/CHANGELOG.md +++ b/readarr/CHANGELOG.md @@ -1,4 +1,7 @@ +## nightly-0.1.5.1718-ls173 (06-05-2023) +- Update to latest version from linuxserver/docker-readarr + ## nightly-0.1.4.1596-ls171 (29-04-2023) - Update to latest version from linuxserver/docker-readarr diff --git a/readarr/config.json b/readarr/config.json index d36ac5129..985fd29ad 100644 --- a/readarr/config.json +++ b/readarr/config.json @@ -97,5 +97,5 @@ }, "slug": "readarr_nas", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/readarr", - "version": "nightly-0.1.4.1596-ls171" -} \ No newline at end of file + "version": "nightly-0.1.5.1718-ls173" +} diff --git a/readarr/updater.json b/readarr/updater.json index 1d4bd4709..45ca06f47 100644 --- a/readarr/updater.json +++ b/readarr/updater.json @@ -1,10 +1,10 @@ { "github_beta": "true", "github_fulltag": "true", - "last_update": "29-04-2023", + "last_update": "06-05-2023", "repository": "alexbelgium/hassio-addons", "slug": "readarr", "source": "github", "upstream_repo": "linuxserver/docker-readarr", - "upstream_version": "nightly-0.1.4.1596-ls171" + "upstream_version": "nightly-0.1.5.1718-ls173" } From 4c45c578373c628260b46ad33c2323700fa44303 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 6 May 2023 02:02:23 +0200 Subject: [PATCH 22/52] Updater bot : sabnzbd updated to 4.0.1-ls105 --- sabnzbd/CHANGELOG.md | 3 +++ sabnzbd/config.json | 4 ++-- sabnzbd/updater.json | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/sabnzbd/CHANGELOG.md b/sabnzbd/CHANGELOG.md index 47b8457e8..9c7adc973 100644 --- a/sabnzbd/CHANGELOG.md +++ b/sabnzbd/CHANGELOG.md @@ -1,4 +1,7 @@ +## 4.0.1-ls105 (06-05-2023) +- Update to latest version from linuxserver/docker-sabnzbd + ## 4.0.0-ls104 (29-04-2023) - Update to latest version from linuxserver/docker-sabnzbd diff --git a/sabnzbd/config.json b/sabnzbd/config.json index f08ceb18b..967ecbe58 100644 --- a/sabnzbd/config.json +++ b/sabnzbd/config.json @@ -94,6 +94,6 @@ }, "slug": "sabnzbd", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "4.0.0-ls104", + "version": "4.0.1-ls105", "webui": "http://[HOST]:[PORT:8080]" -} \ No newline at end of file +} diff --git a/sabnzbd/updater.json b/sabnzbd/updater.json index 8b1aa9cdb..5239b6a67 100644 --- a/sabnzbd/updater.json +++ b/sabnzbd/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "29-04-2023", + "last_update": "06-05-2023", "repository": "alexbelgium/hassio-addons", "slug": "sabnzbd", "source": "github", "upstream_repo": "linuxserver/docker-sabnzbd", - "upstream_version": "4.0.0-ls104" + "upstream_version": "4.0.1-ls105" } From 0d16cbb1de3b62b83db3e6bf0e4cf604edcfcf8d Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 6 May 2023 02:03:16 +0200 Subject: [PATCH 23/52] Updater bot : transmission updated to 4.0.3-r0-ls171 --- transmission/CHANGELOG.md | 3 +++ transmission/config.json | 4 ++-- transmission/updater.json | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/transmission/CHANGELOG.md b/transmission/CHANGELOG.md index edbae10db..2e1ee5f78 100644 --- a/transmission/CHANGELOG.md +++ b/transmission/CHANGELOG.md @@ -1,4 +1,7 @@ +## 4.0.3-r0-ls171 (06-05-2023) +- Update to latest version from linuxserver/docker-transmission + ## 4.0.3-r0-ls170 (29-04-2023) - Update to latest version from linuxserver/docker-transmission diff --git a/transmission/config.json b/transmission/config.json index f37cb48a8..bc17116b1 100644 --- a/transmission/config.json +++ b/transmission/config.json @@ -108,5 +108,5 @@ }, "slug": "transmission_ls", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "4.0.3-r0-ls170" -} \ No newline at end of file + "version": "4.0.3-r0-ls171" +} diff --git a/transmission/updater.json b/transmission/updater.json index 65569277f..61bfa02f3 100644 --- a/transmission/updater.json +++ b/transmission/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "29-04-2023", + "last_update": "06-05-2023", "repository": "alexbelgium/hassio-addons", "slug": "transmission", "source": "github", "upstream_repo": "linuxserver/docker-transmission", - "upstream_version": "4.0.3-r0-ls170" + "upstream_version": "4.0.3-r0-ls171" } From 9eaa31dbafc796254180792e8f2b23432df5b6b2 Mon Sep 17 00:00:00 2001 From: mechanarchy <1166756+mechanarchy@users.noreply.github.com> Date: Sat, 6 May 2023 15:27:30 +1000 Subject: [PATCH 24/52] Fix calibre-web addon info URL --- calibre_web/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calibre_web/config.json b/calibre_web/config.json index 261ed5b54..497df27ab 100644 --- a/calibre_web/config.json +++ b/calibre_web/config.json @@ -102,7 +102,7 @@ "networkdisks": "str?" }, "slug": "calibre-web", - "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre-web", + "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre_web", "version": "0.6.20-ls208", "video": true } From ebdab9c8cb16e7146ced395a627e91731c7c7467 Mon Sep 17 00:00:00 2001 From: mechanarchy <1166756+mechanarchy@users.noreply.github.com> Date: Sat, 6 May 2023 16:11:29 +1000 Subject: [PATCH 25/52] Fix sed error in calibre-web Same fix as #749, commit cae22cc --- calibre_web/rootfs/etc/cont-init.d/31-correct_smb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calibre_web/rootfs/etc/cont-init.d/31-correct_smb.sh b/calibre_web/rootfs/etc/cont-init.d/31-correct_smb.sh index 1f6b65e45..53d4711ba 100755 --- a/calibre_web/rootfs/etc/cont-init.d/31-correct_smb.sh +++ b/calibre_web/rootfs/etc/cont-init.d/31-correct_smb.sh @@ -1,5 +1,5 @@ #!/bin/bash if [ -f /etc/cont-init.d/00-smb_mounts.sh ]; then - sed -i "s|cifs -o \"|cifs -o \"nobrl," /etc/cont-init.d/00-smb_mounts.sh + sed -i "s|cifs -o \"|cifs -o \"nobrl,|g" /etc/cont-init.d/00-smb_mounts.sh fi From e313caaf42437dd7611542a2a8c927e715685e67 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 6 May 2023 08:17:48 +0200 Subject: [PATCH 26/52] Update config.json --- calibre_web/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calibre_web/config.json b/calibre_web/config.json index 497df27ab..65ce14e24 100644 --- a/calibre_web/config.json +++ b/calibre_web/config.json @@ -103,6 +103,6 @@ }, "slug": "calibre-web", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre_web", - "version": "0.6.20-ls208", + "version": "0.6.20-ls208-2", "video": true } From bfce7390aae55ad9b5603703bc7b15eac5d18463 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 6 May 2023 06:29:36 +0000 Subject: [PATCH 27/52] GitHub bot : changelog --- calibre_web/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/calibre_web/CHANGELOG.md b/calibre_web/CHANGELOG.md index c77842cfc..8a169ee92 100644 --- a/calibre_web/CHANGELOG.md +++ b/calibre_web/CHANGELOG.md @@ -1,3 +1,5 @@ +### 0.6.20-ls208-2 (06-05-2023) +- Minor bugs fixed ## 0.6.20-ls208 (06-05-2023) - Update to latest version from linuxserver/docker-calibre-web From f9967569e779214854e37cd2aa87a122ac9b3e4d Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 May 2023 00:12:06 +0000 Subject: [PATCH 28/52] Github bot : script beautyshied --- jellyfin/rootfs/etc/cont-init.d/90-data_location.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jellyfin/rootfs/etc/cont-init.d/90-data_location.sh b/jellyfin/rootfs/etc/cont-init.d/90-data_location.sh index 421131e56..94bbd68d4 100755 --- a/jellyfin/rootfs/etc/cont-init.d/90-data_location.sh +++ b/jellyfin/rootfs/etc/cont-init.d/90-data_location.sh @@ -27,8 +27,8 @@ sed -i "s|/usr/share/jellyfin|$LOCATION|g" /etc/nginx/servers/ingress.conf # Custom transcode location mkdir -p /data/transcodes if [ -d "$LOCATION"/data/transcodes ]; then - cp -rT "$LOCATION"/data/transcodes /data/transcodes - rm -r "$LOCATION"/data/transcodes + cp -rT "$LOCATION"/data/transcodes /data/transcodes + rm -r "$LOCATION"/data/transcodes fi ln -s /data/transcodes "$LOCATION"/data/transcodes chown -R "$PUID":"$PGID" /data/transcodes From e3fdaf358b942dd32600848313184fd62eea977a Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 May 2023 00:22:27 +0000 Subject: [PATCH 29/52] Github bot : json sorted --- arpspoof/config.json | 2 +- baikal/config.json | 2 +- binance-trading-bot/config.json | 2 +- booksonic_air/config.json | 2 +- browserless_chrome/config.json | 2 +- calibre/config.json | 2 +- cloudcommander/config.json | 2 +- code-server/config.json | 2 +- elasticsearch/config.json | 2 +- enedisgateway2mqtt/config.json | 2 +- enedisgateway2mqtt_dev/config.json | 2 +- filebrowser/config.json | 2 +- fireflyiii/config.json | 2 +- fireflyiii_data_importer/config.json | 2 +- fireflyiii_fints_importer/config.json | 2 +- flaresolverr/config.json | 2 +- gazpar2mqtt/config.json | 2 +- gitea/config.json | 2 +- grav/config.json | 2 +- immich/config.json | 2 +- inadyn/config.json | 2 +- jellyseerr/build.json | 2 +- joplin/config.json | 2 +- lidarr/config.json | 2 +- mealie/config.json | 2 +- mylar3/config.json | 2 +- nzbget/config.json | 2 +- ombi/config.json | 2 +- organizr/config.json | 2 +- overseerr/config.json | 2 +- papermerge/config.json | 2 +- photoprism/config.json | 2 +- piwigo/config.json | 2 +- plex_meta_manager/config.json | 2 +- qbittorrent/config.json | 2 +- radarr/config.json | 2 +- requestrr/config.json | 2 +- resiliosync/config.json | 2 +- scrutiny/config.json | 2 +- scrutiny_fa/config.json | 2 +- seafile/config.json | 2 +- sonarr/config.json | 2 +- tandoor_recipes/config.json | 2 +- tdarr/config.json | 2 +- transmission_openvpn/config.json | 2 +- ubooquity/config.json | 2 +- unpackerr/config.json | 2 +- webtop_kde/config.json | 2 +- webtrees/config.json | 2 +- whoogle/config.json | 2 +- zoneminder/config.json | 2 +- 51 files changed, 51 insertions(+), 51 deletions(-) diff --git a/arpspoof/config.json b/arpspoof/config.json index 9457e4eac..63b8abd9b 100644 --- a/arpspoof/config.json +++ b/arpspoof/config.json @@ -79,4 +79,4 @@ "url": "https://github.com/alexbelgium/hassio-addons/tree/master/arpspoof", "version": "1.0.0-2", "webui": "[PROTO:ssl]://[HOST]:[PORT:7022]" -} \ No newline at end of file +} diff --git a/baikal/config.json b/baikal/config.json index 8b813b939..06519be43 100644 --- a/baikal/config.json +++ b/baikal/config.json @@ -71,4 +71,4 @@ "url": "https://github.com/alexbelgium/hassio-addons", "version": "0.9.3", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]" -} \ No newline at end of file +} diff --git a/binance-trading-bot/config.json b/binance-trading-bot/config.json index 2e2425d36..1f93d1206 100644 --- a/binance-trading-bot/config.json +++ b/binance-trading-bot/config.json @@ -104,4 +104,4 @@ "slug": "binance-trading-bot", "url": "https://github.com/alexbelgium/hassio-addons", "version": "0.0.98" -} \ No newline at end of file +} diff --git a/booksonic_air/config.json b/booksonic_air/config.json index 216369a67..747a2f5ac 100644 --- a/booksonic_air/config.json +++ b/booksonic_air/config.json @@ -92,4 +92,4 @@ "url": "https://github.com/alexbelgium/hassio-addons/tree/master/booksonic_air", "version": "v2201.1.0-ls90", "webui": "[PROTO:ssl]://[HOST]:[PORT:4040]" -} \ No newline at end of file +} diff --git a/browserless_chrome/config.json b/browserless_chrome/config.json index c6c40b751..3643def11 100644 --- a/browserless_chrome/config.json +++ b/browserless_chrome/config.json @@ -69,4 +69,4 @@ "url": "https://github.com/alexbelgium/hassio-addons/tree/master/browserless_chrome", "version": "1.58.0", "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" -} \ No newline at end of file +} diff --git a/calibre/config.json b/calibre/config.json index 27c99a6df..efcd04a27 100644 --- a/calibre/config.json +++ b/calibre/config.json @@ -106,4 +106,4 @@ "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre", "version": "v6.14.1-ls210_reverted", "video": true -} \ No newline at end of file +} diff --git a/cloudcommander/config.json b/cloudcommander/config.json index 7e343b883..2f6892214 100644 --- a/cloudcommander/config.json +++ b/cloudcommander/config.json @@ -90,4 +90,4 @@ "slug": "cloudcommander", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander", "version": "16.14.1" -} \ No newline at end of file +} diff --git a/code-server/config.json b/code-server/config.json index b2cc349e3..9985fde9f 100644 --- a/code-server/config.json +++ b/code-server/config.json @@ -91,4 +91,4 @@ "url": "https://github.com/alexbelgium/hassio-addons/tree/master/coder-server", "version": "4.12.0", "webui": "[PROTO:ssl]://[HOST]:[PORT:8443]" -} \ No newline at end of file +} diff --git a/elasticsearch/config.json b/elasticsearch/config.json index 8ef149b25..43b1a1848 100644 --- a/elasticsearch/config.json +++ b/elasticsearch/config.json @@ -77,4 +77,4 @@ "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/elasticsearch", "version": "7.17.9" -} \ No newline at end of file +} diff --git a/enedisgateway2mqtt/config.json b/enedisgateway2mqtt/config.json index 844ef7a47..64e0015a5 100644 --- a/enedisgateway2mqtt/config.json +++ b/enedisgateway2mqtt/config.json @@ -85,4 +85,4 @@ "slug": "enedisgateway2mqtt", "url": "https://github.com/alexbelgium/hassio-addons", "version": "0.8.16" -} \ No newline at end of file +} diff --git a/enedisgateway2mqtt_dev/config.json b/enedisgateway2mqtt_dev/config.json index d7889a405..17e984a39 100644 --- a/enedisgateway2mqtt_dev/config.json +++ b/enedisgateway2mqtt_dev/config.json @@ -85,4 +85,4 @@ "slug": "enedisgateway2mqtt_dev", "url": "https://github.com/alexbelgium/hassio-addons", "version": "0.9.0b1" -} \ No newline at end of file +} diff --git a/filebrowser/config.json b/filebrowser/config.json index fae544463..d5f34a413 100644 --- a/filebrowser/config.json +++ b/filebrowser/config.json @@ -103,4 +103,4 @@ "slug": "filebrowser", "url": "https://github.com/alexbelgium/hassio-addons", "version": "2.23.0-5" -} \ No newline at end of file +} diff --git a/fireflyiii/config.json b/fireflyiii/config.json index 13b3983ee..b216eb86f 100644 --- a/fireflyiii/config.json +++ b/fireflyiii/config.json @@ -96,4 +96,4 @@ "url": "https://github.com/alexbelgium/hassio-addons", "version": "6.0.9", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" -} \ No newline at end of file +} diff --git a/fireflyiii_data_importer/config.json b/fireflyiii_data_importer/config.json index b8de26cba..3b31292d3 100644 --- a/fireflyiii_data_importer/config.json +++ b/fireflyiii_data_importer/config.json @@ -89,4 +89,4 @@ "url": "https://github.com/alexbelgium/hassio-addons", "version": "version-1.2.2-3", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" -} \ No newline at end of file +} diff --git a/fireflyiii_fints_importer/config.json b/fireflyiii_fints_importer/config.json index a44e3fb35..1639591ba 100644 --- a/fireflyiii_fints_importer/config.json +++ b/fireflyiii_fints_importer/config.json @@ -76,4 +76,4 @@ "url": "https://github.com/alexbelgium/hassio-addons", "version": "1.2-10", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" -} \ No newline at end of file +} diff --git a/flaresolverr/config.json b/flaresolverr/config.json index c9628338e..ac6ba4b3e 100644 --- a/flaresolverr/config.json +++ b/flaresolverr/config.json @@ -66,4 +66,4 @@ "url": "https://github.com/alexbelgium/hassio-addons", "version": "3.1.2", "webui": "[PROTO:ssl]://[HOST]:[PORT:8191]" -} \ No newline at end of file +} diff --git a/gazpar2mqtt/config.json b/gazpar2mqtt/config.json index 3f7fe462e..8c390b2d7 100644 --- a/gazpar2mqtt/config.json +++ b/gazpar2mqtt/config.json @@ -78,4 +78,4 @@ "slug": "gazpar2mqtt", "url": "https://github.com/alexbelgium/hassio-addons", "version": "0.8.2-5" -} \ No newline at end of file +} diff --git a/gitea/config.json b/gitea/config.json index bffbbdfb4..a03c7b4c3 100644 --- a/gitea/config.json +++ b/gitea/config.json @@ -87,4 +87,4 @@ "url": "https://github.com/alexbelgium/hassio-addons/tree/master/gitea", "version": "1.19.3", "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" -} \ No newline at end of file +} diff --git a/grav/config.json b/grav/config.json index 5c26824dd..d9f56bfd4 100644 --- a/grav/config.json +++ b/grav/config.json @@ -81,4 +81,4 @@ "url": "https://github.com/alexbelgium/hassio-addons", "version": "1.7.40", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]" -} \ No newline at end of file +} diff --git a/immich/config.json b/immich/config.json index c8fcb7a6b..475e00852 100644 --- a/immich/config.json +++ b/immich/config.json @@ -113,4 +113,4 @@ "url": "https://github.com/alexbelgium/hassio-addons", "version": "1.54.1", "webui": "http://[HOST]:[PORT:8080]" -} \ No newline at end of file +} diff --git a/inadyn/config.json b/inadyn/config.json index 3fdabc26b..fee842986 100644 --- a/inadyn/config.json +++ b/inadyn/config.json @@ -104,4 +104,4 @@ "slug": "inadyn", "url": "https://github.com/alexbelgium/hassio-addons", "version": "2.10.0" -} \ No newline at end of file +} diff --git a/jellyseerr/build.json b/jellyseerr/build.json index 8f247459b..48dfebe13 100644 --- a/jellyseerr/build.json +++ b/jellyseerr/build.json @@ -7,4 +7,4 @@ "codenotary": { "signer": "alexandrep.github@gmail.com" } -} \ No newline at end of file +} diff --git a/joplin/config.json b/joplin/config.json index 18632d997..7e3c9f606 100644 --- a/joplin/config.json +++ b/joplin/config.json @@ -98,4 +98,4 @@ "url": "https://github.com/alexbelgium/hassio-addons", "version": "2.10.11-3", "webui": "[PROTO:ssl]://[HOST]:[PORT:22300]" -} \ No newline at end of file +} diff --git a/lidarr/config.json b/lidarr/config.json index fe27a3a4b..429a0e7e7 100644 --- a/lidarr/config.json +++ b/lidarr/config.json @@ -95,4 +95,4 @@ "url": "https://github.com/alexbelgium/hassio-addons/blob/master/lidarr/Readme.md", "version": "1.1.4.3027-ls119", "webui": "[PROTO:ssl]://[HOST]:[PORT:8686]" -} \ No newline at end of file +} diff --git a/mealie/config.json b/mealie/config.json index 8d720b5ec..9f82ecf0c 100644 --- a/mealie/config.json +++ b/mealie/config.json @@ -94,4 +94,4 @@ "url": "https://github.com/alexbelgium/hassio-addons", "version": "v1.0.0-beta-3", "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" -} \ No newline at end of file +} diff --git a/mylar3/config.json b/mylar3/config.json index fb57fe4ea..0b2307c0b 100644 --- a/mylar3/config.json +++ b/mylar3/config.json @@ -94,4 +94,4 @@ "url": "https://github.com/alexbelgium/hassio-addons", "version": "0.7.1", "webui": "[PROTO:ssl]://[HOST]:[PORT:8090]" -} \ No newline at end of file +} diff --git a/nzbget/config.json b/nzbget/config.json index d52bea56a..0bfafbafb 100644 --- a/nzbget/config.json +++ b/nzbget/config.json @@ -95,4 +95,4 @@ "slug": "nzbget", "url": "https://github.com/alexbelgium/hassio-addons", "version": "v21.1-ls138" -} \ No newline at end of file +} diff --git a/ombi/config.json b/ombi/config.json index 1891dca65..8bde4877f 100644 --- a/ombi/config.json +++ b/ombi/config.json @@ -78,4 +78,4 @@ "url": "https://github.com/alexbelgium/hassio-addons/tree/master/ombi", "version": "4.35.10", "webui": "[PROTO:ssl]://[HOST]:[PORT:3579]" -} \ No newline at end of file +} diff --git a/organizr/config.json b/organizr/config.json index 7c47c45b4..122758dd9 100644 --- a/organizr/config.json +++ b/organizr/config.json @@ -78,4 +78,4 @@ "url": "https://github.com/alexbelgium/hassio-addons", "version": "1.90-bugfix2", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]" -} \ No newline at end of file +} diff --git a/overseerr/config.json b/overseerr/config.json index e0f0a27c8..cc7302800 100644 --- a/overseerr/config.json +++ b/overseerr/config.json @@ -83,4 +83,4 @@ "url": "https://github.com/alexbelgium/hassio-addons/tree/master/overseerr", "version": "1.32.5", "webui": "[PROTO:ssl]://[HOST]:[PORT:5055]" -} \ No newline at end of file +} diff --git a/papermerge/config.json b/papermerge/config.json index b03ea1343..b7575f690 100644 --- a/papermerge/config.json +++ b/papermerge/config.json @@ -101,4 +101,4 @@ "url": "https://github.com/alexbelgium/hassio-addons", "version": "v2.0.1-ls60-bugfix", "webui": "[PROTO:ssl]://[HOST]:[PORT:8000]" -} \ No newline at end of file +} diff --git a/photoprism/config.json b/photoprism/config.json index 2458dd169..99629db33 100644 --- a/photoprism/config.json +++ b/photoprism/config.json @@ -120,4 +120,4 @@ "url": "https://github.com/alexbelgium/hassio-addons-test", "version": "preview-8", "video": true -} \ No newline at end of file +} diff --git a/piwigo/config.json b/piwigo/config.json index 13b04517f..3399aceb9 100644 --- a/piwigo/config.json +++ b/piwigo/config.json @@ -94,4 +94,4 @@ "url": "https://github.com/alexbelgium/hassio-addons", "version": "13.6.0-2", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]" -} \ No newline at end of file +} diff --git a/plex_meta_manager/config.json b/plex_meta_manager/config.json index c23f54d5a..82d8d43d0 100644 --- a/plex_meta_manager/config.json +++ b/plex_meta_manager/config.json @@ -82,4 +82,4 @@ "slug": "plex-meta-manager", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex_meta_manager", "version": "v1.19.0-ls59" -} \ No newline at end of file +} diff --git a/qbittorrent/config.json b/qbittorrent/config.json index 82de9ec78..469b6b707 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -131,4 +131,4 @@ "slug": "qbittorrent", "url": "https://github.com/alexbelgium/hassio-addons", "version": "4.5.2-3" -} \ No newline at end of file +} diff --git a/radarr/config.json b/radarr/config.json index 9e971015a..8b8f6fd01 100644 --- a/radarr/config.json +++ b/radarr/config.json @@ -98,4 +98,4 @@ "slug": "radarr_nas", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/radarr", "version": "4.4.4.7068" -} \ No newline at end of file +} diff --git a/requestrr/config.json b/requestrr/config.json index dc616c2eb..d3f153ee4 100644 --- a/requestrr/config.json +++ b/requestrr/config.json @@ -85,4 +85,4 @@ "url": "https://github.com/alexbelgium/hassio-addons", "version": "2.1.2-3-bugfix", "webui": "[PROTO:ssl]://[HOST]:[PORT:4545]" -} \ No newline at end of file +} diff --git a/resiliosync/config.json b/resiliosync/config.json index 2f55299e6..993672b75 100644 --- a/resiliosync/config.json +++ b/resiliosync/config.json @@ -101,4 +101,4 @@ "slug": "resiliosync", "url": "https://github.com/tyjtyj/hassio-addons", "version": "2.7.3-12" -} \ No newline at end of file +} diff --git a/scrutiny/config.json b/scrutiny/config.json index c19e95e1b..1a4988de7 100644 --- a/scrutiny/config.json +++ b/scrutiny/config.json @@ -99,4 +99,4 @@ "udev": true, "url": "https://github.com/AnalogJ/scrutiny", "version": "v0.7.1" -} \ No newline at end of file +} diff --git a/scrutiny_fa/config.json b/scrutiny_fa/config.json index df213d5c2..50b47ddf7 100644 --- a/scrutiny_fa/config.json +++ b/scrutiny_fa/config.json @@ -97,4 +97,4 @@ "udev": true, "url": "https://github.com/AnalogJ/scrutiny", "version": "v0.7.1" -} \ No newline at end of file +} diff --git a/seafile/config.json b/seafile/config.json index 34859edd0..54931e3b9 100644 --- a/seafile/config.json +++ b/seafile/config.json @@ -119,4 +119,4 @@ "url": "https://github.com/alexbelgium/hassio-addons/tree/master/seafile", "version": "10.0.0", "webui": "http://[HOST]:[PORT:8000]" -} \ No newline at end of file +} diff --git a/sonarr/config.json b/sonarr/config.json index 76b548013..af8c1be35 100644 --- a/sonarr/config.json +++ b/sonarr/config.json @@ -98,4 +98,4 @@ "slug": "sonarr_nas", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/sonarr", "version": "3.0.10.1567-2" -} \ No newline at end of file +} diff --git a/tandoor_recipes/config.json b/tandoor_recipes/config.json index 489d75074..d7b5cc85c 100644 --- a/tandoor_recipes/config.json +++ b/tandoor_recipes/config.json @@ -95,4 +95,4 @@ "slug": "tandoor_recipes", "url": "https://github.com/alexbelgium/hassio-addons", "version": "1.4.9" -} \ No newline at end of file +} diff --git a/tdarr/config.json b/tdarr/config.json index 482bd1cb2..9ccd14d1a 100644 --- a/tdarr/config.json +++ b/tdarr/config.json @@ -117,4 +117,4 @@ "version": "2.00.20.1-2", "video": true, "webui": "[PROTO:ssl]://[HOST]:[PORT:8265]" -} \ No newline at end of file +} diff --git a/transmission_openvpn/config.json b/transmission_openvpn/config.json index eef657bbf..758a3cb2c 100644 --- a/transmission_openvpn/config.json +++ b/transmission_openvpn/config.json @@ -122,4 +122,4 @@ "slug": "transmission_openvpn", "url": "https://github.com/alexbelgium/hassio-addons", "version": "v5.0.2" -} \ No newline at end of file +} diff --git a/ubooquity/config.json b/ubooquity/config.json index 32b95a86a..c868f49ac 100644 --- a/ubooquity/config.json +++ b/ubooquity/config.json @@ -103,4 +103,4 @@ "url": "https://github.com/alexbelgium/hassio-addons", "version": "2.1.2-12", "webui": "[PROTO:ssl]://[HOST]:[PORT:2206]/ubooquity/admin" -} \ No newline at end of file +} diff --git a/unpackerr/config.json b/unpackerr/config.json index b62fe815e..5b6f9dbfb 100644 --- a/unpackerr/config.json +++ b/unpackerr/config.json @@ -86,4 +86,4 @@ "slug": "unpackerr", "url": "https://github.com/alexbelgium/hassio-addons", "version": "testing-5465f08-525-linux-arm64-2023-03-29" -} \ No newline at end of file +} diff --git a/webtop_kde/config.json b/webtop_kde/config.json index f0ce01230..3c4680f82 100644 --- a/webtop_kde/config.json +++ b/webtop_kde/config.json @@ -127,4 +127,4 @@ "url": "https://github.com/alexbelgium/hassio-addons", "version": "4.16-r0-ls95", "video": true -} \ No newline at end of file +} diff --git a/webtrees/config.json b/webtrees/config.json index f216297ea..30df3fd23 100644 --- a/webtrees/config.json +++ b/webtrees/config.json @@ -120,4 +120,4 @@ "url": "https://github.com/alexbelgium/hassio-addons", "version": "2.1.16", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]" -} \ No newline at end of file +} diff --git a/whoogle/config.json b/whoogle/config.json index 8ca427988..f76598145 100644 --- a/whoogle/config.json +++ b/whoogle/config.json @@ -112,4 +112,4 @@ "slug": "whoogle-search", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/whoogle", "version": "0.8.2-5" -} \ No newline at end of file +} diff --git a/zoneminder/config.json b/zoneminder/config.json index a2e3ca1b9..63b418b7a 100644 --- a/zoneminder/config.json +++ b/zoneminder/config.json @@ -87,4 +87,4 @@ "url": "https://github.com/alexbelgium/hassio-addons", "version": "1.36.33", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]/zm" -} \ No newline at end of file +} From 0c32c5dfdf3066af1d3ff5df20244c639807b9b2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 7 May 2023 08:43:20 +0200 Subject: [PATCH 30/52] Add new lines to print https://github.com/alexbelgium/hassio-addons/issues/798 --- photoprism/rootfs/etc/cont-init.d/99-run.sh | 26 ++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/photoprism/rootfs/etc/cont-init.d/99-run.sh b/photoprism/rootfs/etc/cont-init.d/99-run.sh index b85cda15f..16356a624 100755 --- a/photoprism/rootfs/etc/cont-init.d/99-run.sh +++ b/photoprism/rootfs/etc/cont-init.d/99-run.sh @@ -46,11 +46,11 @@ case $(bashio::config 'DB_TYPE') in bashio::log.blue "PHOTOPRISM_DATABASE_PASSWORD=$PHOTOPRISM_DATABASE_PASSWORD" { - printf "%s" "PHOTOPRISM_DATABASE_DRIVER=\"${PHOTOPRISM_DATABASE_DRIVER}\"" - printf "%s" "PHOTOPRISM_DATABASE_SERVER=\"${PHOTOPRISM_DATABASE_SERVER}\"" - printf "%s" "PHOTOPRISM_DATABASE_NAME=\"${PHOTOPRISM_DATABASE_NAME}\"" - printf "%s" "PHOTOPRISM_DATABASE_USER=\"${PHOTOPRISM_DATABASE_USER}\"" - printf "%s" "PHOTOPRISM_DATABASE_PASSWORD=\"${PHOTOPRISM_DATABASE_PASSWORD}\"" + printf "%s" "\nPHOTOPRISM_DATABASE_DRIVER=\"${PHOTOPRISM_DATABASE_DRIVER}\"" + printf "%s" "\nPHOTOPRISM_DATABASE_SERVER=\"${PHOTOPRISM_DATABASE_SERVER}\"" + printf "%s" "\nPHOTOPRISM_DATABASE_NAME=\"${PHOTOPRISM_DATABASE_NAME}\"" + printf "%s" "\nPHOTOPRISM_DATABASE_USER=\"${PHOTOPRISM_DATABASE_USER}\"" + printf "%s" "\nPHOTOPRISM_DATABASE_PASSWORD=\"${PHOTOPRISM_DATABASE_PASSWORD}\"" } >> ~/.bashrc bashio::log.warning "Photoprism is using the Maria DB addon" @@ -77,7 +77,7 @@ if bashio::config.true "ingress_disabled"; then else PHOTOPRISM_SITE_URL="$(bashio::addon.ingress_entry)/" export PHOTOPRISM_SITE_URL - printf "%s" "PHOTOPRISM_SITE_URL=\"${PHOTOPRISM_SITE_URL}\"" >> ~/.bashrc + printf "%s" "\nPHOTOPRISM_SITE_URL=\"${PHOTOPRISM_SITE_URL}\"" >> ~/.bashrc bashio::log.warning "Ingress is enabled. To connect, you must add $PHOTOPRISM_SITE_URL to the end of your access point. Example : http://my-url:8123$PHOTOPRISM_SITE_URL" fi @@ -98,11 +98,11 @@ export PHOTOPRISM_IMPORT_PATH export PHOTOPRISM_BACKUP_PATH { - printf "%s" "PHOTOPRISM_UPLOAD_NSFW=\"${PHOTOPRISM_UPLOAD_NSFW}\"" - printf "%s" "PHOTOPRISM_STORAGE_PATH=\"${PHOTOPRISM_STORAGE_PATH}\"" - printf "%s" "PHOTOPRISM_ORIGINALS_PATH=\"${PHOTOPRISM_ORIGINALS_PATH}\"" - printf "%s" "PHOTOPRISM_IMPORT_PATH=\"${PHOTOPRISM_IMPORT_PATH}\"" - printf "%s" "PHOTOPRISM_BACKUP_PATH=\"${PHOTOPRISM_BACKUP_PATH}\"" + printf "%s" "\nPHOTOPRISM_UPLOAD_NSFW=\"${PHOTOPRISM_UPLOAD_NSFW}\"" + printf "%s" "\nPHOTOPRISM_STORAGE_PATH=\"${PHOTOPRISM_STORAGE_PATH}\"" + printf "%s" "\nPHOTOPRISM_ORIGINALS_PATH=\"${PHOTOPRISM_ORIGINALS_PATH}\"" + printf "%s" "\nPHOTOPRISM_IMPORT_PATH=\"${PHOTOPRISM_IMPORT_PATH}\"" + printf "%s" "\nPHOTOPRISM_BACKUP_PATH=\"${PHOTOPRISM_BACKUP_PATH}\"" } >> ~/.bashrc # Test configs @@ -128,8 +128,8 @@ if bashio::config.has_value "PUID" && bashio::config.has_value "PGID"; then sed -i "1a PHOTOPRISM_UID=$PHOTOPRISM_UID" /scripts/entrypoint.sh sed -i "1a PHOTOPRISM_GID=$PHOTOPRISM_GID" /scripts/entrypoint.sh { - printf "%s" "PHOTOPRISM_UID=\"${PHOTOPRISM_UID}\"" - printf "%s" "PHOTOPRISM_GID=\"${PHOTOPRISM_GID}\"" + printf "%s" "\nPHOTOPRISM_UID=\"${PHOTOPRISM_UID}\"" + printf "%s" "\nPHOTOPRISM_GID=\"${PHOTOPRISM_GID}\"" } >> ~/.bashrc fi From 33bfdc6473ebf43efb9c365b8ae022c4cfe52d5f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 7 May 2023 08:43:56 +0200 Subject: [PATCH 31/52] Update config.json --- photoprism/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photoprism/config.json b/photoprism/config.json index 99629db33..f445c7b6b 100644 --- a/photoprism/config.json +++ b/photoprism/config.json @@ -118,6 +118,6 @@ ], "slug": "photoprism", "url": "https://github.com/alexbelgium/hassio-addons-test", - "version": "preview-8", + "version": "preview-8test", "video": true } From 10f439a97a297fab3eb71447848d7ad440f00c91 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 7 May 2023 09:34:18 +0200 Subject: [PATCH 32/52] NewLines in bashrc --- .templates/90-config_yaml.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.templates/90-config_yaml.sh b/.templates/90-config_yaml.sh index cb11faef9..aba672822 100755 --- a/.templates/90-config_yaml.sh +++ b/.templates/90-config_yaml.sh @@ -131,7 +131,7 @@ while IFS= read -r line; do sed -i "1a export $KEYS=\'$VALUE\'" /scripts/*run* 2>/dev/null || true # Export to s6 if [ -d /var/run/s6/container_environment ]; then printf "%s" "${VALUE}" > /var/run/s6/container_environment/"${KEYS}"; fi - printf "%s" "${KEYS}=\"${VALUE}\"" >> ~/.bashrc + printf "%s" "\n${KEYS}=\"${VALUE}\"" >> ~/.bashrc # Show in log if ! bashio::config.false "verbose"; then bashio::log.blue "$KEYS=\'$VALUE\'"; fi else From 40d8d7e783a83dbf5bbc9365246224798d75ffd0 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 7 May 2023 09:35:04 +0200 Subject: [PATCH 33/52] Newlines on bashrc --- .templates/00-global_var.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.templates/00-global_var.sh b/.templates/00-global_var.sh index 9cc746070..44c630057 100755 --- a/.templates/00-global_var.sh +++ b/.templates/00-global_var.sh @@ -51,7 +51,7 @@ for KEYS in "${arr[@]}"; do if cat /etc/cont-init.d/*run* &>/dev/null; then sed -i "1a export $line" /etc/cont-init.d/*run* 2>/dev/null; fi # For s6 if [ -d /var/run/s6/container_environment ]; then printf "%s" "${VALUE}" > /var/run/s6/container_environment/"${KEYS}"; fi - printf "%s" "${KEYS}=\"${VALUE}\"" >> ~/.bashrc + printf "%s" "\n${KEYS}=\"${VALUE}\"" >> ~/.bashrc done From b786b99a9ad404df18dd3860efdec22a78467822 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 7 May 2023 10:38:36 +0200 Subject: [PATCH 34/52] use echo --- .templates/00-global_var.sh | 2 +- .templates/90-config_yaml.sh | 2 +- photoprism/rootfs/etc/cont-init.d/99-run.sh | 26 ++++++++++----------- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.templates/00-global_var.sh b/.templates/00-global_var.sh index 44c630057..4b257aa3d 100755 --- a/.templates/00-global_var.sh +++ b/.templates/00-global_var.sh @@ -51,7 +51,7 @@ for KEYS in "${arr[@]}"; do if cat /etc/cont-init.d/*run* &>/dev/null; then sed -i "1a export $line" /etc/cont-init.d/*run* 2>/dev/null; fi # For s6 if [ -d /var/run/s6/container_environment ]; then printf "%s" "${VALUE}" > /var/run/s6/container_environment/"${KEYS}"; fi - printf "%s" "\n${KEYS}=\"${VALUE}\"" >> ~/.bashrc + echo "export ${KEYS}=\"${VALUE}\"" >> ~/.bashrc done diff --git a/.templates/90-config_yaml.sh b/.templates/90-config_yaml.sh index aba672822..b89b0e1f5 100755 --- a/.templates/90-config_yaml.sh +++ b/.templates/90-config_yaml.sh @@ -131,7 +131,7 @@ while IFS= read -r line; do sed -i "1a export $KEYS=\'$VALUE\'" /scripts/*run* 2>/dev/null || true # Export to s6 if [ -d /var/run/s6/container_environment ]; then printf "%s" "${VALUE}" > /var/run/s6/container_environment/"${KEYS}"; fi - printf "%s" "\n${KEYS}=\"${VALUE}\"" >> ~/.bashrc + echo "export ${KEYS}=\"${VALUE}\"" >> ~/.bashrc # Show in log if ! bashio::config.false "verbose"; then bashio::log.blue "$KEYS=\'$VALUE\'"; fi else diff --git a/photoprism/rootfs/etc/cont-init.d/99-run.sh b/photoprism/rootfs/etc/cont-init.d/99-run.sh index 16356a624..ab01931e3 100755 --- a/photoprism/rootfs/etc/cont-init.d/99-run.sh +++ b/photoprism/rootfs/etc/cont-init.d/99-run.sh @@ -46,11 +46,11 @@ case $(bashio::config 'DB_TYPE') in bashio::log.blue "PHOTOPRISM_DATABASE_PASSWORD=$PHOTOPRISM_DATABASE_PASSWORD" { - printf "%s" "\nPHOTOPRISM_DATABASE_DRIVER=\"${PHOTOPRISM_DATABASE_DRIVER}\"" - printf "%s" "\nPHOTOPRISM_DATABASE_SERVER=\"${PHOTOPRISM_DATABASE_SERVER}\"" - printf "%s" "\nPHOTOPRISM_DATABASE_NAME=\"${PHOTOPRISM_DATABASE_NAME}\"" - printf "%s" "\nPHOTOPRISM_DATABASE_USER=\"${PHOTOPRISM_DATABASE_USER}\"" - printf "%s" "\nPHOTOPRISM_DATABASE_PASSWORD=\"${PHOTOPRISM_DATABASE_PASSWORD}\"" + echo "export PHOTOPRISM_DATABASE_DRIVER=\"${PHOTOPRISM_DATABASE_DRIVER}\"" + echo "export PHOTOPRISM_DATABASE_SERVER=\"${PHOTOPRISM_DATABASE_SERVER}\"" + echo "export PHOTOPRISM_DATABASE_NAME=\"${PHOTOPRISM_DATABASE_NAME}\"" + echo "export PHOTOPRISM_DATABASE_USER=\"${PHOTOPRISM_DATABASE_USER}\"" + echo "export PHOTOPRISM_DATABASE_PASSWORD=\"${PHOTOPRISM_DATABASE_PASSWORD}\"" } >> ~/.bashrc bashio::log.warning "Photoprism is using the Maria DB addon" @@ -77,7 +77,7 @@ if bashio::config.true "ingress_disabled"; then else PHOTOPRISM_SITE_URL="$(bashio::addon.ingress_entry)/" export PHOTOPRISM_SITE_URL - printf "%s" "\nPHOTOPRISM_SITE_URL=\"${PHOTOPRISM_SITE_URL}\"" >> ~/.bashrc + echo "export PHOTOPRISM_SITE_URL=\"${PHOTOPRISM_SITE_URL}\"" >> ~/.bashrc bashio::log.warning "Ingress is enabled. To connect, you must add $PHOTOPRISM_SITE_URL to the end of your access point. Example : http://my-url:8123$PHOTOPRISM_SITE_URL" fi @@ -98,11 +98,11 @@ export PHOTOPRISM_IMPORT_PATH export PHOTOPRISM_BACKUP_PATH { - printf "%s" "\nPHOTOPRISM_UPLOAD_NSFW=\"${PHOTOPRISM_UPLOAD_NSFW}\"" - printf "%s" "\nPHOTOPRISM_STORAGE_PATH=\"${PHOTOPRISM_STORAGE_PATH}\"" - printf "%s" "\nPHOTOPRISM_ORIGINALS_PATH=\"${PHOTOPRISM_ORIGINALS_PATH}\"" - printf "%s" "\nPHOTOPRISM_IMPORT_PATH=\"${PHOTOPRISM_IMPORT_PATH}\"" - printf "%s" "\nPHOTOPRISM_BACKUP_PATH=\"${PHOTOPRISM_BACKUP_PATH}\"" + echo "export PHOTOPRISM_UPLOAD_NSFW=\"${PHOTOPRISM_UPLOAD_NSFW}\"" + echo "export PHOTOPRISM_STORAGE_PATH=\"${PHOTOPRISM_STORAGE_PATH}\"" + echo "export PHOTOPRISM_ORIGINALS_PATH=\"${PHOTOPRISM_ORIGINALS_PATH}\"" + echo "export PHOTOPRISM_IMPORT_PATH=\"${PHOTOPRISM_IMPORT_PATH}\"" + echo "export PHOTOPRISM_BACKUP_PATH=\"${PHOTOPRISM_BACKUP_PATH}\"" } >> ~/.bashrc # Test configs @@ -128,8 +128,8 @@ if bashio::config.has_value "PUID" && bashio::config.has_value "PGID"; then sed -i "1a PHOTOPRISM_UID=$PHOTOPRISM_UID" /scripts/entrypoint.sh sed -i "1a PHOTOPRISM_GID=$PHOTOPRISM_GID" /scripts/entrypoint.sh { - printf "%s" "\nPHOTOPRISM_UID=\"${PHOTOPRISM_UID}\"" - printf "%s" "\nPHOTOPRISM_GID=\"${PHOTOPRISM_GID}\"" + echo "export PHOTOPRISM_UID=\"${PHOTOPRISM_UID}\"" + echo "export PHOTOPRISM_GID=\"${PHOTOPRISM_GID}\"" } >> ~/.bashrc fi From c787ec3ab7e58fc7498ae44692a9ce2e4ab72685 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 7 May 2023 10:40:09 +0200 Subject: [PATCH 35/52] Update config.json --- photoprism/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photoprism/config.json b/photoprism/config.json index f445c7b6b..ec9a0ef4b 100644 --- a/photoprism/config.json +++ b/photoprism/config.json @@ -118,6 +118,6 @@ ], "slug": "photoprism", "url": "https://github.com/alexbelgium/hassio-addons-test", - "version": "preview-8test", + "version": "preview-8test2", "video": true } From 413094cd58dccc6d4e7272d7d9f7b6d849026cf6 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 7 May 2023 11:03:57 +0200 Subject: [PATCH 36/52] Clean bashrc file --- .templates/00-banner.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.templates/00-banner.sh b/.templates/00-banner.sh index 5c46af255..1493e42c6 100755 --- a/.templates/00-banner.sh +++ b/.templates/00-banner.sh @@ -55,3 +55,6 @@ if bashio::config.has_value "PUID" && bashio::config.has_value "PGID"; then bashio::log.blue \ '-----------------------------------------------------------' fi + +# Clean bashrc file +if [ -f ~/.bashrc ]; then rm ~/.bashrc; fi From 1a83c12efb5075a094e2ca19b1b2051f187acd53 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 7 May 2023 11:04:44 +0200 Subject: [PATCH 37/52] Update Dockerfile --- photoprism/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photoprism/Dockerfile b/photoprism/Dockerfile index 0f3ec06ff..76871513e 100644 --- a/photoprism/Dockerfile +++ b/photoprism/Dockerfile @@ -81,7 +81,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get RUN chmod 777 /entrypoint.sh ENTRYPOINT [ "/usr/bin/env" ] CMD [ "/entrypoint.sh" ] -WORKDIR "/data/photprism" +WORKDIR "/data/photoprism" ############ # 5 Labels # From 265bbf74f33b1cbcb22adecd93b905aedc4a1e2b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 7 May 2023 11:05:08 +0200 Subject: [PATCH 38/52] Update config.json --- photoprism/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photoprism/config.json b/photoprism/config.json index ec9a0ef4b..8fe45bed0 100644 --- a/photoprism/config.json +++ b/photoprism/config.json @@ -118,6 +118,6 @@ ], "slug": "photoprism", "url": "https://github.com/alexbelgium/hassio-addons-test", - "version": "preview-8test2", + "version": "preview-9", "video": true } From 5f9fe87b759d6e6aa59eee5f97b4e4d034a7ffb2 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 May 2023 09:15:23 +0000 Subject: [PATCH 39/52] GitHub bot : changelog --- photoprism/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/photoprism/CHANGELOG.md b/photoprism/CHANGELOG.md index c0567f0b9..5ae983e2d 100644 --- a/photoprism/CHANGELOG.md +++ b/photoprism/CHANGELOG.md @@ -1,3 +1,5 @@ +### preview-9 (07-05-2023) +- Minor bugs fixed ### preview-8 (24-04-2023) - Minor bugs fixed ### preview-7 (24-04-2023) From 7cb097829bb7d9e42faa2864e6fdc643070ca6b0 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 May 2023 10:34:11 +0000 Subject: [PATCH 40/52] Github bot : issues linked to readme --- photoprism/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/photoprism/README.md b/photoprism/README.md index ceab297fc..e44ac99ea 100644 --- a/photoprism/README.md +++ b/photoprism/README.md @@ -1,4 +1,3 @@ -## ⚠ Open Issue : [🐛 [Photoprism] Cannot add user in Photoprism Preview-6 (opened 2023-04-15)](https://github.com/alexbelgium/hassio-addons/issues/798) by [@MiSebCo](https://github.com/MiSebCo) # Home assistant add-on: Photoprism [![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium) From 5433d81aa6fa89fc61a3a1a996ad13806c63e6b3 Mon Sep 17 00:00:00 2001 From: Michael <103767523+MiSebCo@users.noreply.github.com> Date: Sun, 7 May 2023 12:41:11 +0200 Subject: [PATCH 41/52] Update README.md Added documentation on how to use the command line interface. See also https://github.com/alexbelgium/hassio-addons/issues/798 --- photoprism/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/photoprism/README.md b/photoprism/README.md index e44ac99ea..c80046123 100644 --- a/photoprism/README.md +++ b/photoprism/README.md @@ -1,3 +1,4 @@ +## ⚠ Open Issue : [🐛 [Photoprism] Cannot add user in Photoprism Preview-6 (opened 2023-04-15)](https://github.com/alexbelgium/hassio-addons/issues/798) by [@MiSebCo](https://github.com/MiSebCo) # Home assistant add-on: Photoprism [![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium) @@ -88,6 +89,15 @@ PHOTOPRISM_DATABASE_NAME: "photoprism" PHOTOPRISM_DATABASE_USER: "USERNAME" PHOTOPRISM_DATABASE_PASSWORD: "PASSWORD ``` +## Using Photoprism Command-Line Interface + +Photoprism also provides a command line interface: + +https://docs.photoprism.app/getting-started/docker-compose/#command-line-interface + +You can access it via portainer addon or executing `docker exec -it bash` via _ssh_. + +:warning: Do not use `docker exec photoprism` as this will lead to unpredictable behavior. ## Illustration From 6dc61924848eafbba09a6029f2b011d033523e42 Mon Sep 17 00:00:00 2001 From: Michael <103767523+MiSebCo@users.noreply.github.com> Date: Sun, 7 May 2023 17:20:09 +0200 Subject: [PATCH 42/52] Update README.md Removed Link to Issue - this has been accidently added to the commit. --- photoprism/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/photoprism/README.md b/photoprism/README.md index c80046123..8a13e9203 100644 --- a/photoprism/README.md +++ b/photoprism/README.md @@ -1,4 +1,3 @@ -## ⚠ Open Issue : [🐛 [Photoprism] Cannot add user in Photoprism Preview-6 (opened 2023-04-15)](https://github.com/alexbelgium/hassio-addons/issues/798) by [@MiSebCo](https://github.com/MiSebCo) # Home assistant add-on: Photoprism [![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium) From f8ddb69f579d0c934a6a5c19f093e7f6b18a0a34 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 7 May 2023 18:18:32 +0200 Subject: [PATCH 43/52] Update config.json https://github.com/alexbelgium/hassio-addons/issues/829 --- mealie/config.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mealie/config.json b/mealie/config.json index 9f82ecf0c..3fb3ad655 100644 --- a/mealie/config.json +++ b/mealie/config.json @@ -55,7 +55,10 @@ ], "environment": { "DB_ENGINE": "sqlite", - "WEB_GUNICORN": "true" + "WEB_GUNICORN": "true", + "WEB_CONCURRENCY": "2", + "WORKERS_PER_CORE": "0.5", + "MAX_WORKERS": "1" }, "image": "ghcr.io/alexbelgium/mealie-{arch}", "map": [ @@ -92,6 +95,6 @@ }, "slug": "mealie", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "v1.0.0-beta-3", + "version": "v1.0.0-beta-4", "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" } From c04c2b00e1edd84d4be4f77a0927a710a71fb5e0 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 7 May 2023 18:23:06 +0200 Subject: [PATCH 44/52] Update config.yml --- .github/ISSUE_TEMPLATE/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3ba13e0ce..bd9dfe4ef 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1 +1,2 @@ +--- blank_issues_enabled: false From 65195cd7de5cb746ae89aa8fd58af29cc68f8501 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 May 2023 16:25:01 +0000 Subject: [PATCH 45/52] GitHub bot : changelog --- mealie/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mealie/CHANGELOG.md b/mealie/CHANGELOG.md index 58148d895..3a8efcf83 100644 --- a/mealie/CHANGELOG.md +++ b/mealie/CHANGELOG.md @@ -1,3 +1,5 @@ +### v1.0.0-beta-4 (07-05-2023) +- Minor bugs fixed ### v1.0.0-beta-3 (11-04-2023) - Minor bugs fixed ## v1.0.0-beta-2 (11-04-2023) From e98f11c69757a3d3acbe08bc336ee56976a35b05 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 7 May 2023 18:28:44 +0200 Subject: [PATCH 46/52] Update other-questions.md --- .github/ISSUE_TEMPLATE/other-questions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/other-questions.md b/.github/ISSUE_TEMPLATE/other-questions.md index 519d98f44..4d3d3cca1 100644 --- a/.github/ISSUE_TEMPLATE/other-questions.md +++ b/.github/ISSUE_TEMPLATE/other-questions.md @@ -1,7 +1,7 @@ --- -name: Any other question +name: "\u2753 Any other question" about: Other questions or remarks not related to bugs or features -title: "[addon] title" +title: "\u2753 [addon] title" labels: "" assignees: "" --- From 19d1ff63e781287afdc9e1736fe4f6430f606dc5 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 8 May 2023 13:40:14 +0200 Subject: [PATCH 47/52] Update 90-data_location.sh --- jellyfin/rootfs/etc/cont-init.d/90-data_location.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jellyfin/rootfs/etc/cont-init.d/90-data_location.sh b/jellyfin/rootfs/etc/cont-init.d/90-data_location.sh index 94bbd68d4..20dcc34ed 100755 --- a/jellyfin/rootfs/etc/cont-init.d/90-data_location.sh +++ b/jellyfin/rootfs/etc/cont-init.d/90-data_location.sh @@ -27,7 +27,7 @@ sed -i "s|/usr/share/jellyfin|$LOCATION|g" /etc/nginx/servers/ingress.conf # Custom transcode location mkdir -p /data/transcodes if [ -d "$LOCATION"/data/transcodes ]; then - cp -rT "$LOCATION"/data/transcodes /data/transcodes + cp -rT "$LOCATION"/data/transcodes /data/transcodes || true rm -r "$LOCATION"/data/transcodes fi ln -s /data/transcodes "$LOCATION"/data/transcodes From 0d9480df821bafcb183577606a7142d106fec0b4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 8 May 2023 13:40:36 +0200 Subject: [PATCH 48/52] Update config.json --- jellyfin/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jellyfin/config.json b/jellyfin/config.json index c4d17fa48..c3587293e 100644 --- a/jellyfin/config.json +++ b/jellyfin/config.json @@ -112,6 +112,6 @@ }, "slug": "jellyfin", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "10.8.10-5", + "version": "10.8.10-6", "video": true } From c2dcc4d08b09a44dacffc7c44f51426e0b550477 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 11:50:04 +0000 Subject: [PATCH 49/52] GitHub bot : changelog --- jellyfin/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jellyfin/CHANGELOG.md b/jellyfin/CHANGELOG.md index 75e5ba1fe..a501dd375 100644 --- a/jellyfin/CHANGELOG.md +++ b/jellyfin/CHANGELOG.md @@ -1,3 +1,5 @@ +### 10.8.10-6 (08-05-2023) +- Minor bugs fixed ### 10.8.10-5 (04-05-2023) - Minor bugs fixed ### 10.8.10-2 (04-05-2023) From 6f670e26096badec41f6286ac20c42fd579b939b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 8 May 2023 15:58:44 +0200 Subject: [PATCH 50/52] Force host network https://github.com/alexbelgium/hassio-addons/tree/master/jellyseerr --- jellyseerr/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jellyseerr/config.json b/jellyseerr/config.json index a0d7e193b..263d39c6b 100644 --- a/jellyseerr/config.json +++ b/jellyseerr/config.json @@ -55,6 +55,7 @@ "/dev/nvme2" ], "environment": {}, + "host_network": true, "image": "ghcr.io/alexbelgium/jellyseerr-{arch}", "init": false, "map": [ @@ -78,6 +79,6 @@ }, "slug": "jellyseerr", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/jellyseerr", - "version": "338", + "version": "338-2", "webui": "[PROTO:ssl]://[HOST]:[PORT:5055]" } From 9dee796cf865b63cdd3b3b74ae4693d5e59cdf36 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 8 May 2023 16:00:01 +0200 Subject: [PATCH 51/52] Update apparmor.txt --- jellyseerr/apparmor.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jellyseerr/apparmor.txt b/jellyseerr/apparmor.txt index 6d7b07528..006a14b5f 100644 --- a/jellyseerr/apparmor.txt +++ b/jellyseerr/apparmor.txt @@ -1,6 +1,6 @@ #include -profile overseerr_addon flags=(attach_disconnected,mediate_deleted) { +profile jellyseer_addon flags=(attach_disconnected,mediate_deleted) { #include capability, From a63458b3337e8022508f0d469613e27895165e26 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 14:06:10 +0000 Subject: [PATCH 52/52] GitHub bot : changelog --- jellyseerr/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jellyseerr/CHANGELOG.md b/jellyseerr/CHANGELOG.md index 0b82da024..76364ba78 100644 --- a/jellyseerr/CHANGELOG.md +++ b/jellyseerr/CHANGELOG.md @@ -1,3 +1,5 @@ +### 338-2 (08-05-2023) +- Minor bugs fixed ## 338 (06-05-2023) - Update to latest version from Fallenbagel/jellyseerr