-
Notifications
You must be signed in to change notification settings - Fork 17
Request: Static files with relative paths #57
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
I would like to use fail2ban-ui in a sub subdirectory of my domain.
Together with other applications.
In front of this I have my own app for user authentification and accessmenagement.
For example:
https://example.com/login/my-app1/
https://example.com/login/my-app2/
https://example.com/login/fail2ban-ui/
Fail2ban-ui is starting, but then requesting his subdirectories straight under root, e.g.:
https://example.com/static/...
So my request is to change the subirectories/urls of fal2ban-ui from absolute pathes to relative pathes:
https://example.com/login/fail2ban-ui/static/
https://example.com/login/fail2ban-ui/locales/
https://example.com/login/fail2ban-ui/api/
and socket:
wss://example.com/login/fail2ban-ui/api/ws
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested