musiqpad / mqp-server

NodeJS server base for hosting an individual pad
MIT License
30 stars 18 forks source link

[Feature] Allow custom favicons #102

Closed Uricorn closed 8 years ago

bgiesing commented 8 years ago

It's already possible by replacing icons in your server. Replace [mqp-server folder]/pads/lib/img/icon.png with the favicon you want

Uricorn commented 8 years ago

Every time I upgrade my server I will have to do that again though, right?

bgiesing commented 8 years ago

@Uricorn yes but assuming you update via a git pull, you can just deny the changes to that file or reupload it

explodingcamera commented 8 years ago

I'm probably going to change the way the update script works so stuff like the favicon doesn't get overridden.