Nick Hietala

Results 8 comments of Nick Hietala

I was able to resolve this by rewriting the redirect in my nginx configuration: ``` # Calibre-web ebooks and audiobooks server { server_name books.example.com; include /etc/nginx/sites-available/authelia_mixin.conf; location / { proxy_pass...

@scrapix ```yaml middlewares: calibre-logout: redirectRegex: regex: "https://library.domain/login" replacement: "https://auth.domain/logout?rd=https%3A%2F%2Flibrary.domain%2F&rm=GET" ``` You've rewritten the redirect to the logout page, so the user agent never actually hits the logout page and gets...

Looks right to me (apart from the fact that you've commented out the labels that would configure the middleware). Are you sure you aren't having any session persistence issues where...

For those of us on windows this AutoHotKey script will enable play/pause functionality while we wait for an update: ```ahk Media_Play_Pause:: WinGet, targetWindow, ID, ahk_exe Supersonic.exe if (targetWindow) { ControlSend,,...

I was experiencing the same issue, the resolution for me was to ensure that the outpost had its docker integration set correctly and then set the `authentik_host` and `authentik_host_browser` variables....

2024.10.2 resolved the problem for me, I was able to remove the proxy_redirects from my middleware and whole system is functioning as intended without any strange workarounds.

I am also having this issue, and through experimentation discovered that it occurs when I have multiple atomic-calendar-revive cards in the same dashboard. Can anyone having the issue confirm that...

The issue only seems to occur (for me) on the portable version. I was able to resolve the issue when I eventually figured out how to get the installer to...