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.* 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) diff --git a/gitea/Dockerfile b/gitea/Dockerfile index 46a3dbb76..ad2c28507 100644 --- a/gitea/Dockerfile +++ b/gitea/Dockerfile @@ -23,8 +23,7 @@ FROM ${BUILD_FROM} ################## ENV USER git -ENV GITEA_WORK_DIR /share -ENV GITEA_CUSTOM /gitea/data +ENV GITEA_CUSTOM /share/gitea/data # Set S6 wait time ENV S6_CMD_WAIT_FOR_SERVICES=1 \ diff --git a/gitea/config.json b/gitea/config.json index a92d6267f..e4c283fdd 100644 --- a/gitea/config.json +++ b/gitea/config.json @@ -9,7 +9,7 @@ "init": false, "map": [ "share:rw", - "ssl:rw" + "ssl:ro" ], "name": "Gitea", "options": { 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) 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", 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 diff --git a/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf b/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf index 7a04285ed..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 ""; @@ -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/"; } }