binwiederhier / ntfy

Send push notifications to your phone or desktop using PUT/POST
https://ntfy.sh
Apache License 2.0
18.54k stars 729 forks source link

How do I configure the website favicon and the PWA app icon when self-hosting? #1202

Closed pei-lun closed 1 month ago

pei-lun commented 1 month ago

If I want to host a ntfy server, can I customize the favicon of website and the PWA app icon in the config file server.yml?

wunter8 commented 1 month ago

You can't do that in server.yml. You'd need to download the source code, change the files, and compile the app yourself

pei-lun commented 1 month ago

Thanks for answering.