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/display root url setting #321

Merged
merged 26 commits into from Aug 19, 2023
Merged

Conversation

dukeofharen
Copy link
Owner

@dukeofharen dukeofharen commented Aug 19, 2023

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

In the old situation, the root URL of HttPlaceholder was determined dynamically by looking at the current host, port etc. This root URL was also only used within the API, not in the UI, which made it a lot harder to run HttPlaceholder with the UI behind a reverse proxy.

What is the new behavior?

Added new publicUrl property which makes it possible to assign a root URL for both HttPlaceholder and the UI. Useful if you run HttPlaceholder behind a reverse proxy

Does this introduce a breaking change?

  • Yes
  • No

@dukeofharen dukeofharen added the enhancement Enhancement of the code, not introducing new features. label Aug 19, 2023
@dukeofharen dukeofharen merged commit 04304ae into master Aug 19, 2023
@dukeofharen dukeofharen deleted the feature/display-root-url-setting branch August 19, 2023 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement of the code, not introducing new features.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant