mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
Support Multiple baseURL's #714
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @adegoodyer on GitHub (May 26, 2025).
Is this a feature for the backend or frontend?
Backend
What would you like?
I'd like the app to support specifying multiple base URL's via the config.
In particular - the Helm chart values.yaml (
baseURL:).Why is this needed?
This is essential for testing the app in multiple environments e.g. localhost and your chosen domain.
It also becomes an issue when assigning via a Twingate resource (for secure access remotely) as the domain will also differ.
Other information
No response
@SeDi343 commented on GitHub (Jul 3, 2025):
bump