mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 07:33:36 +01:00
OIDC failed #71
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @siper on GitHub (May 12, 2025).
Hello, thanks for cool proxy tool. Have a problem with OIDC (Pocket-id). I setup Pocket-Id like in wiki example with Docker, but when i'l try to auth godoxy.example.com, it recursevly sends me to pocket-id. I'll try to make oidc for other container (code-server), but after auth in pocket, i'll receive Origin server is not reachable. error page. I use 0.13.0 godoxy version.
Pocket-ID docker-compose.yml
Code-server docker-compose.yml
Pocket-Id OIDC client settings
Godoxy docker-compose.yml
Godoxy env for docker:
@yusing commented on GitHub (May 12, 2025):
Mind sharing your
config.ymltoo?ports, but I guess you have another rp running which needs this8443instead of host port4448@siper commented on GitHub (May 12, 2025):
config.yml
@siper commented on GitHub (May 12, 2025):
I change port for code-server with proxy.code-server.port=8443, receives error in godoxy logs:

@yusing commented on GitHub (May 12, 2025):
proxy.code-server.scheme=http@yusing commented on GitHub (May 12, 2025):
I'm not sure the root cause of this, try adding
proxy.#1.middlewares.oidc:to frontend and see if it works.@siper commented on GitHub (May 12, 2025):
Yes, it works, thanks!
@yusing commented on GitHub (May 12, 2025):
Idk why codeserver uses an HTTPS port
8443for HTTP, this is stupid and we should file an issue to the image maintainer@siper commented on GitHub (May 12, 2025):
Yes, it works too!
@siper commented on GitHub (May 12, 2025):
Thanks for fast help.