linuxserver / Heimdall-Apps

Apps for Heimdall
MIT License
298 stars 321 forks source link

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

Closed Bl4d3s closed 9 months ago

Bl4d3s commented 9 months ago

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)