From 2db73a964e9f16a0cb6f544a433ec47ad3939614 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 12:01:26 +0000 Subject: [PATCH 1/7] Github bot : issues linked to readme --- emby/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/emby/README.md b/emby/README.md index 78b9fc426..a6771e1e5 100644 --- a/emby/README.md +++ b/emby/README.md @@ -1,3 +1,4 @@ +## ⚠ Open Issue : [🐛 [Emby] Library not loading (opened 2022-08-30)](https://github.com/alexbelgium/hassio-addons/issues/450) by [@skank01](https://github.com/skank01) # Home assistant add-on: emby [![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium) From 75203683b39543beed66b895d439c63e61650dff Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 30 Aug 2022 18:11:25 +0200 Subject: [PATCH 2/7] Update ingress.conf --- tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf b/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf index 7a04285ed..92344478b 100644 --- a/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf +++ b/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf @@ -55,8 +55,7 @@ server { #proxy_redirect http://$host$x_port/ $x_scheme://$host$x_port/; # Rewrite url - sub_filter "/media" "%%ingress_entry%%/media"; - sub_filter "/static" "%%ingress_entry%%/static"; - sub_filter "/offline" "%%ingress_entry%%/offline"; + sub_filter "/media/" "%%ingress_entry%%/media/"; + sub_filter "/static/" "%%ingress_entry%%/static/"; } } From a40506800d0f785864bc901d0ad9bb394ad1be87 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 30 Aug 2022 18:17:03 +0200 Subject: [PATCH 3/7] Update ingress.conf --- tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf b/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf index 92344478b..9e9ca5d4d 100644 --- a/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf +++ b/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf @@ -21,7 +21,7 @@ server { proxy_cookie_path / %%ingress_entry%%/; # Allow frames - proxy_hide_header "Content-Security-Policy"; + #proxy_hide_header "Content-Security-Policy"; add_header X-Frame-Options SAMEORIGIN; add_header Access-Control-Allow-Origin *; proxy_set_header Accept-Encoding ""; From f0a2c02cfd20bc8269479c157e1470a24731bb1d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 30 Aug 2022 18:28:32 +0200 Subject: [PATCH 4/7] Add image tag https://github.com/alexbelgium/hassio-addons/issues/451 --- piwigo/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/piwigo/config.json b/piwigo/config.json index 2ef1bc4fb..7ee7ecc30 100644 --- a/piwigo/config.json +++ b/piwigo/config.json @@ -43,6 +43,7 @@ "environment": { "PWG_LOCAL_DIR": "/data" }, + "image": "ghcr.io/alexbelgium/piwigo-{arch}", "init": false, "map": [ "media:rw", From 89f84ed02dc39a573a22a63ef58f6a25712566eb Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 17:06:36 +0000 Subject: [PATCH 5/7] GitHub bot : README updated --- .github/paths-filter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/paths-filter.yml b/.github/paths-filter.yml index 826a0c6b1..43bb4394d 100644 --- a/.github/paths-filter.yml +++ b/.github/paths-filter.yml @@ -41,7 +41,7 @@ overseerr: overseerr/config.* # Image : yes paperless_ngx: paperless_ngx/config.* papermerge: papermerge/config.* photoprism: photoprism/config.* -piwigo: piwigo/config.* +piwigo: piwigo/config.* # Image : yes plex: plex/config.* plex_meta_manager: plex_meta_manager/config.* # Image : yes portainer: portainer/config.* From e4753b12f396189891cb34e029bc5815e1511ae8 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 18:20:43 +0000 Subject: [PATCH 6/7] Github bot : issues linked to readme --- piwigo/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/piwigo/README.md b/piwigo/README.md index ad8d171b2..cc04e6fe2 100644 --- a/piwigo/README.md +++ b/piwigo/README.md @@ -1,3 +1,4 @@ +## ⚠ Open Issue : [[Piwigo] Docker service error during update from 12.2.0 to 12.3.0 (opened 2022-08-30)](https://github.com/alexbelgium/hassio-addons/issues/451) by [@jordanauge](https://github.com/jordanauge) # Home assistant add-on: Piwigo [![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium) From 2a920420b09078cff24548f0a9cb1626646ab439 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 07:10:34 +0000 Subject: [PATCH 7/7] Github bot : issues linked to readme --- scrutiny/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/scrutiny/README.md b/scrutiny/README.md index 52401c16d..c34f427bd 100644 --- a/scrutiny/README.md +++ b/scrutiny/README.md @@ -1,4 +1,3 @@ -## ⚠ 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