Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bypass Reverse Proxy for local IPs #5452

Open
Mittlebenskrise opened this issue Apr 17, 2024 · 1 comment
Open

Bypass Reverse Proxy for local IPs #5452

Mittlebenskrise opened this issue Apr 17, 2024 · 1 comment

Comments

@Mittlebenskrise
Copy link

It would be great if Kanboard would have a setting to bypass reverse proxy configuration for configured IPs. E.g.

define('REVERSE_PROXY_BYPASS', '192.168.178.*');

Currently, I can either have the reverse proxy on, in which case it works with my domain, but not the local IP, or vice versa.

@garrettboone
Copy link
Contributor

It would seem that a check for the bypass could be used here based on the ip address of the request:

public function authenticate()

I might add a configured password for bypass as well, so it's not just the ip address that is checked. The bypass password could be provided by the app in the request - I'm not sure about how to implement this part though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants