-
-
Notifications
You must be signed in to change notification settings - Fork 169
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: add support for serving from custom path #801
Conversation
Signed-off-by: Martijn van der Meij <[email protected]>
Signed-off-by: Martijn van der Meij <[email protected]>
Signed-off-by: Martijn van der Meij <[email protected]>
Signed-off-by: Martijn van der Meij <[email protected]>
similar to #23 |
Does that work with oidc? This pr also has working oidc, but I'd be happy if either could move forward |
Sorry for the long wait @Squixx, I'll have a look at this next and have assigned it to v4.12. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again sorry for the delay! Overall this looks good to me.
Just a minor nitpick about naming of the env var.
Also, it would be good to add a few words about how to configure this in the docs: https://github.com/DependencyTrack/dependency-track/blob/master/docs/_docs/getting-started/configuration.md#frontend
Signed-off-by: Martijn van der Meij <[email protected]>
added docs in DependencyTrack/dependency-track#3899 |
Ports DependencyTrack/frontend#801 Co-authored-by: Martijn van der Meij <[email protected]> Signed-off-by: nscuro <[email protected]>
Ports DependencyTrack/frontend#801 Co-authored-by: Martijn van der Meij <[email protected]> Signed-off-by: nscuro <[email protected]>
Ports DependencyTrack/frontend#801 Co-authored-by: Martijn van der Meij <[email protected]> Signed-off-by: nscuro <[email protected]> # Conflicts: # docker/etc/nginx/templates/default.conf.template
Description
I want to run dependency track frontend on a path instead of
/
, but doing this currently would require to do a full rebuild of the frontend. This PR could be a possible solution direction.I've seen the reference to:
However I can not open this link, so am oblivious to any previous research
I'll update the docs once it's clear this is the way forward
Addressed Issue
DependencyTrack/dependency-track#1514
Additional Details
setting the
BASE_HREF
env variable allows you to set a pathChecklist