Hi,
Thanks for this awesome app. I've just discovered it, and it looks awesome.
However, originally I had set TIMETAGGER_PATH_PREFIX = "/" in my Compose file so that the app is served at the root of my domain and not at /timetagger.
However, this causes the app to fail because you just give it the domain of the server, and I assume it appends /timetagger/api/v2 itself.
Would be cool if one could provide the full path to the api during setup (maybe as a second option).
Thanks again :)
Hi,
Thanks for this awesome app. I've just discovered it, and it looks awesome.
However, originally I had set
TIMETAGGER_PATH_PREFIX = "/"in my Compose file so that the app is served at the root of my domain and not at/timetagger.However, this causes the app to fail because you just give it the domain of the server, and I assume it appends
/timetagger/api/v2itself.Would be cool if one could provide the full path to the api during setup (maybe as a second option).
Thanks again :)