From ed470885d3ffdc9c1e1db0d44b676d19d63be375 Mon Sep 17 00:00:00 2001 From: aptalca <541623+aptalca@users.noreply.github.com> Date: Thu, 19 Dec 2024 10:15:43 -0500 Subject: [PATCH 1/5] dnsdist: remove http2 --- dnsdist.subdomain.conf.sample | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dnsdist.subdomain.conf.sample b/dnsdist.subdomain.conf.sample index b2befca..b90bf07 100644 --- a/dnsdist.subdomain.conf.sample +++ b/dnsdist.subdomain.conf.sample @@ -1,10 +1,10 @@ -## Version 2024/11/26 +## Version 2024/12/19 # make sure that your container is named dnsdist # make sure that your dns has a cname set for dnsdist server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name dnsdist.*; From 92248c030df57316061f3ce9070c2f0429261215 Mon Sep 17 00:00:00 2001 From: driz <40674481+drizuid@users.noreply.github.com> Date: Sat, 21 Dec 2024 17:36:16 -0500 Subject: [PATCH 2/5] support kobo --- calibre-web.subdomain.conf.sample | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/calibre-web.subdomain.conf.sample b/calibre-web.subdomain.conf.sample index 934f353..bb5f3b1 100644 --- a/calibre-web.subdomain.conf.sample +++ b/calibre-web.subdomain.conf.sample @@ -61,4 +61,19 @@ server { proxy_pass $upstream_proto://$upstream_app:$upstream_port; proxy_set_header X-Scheme $scheme; } + + # For kobo e-reader sync support + # you will need to bypass ^/kobo.* in authentik or authelia if they are used. + location /kobo { + include /config/nginx/proxy.conf; + include /config/nginx/resolver.conf; + set $upstream_app calibre-web; + set $upstream_port 8083; + set $upstream_proto http; + proxy_pass $upstream_proto://$upstream_app:$upstream_port; + proxy_set_header X-Scheme $scheme; + proxy_buffers 4 256k; + proxy_busy_buffers_size 256k; + proxy_buffer_size 128k; + } } From 050574b95b896b5fe44285cc4d767a189cb10e33 Mon Sep 17 00:00:00 2001 From: driz <40674481+drizuid@users.noreply.github.com> Date: Sat, 21 Dec 2024 17:37:37 -0500 Subject: [PATCH 3/5] date --- calibre-web.subdomain.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calibre-web.subdomain.conf.sample b/calibre-web.subdomain.conf.sample index bb5f3b1..606edc3 100644 --- a/calibre-web.subdomain.conf.sample +++ b/calibre-web.subdomain.conf.sample @@ -1,4 +1,4 @@ -## Version 2024/07/16 +## Version 2024/12/21 # make sure that your calibre-web container is named calibre-web # make sure that your dns has a cname set for calibre-web From d320762625c425442e3ff25d86743068949cedc7 Mon Sep 17 00:00:00 2001 From: driz <40674481+drizuid@users.noreply.github.com> Date: Sat, 21 Dec 2024 17:41:50 -0500 Subject: [PATCH 4/5] undo driz-mistake merge --- calibre-web.subdomain.conf.sample | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/calibre-web.subdomain.conf.sample b/calibre-web.subdomain.conf.sample index 606edc3..53904e8 100644 --- a/calibre-web.subdomain.conf.sample +++ b/calibre-web.subdomain.conf.sample @@ -62,18 +62,4 @@ server { proxy_set_header X-Scheme $scheme; } - # For kobo e-reader sync support - # you will need to bypass ^/kobo.* in authentik or authelia if they are used. - location /kobo { - include /config/nginx/proxy.conf; - include /config/nginx/resolver.conf; - set $upstream_app calibre-web; - set $upstream_port 8083; - set $upstream_proto http; - proxy_pass $upstream_proto://$upstream_app:$upstream_port; - proxy_set_header X-Scheme $scheme; - proxy_buffers 4 256k; - proxy_busy_buffers_size 256k; - proxy_buffer_size 128k; - } } From 9b6af9b16aee8ede3a952e22020f9da89a17562a Mon Sep 17 00:00:00 2001 From: driz <40674481+drizuid@users.noreply.github.com> Date: Sat, 21 Dec 2024 17:50:20 -0500 Subject: [PATCH 5/5] undo driz mistake merge --- calibre-web.subdomain.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calibre-web.subdomain.conf.sample b/calibre-web.subdomain.conf.sample index 53904e8..c985652 100644 --- a/calibre-web.subdomain.conf.sample +++ b/calibre-web.subdomain.conf.sample @@ -1,4 +1,4 @@ -## Version 2024/12/21 +## Version 2024/07/16 # make sure that your calibre-web container is named calibre-web # make sure that your dns has a cname set for calibre-web