uptime-kuma icon indicating copy to clipboard operation
uptime-kuma copied to clipboard

Website and logo title name change.

Open TWrblxDev opened this issue 2 years ago β€’ 2 comments

⚠️ Please verify that this bug has NOT been raised before.

  • [X] I checked and didn't find similar issue

πŸ›‘οΈ Security Policy

πŸ“ Describe your problem

Hi I want to change the name the website name and logo but i can’t find out how?

🐻 Uptime-Kuma Version

1.11.3

πŸ’» Operating System and Arch

Windows

🌐 Browser

Chrome

πŸ‹ Docker Version

No response

🟩 NodeJS Version

No response

TWrblxDev avatar May 23 '22 20:05 TWrblxDev

This is not currently a feature that is available and it is unlikely to be enabled in the future. See #607 and https://github.com/louislam/uptime-kuma/pull/1083#issuecomment-1096662487 for more details. Also, why are you using such an old version, you should probably update.

Computroniks avatar May 25 '22 12:05 Computroniks

We are clearing up our old issues and your ticket has been open for 3 months with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] avatar Sep 13 '22 00:09 github-actions[bot]

This issue was closed because it has been stalled for 7 days with no activity.

github-actions[bot] avatar Sep 20 '22 00:09 github-actions[bot]

It is possible to change the title if you really want. image

This can be done by adding some css styling in the dist/index.html:

header span[data-v-6080d853] { font-family: 'Montserrat', sans-serif!important; font-weight: 800!important; font-size: 0px!important; } .title[data-v-6080d853]:after { font-weight: 700; content: "MK Vision Status"; font-family: 'Montserrat', sans-serif!important; font-weight: 800!important; font-size: 22px; margin-left: 8px; }

Offcourse this is cheating a little bit ;-)

Offcourse you can change the logo from the dist/ folder also. Just overwrite icon.svg/png :-)

KorenMarvin avatar Oct 21 '22 12:10 KorenMarvin

2023-07-28_22-34-02

It is possible to change the title if you really want. image

This can be done by adding some css styling in the dist/index.html:

header span[data-v-6080d853] { font-family: 'Montserrat', sans-serif!important; font-weight: 800!important; font-size: 0px!important; } .title[data-v-6080d853]:after { font-weight: 700; content: "MK Vision Status"; font-family: 'Montserrat', sans-serif!important; font-weight: 800!important; font-size: 22px; margin-left: 8px; }

Offcourse this is cheating a little bit ;-)

Offcourse you can change the logo from the dist/ folder also. Just overwrite icon.svg/png :-)

this is my index.html

CESE-HHN Uptime

why I can change the name like your example 2023-07-28_21-36-21

worawitwi avatar Jul 28 '23 15:07 worawitwi