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
I think I sloved the logging problem. I turned on local logging under system-->settings-->logging
#2
Hi AG_2023,

I have updated also to 25.7.5 and for me it is also unstable. But I run it natively on a minipc. I can reach the console and login. I can go to the shell. But I do not understand the logging (/var/log) of the cli as the latest.log seem to symlink to an old log written on 02-09-2025. So I need to gain some knowledge.
#3
yes, good point, thanks for your help!
#4
Thanks, that made me understand how it work little bit more. I have done the following:



Is that correct?
#5
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?