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

Generate endpoint info on About page based on provided HTTP host header #822

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 12, 2022

  1. Generate endpoint info on About page based on provided HTTP host header

    Showing all the interface addresses we're listening on is not helpful
    on the About page. However, we serve the About page, we already know
    that we are reaching the server using the given hostname in the
    corresponding HTTP header, so let's use it to construct the URLs.
    
    This takes also into account that the request/access already passed
    proxy server(s), uses DNS CNAMEs etc.
    
    Signed-off-by: Michael Heimpold <[email protected]>
    mhei committed May 12, 2022
    Configuration menu
    Copy the full SHA
    9c7de15 View commit details
    Browse the repository at this point in the history