Feature: add support for serving from custom path - #801
Conversation
Signed-off-by: Martijn van der Meij <martijn.vandermeij@vattenfall.nl>
Signed-off-by: Martijn van der Meij <martijn.vandermeij@vattenfall.nl>
Signed-off-by: Martijn van der Meij <martijn.vandermeij@vattenfall.nl>
Signed-off-by: Martijn van der Meij <martijn.vandermeij@vattenfall.nl>
|
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. |
nscuro
left a comment
There was a problem hiding this comment.
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 <martijn.vandermeij@vattenfall.com>
added docs in DependencyTrack/dependency-track#3899 |
Ports DependencyTrack/frontend#801 Co-authored-by: Martijn van der Meij <martijn.vandermeij@vattenfall.nl> Signed-off-by: nscuro <nscuro@protonmail.com>
Ports DependencyTrack/frontend#801 Co-authored-by: Martijn van der Meij <martijn.vandermeij@vattenfall.nl> Signed-off-by: nscuro <nscuro@protonmail.com>
Ports DependencyTrack/frontend#801 Co-authored-by: Martijn van der Meij <martijn.vandermeij@vattenfall.nl> Signed-off-by: nscuro <nscuro@protonmail.com> # Conflicts: # docker/etc/nginx/templates/default.conf.template
Feature: add support for serving from custom path
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_HREFenv variable allows you to set a pathChecklist