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

feature: redirect to webapp by displayName #1822

Merged
merged 1 commit into from
Nov 10, 2024

Commits on Oct 27, 2024

  1. feature: redirect to webapp by disiplayName

    Signal K webapps have displayName property. This PR adds automatic redirect
    to that webapp when the server's root is accessed with a hostname whose
    first element is the webapp's displayName.
    
    So if you have a webapp whose displayName is foo and you access the server
    using url like http://foo.bar.org:3000/ you will be redirected to that
    webapp instead of the default landingPage that is the Admin webapp.
    tkurki committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    6fdab7b View commit details
    Browse the repository at this point in the history