👋 Say hello to the new Gopher!
This is now the new project icon and also used as the default website favicon. I've created it in Affinity Designer and added the project file to the repo, so feel free to improve him if you're good at illustrations!
👎 Don't like him?
Sad to hear, but I got you... It's also possible to set your own favicon in the settings.
🔧 Database migration
To make this possible the database settings collection is now split up into settings_private
and settings_public
. The reason is that unauthorized users need to be able to receive the website title and the favicon, which are now stored settings_public
.
settings_private
contains the ping interval and scan ip which are only readable by admins.
If you have set your website title in the past and run UpSnap without the UPSNAP_WEBSITE_TITLE
env var then you have to set your title again. If you use the env var you are already set.
🩹 Fixes
- The website title on the login page shows the correct tab title