Compare commits

..

4 Commits

Author SHA1 Message Date
Eric Nemchik a2509cc44e Update Nginx configuration to use $is_request_port and $request_port for improved compatibility
Signed-off-by: Eric Nemchik <eric@nemchik.com>
2026-07-18 13:42:25 -05:00
Eric Nemchik a393925f44 Update dates in files to version 2026/07/18
Signed-off-by: Eric Nemchik <eric@nemchik.com>
2026-07-18 12:30:42 -05:00
Eric Nemchik 69afc4de58 Update Nginx configuration to replace $http_host with $host:$server_port for better compatibility
Signed-off-by: Eric Nemchik <eric@nemchik.com>
2026-07-18 12:28:50 -05:00
LinuxServer-CI bc02502e97 Bot Updating Package Versions 2026-07-18 05:32:40 +00:00
5 changed files with 36 additions and 36 deletions
+23 -23
View File
@@ -23,13 +23,13 @@ azure-mgmt-dns 9.0.0 python
backports-tarfile 1.2.0 python
bash 5.2.37-r0 apk
beautifulsoup4 4.15.0 python
boto3 1.43.48 python
botocore 1.43.48 python
boto3 1.43.51 python
botocore 1.43.51 python
brotli-libs 1.1.0-r2 apk
bs4 0.0.2 python
busybox 1.37.0-r20 apk
busybox-binsh 1.37.0-r20 apk
c-ares 1.34.6-r0 apk
c-ares 1.34.8-r0 apk
c-client 2007f-r15 apk
ca-certificates 20260611-r0 apk
ca-certificates-bundle 20260611-r0 apk
@@ -105,7 +105,7 @@ domeneshop 0.4.4 python
fail2ban 1.1.0 python
fail2ban 1.1.0-r3 apk
fail2ban-pyc 1.1.0-r3 apk
filelock 3.29.7 python
filelock 3.30.3 python
findutils 4.10.0-r0 apk
fontconfig 2.15.0-r3 apk
freetype 2.13.3-r0 apk
@@ -240,25 +240,25 @@ ncurses-terminfo-base 6.5_p20250503-r0 apk
netcat-openbsd 1.229.1-r0 apk
nettle 3.10.2-r0 apk
nghttp2-libs 1.69.0-r0 apk
nginx 1.28.3-r4 apk
nginx-mod-devel-kit 1.28.3-r4 apk
nginx-mod-http-brotli 1.28.3-r4 apk
nginx-mod-http-dav-ext 1.28.3-r4 apk
nginx-mod-http-echo 1.28.3-r4 apk
nginx-mod-http-fancyindex 1.28.3-r4 apk
nginx-mod-http-geoip2 1.28.3-r4 apk
nginx-mod-http-headers-more 1.28.3-r4 apk
nginx-mod-http-image-filter 1.28.3-r4 apk
nginx-mod-http-perl 1.28.3-r4 apk
nginx-mod-http-redis2 1.28.3-r4 apk
nginx-mod-http-set-misc 1.28.3-r4 apk
nginx-mod-http-upload-progress 1.28.3-r4 apk
nginx-mod-http-xslt-filter 1.28.3-r4 apk
nginx-mod-mail 1.28.3-r4 apk
nginx-mod-rtmp 1.28.3-r4 apk
nginx-mod-stream 1.28.3-r4 apk
nginx-mod-stream-geoip2 1.28.3-r4 apk
nginx-vim 1.28.3-r4 apk
nginx 1.28.3-r5 apk
nginx-mod-devel-kit 1.28.3-r5 apk
nginx-mod-http-brotli 1.28.3-r5 apk
nginx-mod-http-dav-ext 1.28.3-r5 apk
nginx-mod-http-echo 1.28.3-r5 apk
nginx-mod-http-fancyindex 1.28.3-r5 apk
nginx-mod-http-geoip2 1.28.3-r5 apk
nginx-mod-http-headers-more 1.28.3-r5 apk
nginx-mod-http-image-filter 1.28.3-r5 apk
nginx-mod-http-perl 1.28.3-r5 apk
nginx-mod-http-redis2 1.28.3-r5 apk
nginx-mod-http-set-misc 1.28.3-r5 apk
nginx-mod-http-upload-progress 1.28.3-r5 apk
nginx-mod-http-xslt-filter 1.28.3-r5 apk
nginx-mod-mail 1.28.3-r5 apk
nginx-mod-rtmp 1.28.3-r5 apk
nginx-mod-stream 1.28.3-r5 apk
nginx-mod-stream-geoip2 1.28.3-r5 apk
nginx-vim 1.28.3-r5 apk
npth 1.8-r0 apk
oniguruma 6.9.10-r0 apk
openssl 3.5.7-r0 apk
@@ -1,4 +1,4 @@
## Version 2025/03/25 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/authelia-server.conf.sample
## Version 2026/07/18 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/authelia-server.conf.sample
# Make sure that your authelia container is in the same user defined bridge network and is named authelia
# Rename /config/nginx/proxy-confs/authelia.subdomain.conf.sample to /config/nginx/proxy-confs/authelia.subdomain.conf
@@ -28,7 +28,7 @@ location @authelia_proxy_signin {
add_header Set-Cookie $set_cookie;
## Set the $target_url variable based on the original request
set_escape_uri $target_url $scheme://$http_host$request_uri;
set_escape_uri $target_url $scheme://$host$is_request_port$request_port$request_uri;
## Translate the Location response header from the auth subrequest into a variable
auth_request_set $signin_url $upstream_http_location;
@@ -1,4 +1,4 @@
## Version 2025/03/25 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/authentik-server.conf.sample
## Version 2026/07/18 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/authentik-server.conf.sample
# Make sure that your authentik container is in the same user defined bridge network and is named authentik-server
# Rename /config/nginx/proxy-confs/authentik.subdomain.conf.sample to /config/nginx/proxy-confs/authentik.subdomain.conf
@@ -38,10 +38,10 @@ location @goauthentik_proxy_signin {
add_header Set-Cookie $set_cookie;
## Set the $target_url variable based on the original request
set_escape_uri $target_url $scheme://$http_host$request_uri;
set_escape_uri $target_url $scheme://$host$is_request_port$request_port$request_uri;
## Set the $signin_url variable
set $signin_url https://$http_host/outpost.goauthentik.io/start?rd=$target_url;
set $signin_url https://$host$is_request_port$request_port/outpost.goauthentik.io/start?rd=$target_url;
## Redirect to login
return 302 $signin_url;
+4 -4
View File
@@ -1,4 +1,4 @@
## Version 2023/02/09 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/proxy.conf.sample
## Version 2026/07/18 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/proxy.conf.sample
# Timeout if the real server is dead
proxy_next_upstream error timeout invalid_header http_500 http_502 http_503;
@@ -21,11 +21,11 @@ proxy_no_cache $cookie_session;
# Proxy Header Settings
proxy_set_header Connection $connection_upgrade;
proxy_set_header Early-Data $ssl_early_data;
proxy_set_header Host $host;
proxy_set_header Host $host$is_request_port$request_port;
proxy_set_header Proxy "";
proxy_set_header Upgrade $http_upgrade;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Host $host$is_request_port$request_port;
proxy_set_header X-Forwarded-Method $request_method;
proxy_set_header X-Forwarded-Port $server_port;
proxy_set_header X-Forwarded-Proto $scheme;
@@ -33,5 +33,5 @@ proxy_set_header X-Forwarded-Server $host;
proxy_set_header X-Forwarded-Ssl on;
proxy_set_header X-Forwarded-Uri $request_uri;
proxy_set_header X-Original-Method $request_method;
proxy_set_header X-Original-URL $scheme://$http_host$request_uri;
proxy_set_header X-Original-URL $scheme://$host$is_request_port$request_port$request_uri;
proxy_set_header X-Real-IP $remote_addr;
@@ -1,4 +1,4 @@
## Version 2025/06/08 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/tinyauth-server.conf.sample
## Version 2026/07/18 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/tinyauth-server.conf.sample
# Make sure that your tinyauth container is in the same user defined bridge network and is named tinyauth
# Rename /config/nginx/proxy-confs/tinyauth.subdomain.conf.sample to /config/nginx/proxy-confs/tinyauth.subdomain.conf
@@ -12,7 +12,7 @@ location /tinyauth {
proxy_pass http://$upstream_tinyauth:3000/api/auth/nginx;
proxy_set_header x-forwarded-proto $scheme;
proxy_set_header x-forwarded-host $http_host;
proxy_set_header x-forwarded-host $host$is_request_port$request_port;
proxy_set_header x-forwarded-uri $request_uri;
}
@@ -21,8 +21,8 @@ location @tinyauth_login {
internal;
## Set the $target_url variable based on the original request
set_escape_uri $target_url $scheme://$http_host$request_uri;
set_escape_uri $target_url $scheme://$host$is_request_port$request_port$request_uri;
## Set the $signin_url variable
set $domain $host;
if ($host ~* "^[^.]+\.([^.]+\..+)$") {