ignore #369

Closed
opened 2025-10-07 00:12:14 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @brentgl on GitHub.

Reproduction steps

Not a bug - just couldnt see where to ask a question
Using pocket-id behind NGINX using self signed certs.
proxy host setup in NGINX for pocket-id under auth.my domain
Apart from the below code in the custom location

proxy_busy_buffers_size   512k;
proxy_buffers   4 512k;
proxy_buffer_size   256k;

What (if anything) needs to be added to the advanced section (like authentik has) in order to pass thru details?
I have tried with portainer and proxmox - but get 500 or unauthorized errors.

Sorry for the simple question

Brent

Expected behavior

it should authorize

Actual Behavior

It doesnt - either unauthorized pops up in portainer or 500 in proxmox

Version and Environment

0.27.2

Log Output

No response

Originally created by @brentgl on GitHub. ### Reproduction steps Not a bug - just couldnt see where to ask a question Using pocket-id behind NGINX using self signed certs. proxy host setup in NGINX for pocket-id under auth.my domain Apart from the below code in the custom location ``` proxy_busy_buffers_size 512k; proxy_buffers 4 512k; proxy_buffer_size 256k; ``` What (if anything) needs to be added to the advanced section (like authentik has) in order to pass thru details? I have tried with portainer and proxmox - but get 500 or unauthorized errors. Sorry for the simple question Brent ### Expected behavior it should authorize ### Actual Behavior It doesnt - either unauthorized pops up in portainer or 500 in proxmox ### Version and Environment 0.27.2 ### Log Output _No response_
OVERLORD added the bug label 2025-10-07 00:12:14 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pocket-id#369