You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We wish to run the Gatus UI on an address like https://internal.example.com/status using a reverse proxy (i.g. nginx, caddy).
This works for the HTML, but the static files use absolute URLs staring with /, so rather than going to the correct proxied address of https://internal.example.com/status/css/app.css they go to https://internal.example.com/stats/css/app.css, without the status segment.
Would you accept a PR changing these URLs to be relative? So that the application can be served with any prefix?
Thanks,
Louis
Why do you personally want this feature to be implemented?
No response
How long have you been using this project?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
Describe the feature request
Hello!
We wish to run the Gatus UI on an address like
https://internal.example.com/status
using a reverse proxy (i.g. nginx, caddy).This works for the HTML, but the static files use absolute URLs staring with
/
, so rather than going to the correct proxied address ofhttps://internal.example.com/status/css/app.css
they go tohttps://internal.example.com/stats/css/app.css
, without thestatus
segment.Would you accept a PR changing these URLs to be relative? So that the application can be served with any prefix?
Thanks,
Louis
Why do you personally want this feature to be implemented?
No response
How long have you been using this project?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: