Skip to content

[FEATURE] Add BASE_URL environment variable for easier reverse proxy #880

@alaintxu

Description

@alaintxu

When I try to use a reverse proxy, I usually try to set a URL as https://example.com/stump. But as no base url is set, it tries to access assets from https://example.com/assets and not from https://example.com/stump/assets .

I would like to be able to set an environment variable (e.g. BASE_URL at docker compose file) so the app knows that base url is not the root of the domain.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions