Hi,
I'm running selfoss in a Docker container. This container is in turn exposed via a reverse proxy under the /selfoss/ path.
I have set the base_url = /selfoss/ config option. However, I see a resulting <base href="/"> in index.html - which leads to all html resources missing the /selfoss/ prefix and returning 404.
Looking into the source, it seems the base path is not set via the base_url configuration parameter.
What am I missing?