mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
Support Planka running under a subpath (e.g., /planka) instead of root / #804
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 @Tajtaj888 on GitHub (Sep 2, 2025).
Is this a feature for the backend or frontend?
Frontend
What would you like?
Currently, Planka only works when served at the root path /. When trying to deploy Planka on a subpath such as /planka, all assets (CSS, JS) fail to load, and the application shows a "Page Not Found" error.
Why is this needed?
Some users deploy Planka behind reverse proxies on shared servers or without a dedicated domain. The inability to run it under a subpath limits deployment flexibility and forces users to serve Planka on the root path, which may conflict with other applications. Supporting a configurable base path would allow safer and more flexible hosting setups.
Other information
No response
@jhonny-on commented on GitHub (Oct 21, 2025):
seems like a duplicate of https://github.com/plankanban/planka/issues/1156