aboutsummaryrefslogtreecommitdiffstats
path: root/roles/jails/01_ingress/defaults/main.yml
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2026-07-15 13:19:05 +0300
committerJan Tuomi <jan@jantuomi.fi>2026-07-15 13:19:05 +0300
commitaa4de6133a1f611da2cb564aaacb80f042094adc (patch)
treee8c2d0fb81feb6683d257b065fd9ed10c632d688 /roles/jails/01_ingress/defaults/main.yml
parent6524107008a601fa747cf9015c297a7e9303954e (diff)
Disable vm, fix ingress/postgres to support immich
Diffstat (limited to 'roles/jails/01_ingress/defaults/main.yml')
-rw-r--r--roles/jails/01_ingress/defaults/main.yml11
1 files changed, 10 insertions, 1 deletions
diff --git a/roles/jails/01_ingress/defaults/main.yml b/roles/jails/01_ingress/defaults/main.yml
index b994e71..0774424 100644
--- a/roles/jails/01_ingress/defaults/main.yml
+++ b/roles/jails/01_ingress/defaults/main.yml
@@ -18,7 +18,7 @@ ingress_routes:
- { host: irc.jan.systems, jail: irc_thelounge, presets: [websocket] }
- { host: paste.jan.systems, jail: paste }
- { host: leolalla.fi, jail: leolalla_fi }
- - { host: immich.jan.systems, ip: 192.168.3.3, port: 2283 }
+ - { host: immich.jan.systems, jail: immich, presets: [large_body_size] }
- { host: plex.jan.systems, jail: plex, port: 32400, presets: [streaming] }
- { host: komga.jan.systems, jail: komga }
- { host: goaccess.jan.systems, jail: goaccess }
@@ -92,3 +92,12 @@ nginx_presets:
- "proxy_buffering off"
- "proxy_read_timeout 3600s"
- "proxy_send_timeout 3600s"
+ large_body_size:
+ - "proxy_http_version 1.1"
+ - 'proxy_set_header Connection "Upgrade"'
+ - "proxy_set_header Upgrade $http_upgrade"
+ - "proxy_read_timeout 1d"
+ - "proxy_send_timeout 1d"
+ - "proxy_buffering off"
+ - "proxy_request_buffering off"
+ - "client_max_body_size 10G"