mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Merge branch 'alexbelgium:master' into master
This commit is contained in:
2
.github/paths-filter.yml
vendored
2
.github/paths-filter.yml
vendored
@@ -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.*
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"init": false,
|
||||
"map": [
|
||||
"share:rw",
|
||||
"ssl:rw"
|
||||
"ssl:ro"
|
||||
],
|
||||
"name": "Gitea",
|
||||
"options": {
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"environment": {
|
||||
"PWG_LOCAL_DIR": "/data"
|
||||
},
|
||||
"image": "ghcr.io/alexbelgium/piwigo-{arch}",
|
||||
"init": false,
|
||||
"map": [
|
||||
"media:rw",
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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/";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user