Hello,
I’ve been experimenting with running Wallabag on my personal server and got it almost working — I can reach the Wallabag login page at a prefixed URL: https://domain.com/wallabag/login
The roadblock I face now is that form actions and links don’t respect the subpath. For example, the login form posts to /login_check instead of /wallabag/login_check.
Would it be possible to support an environment variable (something like SYMFONY__ENV__BASE_URL=/wallabag) in docker-compose.yml so that Wallabag automatically prefixes all routes and form actions with the configured base URL?
If there’s an existing configuration option or recommended solution I may have overlooked, I’d be grateful for guidance.
Thank you for all your work on Wallabag docker!