Modify login page #248

Open
opened 2026-02-04 18:05:36 +03:00 by OVERLORD · 1 comment
Owner

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.

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.
Author
Owner

@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 run docker build -t planka . to create a local docker image, then you can replace image: ghcr.io/plankanban/planka:latest with image: planka in docker-compose.yml and run the container.

@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 run `docker build -t planka .` to create a local docker image, then you can replace `image: ghcr.io/plankanban/planka:latest` with `image: planka` in `docker-compose.yml` and run the container.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#248