Merge branch 'alexbelgium:master' into master

This commit is contained in:
lorenzo farnararo
2022-08-31 09:38:57 +02:00
committed by baldarn
8 changed files with 9 additions and 9 deletions

View File

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

View File

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

View File

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

View File

@@ -9,7 +9,7 @@
"init": false,
"map": [
"share:rw",
"ssl:rw"
"ssl:ro"
],
"name": "Gitea",
"options": {

View File

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

View File

@@ -43,6 +43,7 @@
"environment": {
"PWG_LOCAL_DIR": "/data"
},
"image": "ghcr.io/alexbelgium/piwigo-{arch}",
"init": false,
"map": [
"media:rw",

View File

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

View File

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