mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +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.*
|
paperless_ngx: paperless_ngx/config.*
|
||||||
papermerge: papermerge/config.*
|
papermerge: papermerge/config.*
|
||||||
photoprism: photoprism/config.*
|
photoprism: photoprism/config.*
|
||||||
piwigo: piwigo/config.*
|
piwigo: piwigo/config.* # Image : yes
|
||||||
plex: plex/config.*
|
plex: plex/config.*
|
||||||
plex_meta_manager: plex_meta_manager/config.* # Image : yes
|
plex_meta_manager: plex_meta_manager/config.* # Image : yes
|
||||||
portainer: portainer/config.*
|
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
|
# Home assistant add-on: emby
|
||||||
|
|
||||||
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
|
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
|
||||||
|
|||||||
@@ -23,8 +23,7 @@ FROM ${BUILD_FROM}
|
|||||||
##################
|
##################
|
||||||
|
|
||||||
ENV USER git
|
ENV USER git
|
||||||
ENV GITEA_WORK_DIR /share
|
ENV GITEA_CUSTOM /share/gitea/data
|
||||||
ENV GITEA_CUSTOM /gitea/data
|
|
||||||
|
|
||||||
# Set S6 wait time
|
# Set S6 wait time
|
||||||
ENV S6_CMD_WAIT_FOR_SERVICES=1 \
|
ENV S6_CMD_WAIT_FOR_SERVICES=1 \
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
"init": false,
|
"init": false,
|
||||||
"map": [
|
"map": [
|
||||||
"share:rw",
|
"share:rw",
|
||||||
"ssl:rw"
|
"ssl:ro"
|
||||||
],
|
],
|
||||||
"name": "Gitea",
|
"name": "Gitea",
|
||||||
"options": {
|
"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
|
# Home assistant add-on: Piwigo
|
||||||
|
|
||||||
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
|
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
|
||||||
|
|||||||
@@ -43,6 +43,7 @@
|
|||||||
"environment": {
|
"environment": {
|
||||||
"PWG_LOCAL_DIR": "/data"
|
"PWG_LOCAL_DIR": "/data"
|
||||||
},
|
},
|
||||||
|
"image": "ghcr.io/alexbelgium/piwigo-{arch}",
|
||||||
"init": false,
|
"init": false,
|
||||||
"map": [
|
"map": [
|
||||||
"media:rw",
|
"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
|
# Home assistant add-on: Scrutiny
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ server {
|
|||||||
proxy_cookie_path / %%ingress_entry%%/;
|
proxy_cookie_path / %%ingress_entry%%/;
|
||||||
|
|
||||||
# Allow frames
|
# Allow frames
|
||||||
proxy_hide_header "Content-Security-Policy";
|
#proxy_hide_header "Content-Security-Policy";
|
||||||
add_header X-Frame-Options SAMEORIGIN;
|
add_header X-Frame-Options SAMEORIGIN;
|
||||||
add_header Access-Control-Allow-Origin *;
|
add_header Access-Control-Allow-Origin *;
|
||||||
proxy_set_header Accept-Encoding "";
|
proxy_set_header Accept-Encoding "";
|
||||||
@@ -55,8 +55,7 @@ server {
|
|||||||
#proxy_redirect http://$host$x_port/ $x_scheme://$host$x_port/;
|
#proxy_redirect http://$host$x_port/ $x_scheme://$host$x_port/;
|
||||||
|
|
||||||
# Rewrite url
|
# Rewrite url
|
||||||
sub_filter "/media" "%%ingress_entry%%/media";
|
sub_filter "/media/" "%%ingress_entry%%/media/";
|
||||||
sub_filter "/static" "%%ingress_entry%%/static";
|
sub_filter "/static/" "%%ingress_entry%%/static/";
|
||||||
sub_filter "/offline" "%%ingress_entry%%/offline";
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user