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

AVMFritzBox: add override url config to allow reverse proxied linking urls #660

Merged
merged 1 commit into from
Dec 2, 2023

Conversation

Bl4d3s
Copy link

@Bl4d3s Bl4d3s commented Nov 21, 2023

This PR simply adds the default override url config option for the AVM Fritzbox app.

This is needed if the user is running a reverse proxy like NGINX and would like to enter the proxied URL like https://fritzbox.example.com as linking url.
As the URL is used with a custom port for the API queries, these fail when doing so.

To fix this, I enabled the override option for the url.

Now I am able to specify the linking url as https://fritzbox.example.com and the API (override) url as http://10.0.0.1 (or any other IP/domain)

@Bl4d3s Bl4d3s changed the title add override url, allows to set reverse proxied urls AVMFritzBox: add override url config to allow reverse proxied linking urls Nov 21, 2023
Copy link
Collaborator

@keriati keriati left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@keriati keriati merged commit d0c189e into linuxserver:master Dec 2, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants