Replies: 2 comments
-
see the wiki |
Beta Was this translation helpful? Give feedback.
0 replies
-
BASE_URL is not what I want. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
this is just question or maybe feature request.
I want to map
changedetection
using traefik reverse proxy, so thathttps://apps/changedetection
is mapped tohttps://apps:5000
The problem is that resource paths in html are not relative and they reference to just
https://apps/whatever
in this case, not tohttps://apps/changedetection/whatever
.Is it possible somehow configure url path prefix of the server? If there is no option in web ui, then it would be good if I could change 1-2 lines in Python code to configure path prefix. I'm completely zero in Python.
Thank you in advance,
Anton
Beta Was this translation helpful? Give feedback.
All reactions