Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - StandDown

#1
yes, good point, thanks for your help!
#2
Thanks, that made me understand how it work little bit more. I have done the following:



Is that correct?
#3
Hi All,

I am trying to get a sync to a kobolt reader working with calibre web. I have reverse proxy setup with the caddy plugin and the website is working but the sync for ebooks failes. Apperantly I need to add "header_up X-Scheme https"

Caddy

A working caddy configuration for https, using the domain calibre.mydomain.com:

calibre.mydomain.com {
        reverse_proxy localhost:8083 {
             header_up X-Scheme https
        }
}

How do I do that within Opnsense cadddy plugin?