Closed hugo-akaora closed 2 weeks ago
Oh, https://github.com/srd424/audioserve-docker does not seem to be updated to last version, so I'll try to compile it myself for arm64.
Ok, @srd424 updated it, so I was able to test that I have a similar behavior on latest version (v0.28.6)
Thanks for info, will check on my side.
Hi,
please try with trailing / - this should work - e.g. https://some.host/audio/
It's related to handling of absolute and relative URL, which is not handled for all cases if prefix path is used. I'll fix it with redirect later, but for now trailing / should work.
Merged redirection to master branch with #404
Hello, according to https://github.com/izderadicka/audioserve/issues/36, I use the flag
url_path_prefix
, via the environment varAUDIOSERVE_URL_PATH_PREFIX: "/audio"
Seems properly added in config:
Nonetheless, it seems that my web browser doesn't fetch the assets using url_path_prefix, so it doesn't work.
My complete compose.yaml file :
I'm using arm64's docker image https://github.com/srd424/audioserve-docker on Raspberry Pi 3B.
Logs are empty.
Thank you!