diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-31 12:23:04 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-31 12:23:04 +0200 |
| commit | 96be13bbdda6581c15319fdfbde1dbb9742e57f1 (patch) | |
| tree | 7440eaa4e8e26b48ec9ff444b9f2943a3ed51bdb /frontends/etc | |
| parent | dd9bb55b464cd82218be41795176c361e5181092 (diff) | |
Fix Jellyfin slow database: set SQLite locking mode to Optimistic
Amp-Thread-ID: https://ampcode.com/threads/T-019c1392-78a3-7440-9d95-1a1b2fd7dfec
Co-authored-by: Amp <amp@ampcode.com>
Diffstat (limited to 'frontends/etc')
| -rw-r--r-- | frontends/etc/relayd.conf.tpl | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/frontends/etc/relayd.conf.tpl b/frontends/etc/relayd.conf.tpl index 59f9b90..90a0266 100644 --- a/frontends/etc/relayd.conf.tpl +++ b/frontends/etc/relayd.conf.tpl @@ -106,29 +106,29 @@ relay "https6" { # Jellyfin alternative ports for Android app discovery # Use the same "https" protocol to get X-Forwarded headers -relay "jellyfin-8096-ipv4" { - listen on <%= $vio0_ip %> port 8096 tls - protocol "https" - forward to <f3s_jellyfin> port 30096 check tcp -} - -relay "jellyfin-8096-ipv6" { - listen on <%= $ipv6address->($hostname) %> port 8096 tls - protocol "https" - forward to <f3s_jellyfin> port 30096 check tcp -} - -relay "jellyfin-8920-ipv4" { - listen on <%= $vio0_ip %> port 8920 tls - protocol "https" - forward to <f3s_jellyfin> port 30096 check tcp -} - -relay "jellyfin-8920-ipv6" { - listen on <%= $ipv6address->($hostname) %> port 8920 tls - protocol "https" - forward to <f3s_jellyfin> port 30096 check tcp -} +# relay "jellyfin-8096-ipv4" { +# listen on <%= $vio0_ip %> port 8096 tls +# protocol "https" +# forward to <f3s_jellyfin> port 30096 check tcp +# } + +# relay "jellyfin-8096-ipv6" { +# listen on <%= $ipv6address->($hostname) %> port 8096 tls +# protocol "https" +# forward to <f3s_jellyfin> port 30096 check tcp +# } + +# relay "jellyfin-8920-ipv4" { +# listen on <%= $vio0_ip %> port 8920 tls +# protocol "https" +# forward to <f3s_jellyfin> port 30096 check tcp +# } + +# relay "jellyfin-8920-ipv6" { +# listen on <%= $ipv6address->($hostname) %> port 8920 tls +# protocol "https" +# forward to <f3s_jellyfin> port 30096 check tcp +# } tcp protocol "gemini" { tls keypair foo.zone |
