You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.