mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
Modify login page #248
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 @Exophobias on GitHub (Nov 20, 2022).
I am using the docker version of the software but I can't seem to find where the login page stuff is to modify it. I've checked volumes, containers, and such.
@meltyshev commented on GitHub (Nov 20, 2022):
Hello! To modify the front-end (any visual part), you need to clone the repository and modify the components in
client/src/components. After modification you need to rundocker build -t planka .to create a local docker image, then you can replaceimage: ghcr.io/plankanban/planka:latestwithimage: plankaindocker-compose.ymland run the container.