Use avif instead of png/jpg

This commit is contained in:
Neshura 2024-01-01 19:36:27 +01:00
parent bfd9dcaa7d
commit 090b97a3f6
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
11 changed files with 14 additions and 15 deletions
src/lib/components

View file

@ -28,7 +28,7 @@
},
{
"name": "Calibre Web",
"icon": "/assets/icons/calibre-logo.ico",
"icon": "/assets/icons/calibre-logo.avif",
"href": "https://calibre.neshweb.net/",
"desc": "Self-hosted Ebook Library Service",
"warn": "Note: Registration only via Admin",
@ -69,7 +69,7 @@
},
{
"name": "Navidrome",
"icon": "/assets/icons/navidrome-logo.png",
"icon": "/assets/icons/navidrome-logo.avif",
"href": "https://navidrome.neshweb.net/",
"desc": "Open-Source, Self-Hosted Music Streaming Platform",
"warn": "Note: Registration only via Admin",
@ -93,7 +93,7 @@
},
{
"name": "Portainer",
"icon": "/assets/icons/portainer-logo.png",
"icon": "/assets/icons/portainer-logo.avif",
"href": "https://portainer.neshweb.net/",
"desc": "Docker Container Manager",
"warn": "Note: Admin Only",
@ -101,7 +101,7 @@
},
{
"name": "Nginx",
"icon": "/assets/icons/npm-logo.png",
"icon": "/assets/icons/npm-logo.avif",
"href": "https://nginx.neshweb.net/",
"desc": "Web-based Nginx Proxy Manager",
"warn": "Note: Admin Only",
@ -109,7 +109,7 @@
},
{
"name": "Proxmox",
"icon": "/assets/icons/proxmox-logo.png",
"icon": "/assets/icons/proxmox-logo.avif",
"href": "https://proxmox.neshweb.net/",
"desc": "Hypervisor Webinterface",
"warn": "Note: Admin Only",
@ -117,7 +117,7 @@
},
{
"name": "Dockge",
"icon": "/assets/icons/dockge-logo.png",
"icon": "/assets/icons/dockge-logo.avif",
"href": "https://dockge.neshweb.net/",
"desc": "Docker Compose WebUI",
"warn": "Note: Admin Only",
@ -127,19 +127,19 @@
"games": {
"minecraft": {
"name": "Minecraft",
"icon": "/assets/icons/minecraft-logo.png",
"icon": "/assets/icons/minecraft-logo.avif",
"href": "https://minecraft.neshweb.net/",
"desc": "View all currently available Minecraft Servers and their mods"
},
"ready_or_not": {
"name": "Ready or Not",
"icon": "/assets/icons/ron-logo.png",
"icon": "/assets/icons/ron-logo.avif",
"href": "https://readyornot.neshweb.net/",
"desc": "Collection of Floor Plans for the Game 'Ready or Not'"
},
"zomboid": {
"name": "Zomboid",
"icon": "/assets/icons/zomboid-logo.png",
"icon": "/assets/icons/zomboid-logo.avif",
"ip": "91.13.248.30",
"status": "Online"
},