Skip to content

Request: configure Wallabag base URL prefix (e.g. /wallabag) #462

@jaredevans

Description

@jaredevans

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions