[Feature Request] Customization #104

Open
opened 2026-02-04 17:13:31 +03:00 by OVERLORD · 5 comments
Owner

Originally created by @mprajescu on GitHub (May 20, 2021).

Please add a method of customizing the login page by changing the logo and login background, and also a place in the settings for logo and name branding in the application.

Originally created by @mprajescu on GitHub (May 20, 2021). Please add a method of customizing the login page by changing the logo and login background, and also a place in the settings for logo and name branding in the application.
OVERLORD added the enhancement label 2026-02-04 17:13:31 +03:00
Author
Owner

@nickbe commented on GitHub (May 24, 2021):

This will be available in the upcoming corporate version.

@nickbe commented on GitHub (May 24, 2021): This will be available in the upcoming corporate version.
Author
Owner

@Mikerrushhd commented on GitHub (Apr 17, 2025):

Hi! Any update on this? ^^

@Mikerrushhd commented on GitHub (Apr 17, 2025): Hi! Any update on this? ^^
Author
Owner

@bvandevliet commented on GitHub (May 3, 2025):

This will be available in the upcoming corporate version.

4 years later.. what is the status? :)

@bvandevliet commented on GitHub (May 3, 2025): > This will be available in the upcoming corporate version. 4 years later.. what is the status? :)
Author
Owner

@cameraManu commented on GitHub (Aug 1, 2025):

Hi, I've found how to change the name from Planka in tab title, Upper left on dashboard, and on login page:

for tab title: /app/public/index.html and in /app/views/index.html and change the title tag.

for upper left title: search for: classNames(styles$2A.logo,styles$2A.title),children:"PLANKA"} in /app/assets/index-Crmnsq57.js

for login page: search for: className:styles$2I.loginWrapper,children:[jsxRuntimeExports.jsx(Header$1,{as:"h1",textAlign:"center",content:"TASKS",className:styles$2I.formTitle}) in /app/assets/index-Crmnsq57.js

Replace PLANKA with whatever you want.

@cameraManu commented on GitHub (Aug 1, 2025): Hi, I've found how to change the name from Planka in tab title, Upper left on dashboard, and on login page: for tab title: /app/public/index.html and in /app/views/index.html and change the title tag. for upper left title: search for: `classNames(styles$2A.logo,styles$2A.title),children:"PLANKA"}` in /app/assets/index-Crmnsq57.js for login page: search for: `className:styles$2I.loginWrapper,children:[jsxRuntimeExports.jsx(Header$1,{as:"h1",textAlign:"center",content:"TASKS",className:styles$2I.formTitle})` in /app/assets/index-Crmnsq57.js Replace PLANKA with whatever you want.
Author
Owner

@datwildfire commented on GitHub (Sep 10, 2025):

Hi, I've found how to change the name from Planka in tab title, Upper left on dashboard, and on login page:

for tab title: /app/public/index.html and in /app/views/index.html and change the title tag.

for upper left title: search for: classNames(styles$2A.logo,styles$2A.title),children:"PLANKA"} in /app/assets/index-Crmnsq57.js

for login page: search for: className:styles$2I.loginWrapper,children:[jsxRuntimeExports.jsx(Header$1,{as:"h1",textAlign:"center",content:"TASKS",className:styles$2I.formTitle}) in /app/assets/index-Crmnsq57.js

Replace PLANKA with whatever you want.

Hi, I've found how to change the name from Planka in tab title, Upper left on dashboard, and on login page:

for tab title: /app/public/index.html and in /app/views/index.html and change the title tag.

for upper left title: search for: classNames(styles$2A.logo,styles$2A.title),children:"PLANKA"} in /app/assets/index-Crmnsq57.js

for login page: search for: className:styles$2I.loginWrapper,children:[jsxRuntimeExports.jsx(Header$1,{as:"h1",textAlign:"center",content:"TASKS",className:styles$2I.formTitle}) in /app/assets/index-Crmnsq57.js

Replace PLANKA with whatever you want.

I would love if we could keep this thread open and share more about customizing the experience. We have a small team with developers involved in helping charities (volunteer) on the side when we have time, and we would love to brand up our little board, while still keeping a featured link to Planka, of course, just to personalize it more.

I was a bit disappointed a few years ago when I heard that "this will be available in the corporate version" and nothing more, but I respect that.

Hopefully the community can get together and share our tips and tricks for those of us still on a free basis.

@datwildfire commented on GitHub (Sep 10, 2025): > Hi, I've found how to change the name from Planka in tab title, Upper left on dashboard, and on login page: > > for tab title: /app/public/index.html and in /app/views/index.html and change the title tag. > > for upper left title: search for: `classNames(styles$2A.logo,styles$2A.title),children:"PLANKA"}` in /app/assets/index-Crmnsq57.js > > for login page: search for: `className:styles$2I.loginWrapper,children:[jsxRuntimeExports.jsx(Header$1,{as:"h1",textAlign:"center",content:"TASKS",className:styles$2I.formTitle})` in /app/assets/index-Crmnsq57.js > > Replace PLANKA with whatever you want. > Hi, I've found how to change the name from Planka in tab title, Upper left on dashboard, and on login page: > > for tab title: /app/public/index.html and in /app/views/index.html and change the title tag. > > for upper left title: search for: `classNames(styles$2A.logo,styles$2A.title),children:"PLANKA"}` in /app/assets/index-Crmnsq57.js > > for login page: search for: `className:styles$2I.loginWrapper,children:[jsxRuntimeExports.jsx(Header$1,{as:"h1",textAlign:"center",content:"TASKS",className:styles$2I.formTitle})` in /app/assets/index-Crmnsq57.js > > Replace PLANKA with whatever you want. I would love if we could keep this thread open and share more about customizing the experience. We have a small team with developers involved in helping charities (volunteer) on the side when we have time, and we would love to brand up our little board, while still keeping a featured link to Planka, of course, just to personalize it more. I was a bit disappointed a few years ago when I heard that "this will be available in the corporate version" and nothing more, but I respect that. Hopefully the community can get together and share our tips and tricks for those of us still on a free basis.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#104