From 38e8b708730942ce896b075b1add3d2454e75ffc Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 3 Jul 2025 12:58:26 +0200 Subject: [PATCH] Bump Icons to selfhst repo | switch svg to webp (#5659) --- frontend/public/json/add-iptag.json | 2 +- frontend/public/json/babybuddy.json | 2 +- frontend/public/json/convertx.json | 2 +- frontend/public/json/huntarr.json | 2 +- frontend/public/json/itsm-ng.json | 2 +- frontend/public/json/librespeed-rust.json | 2 +- frontend/public/json/lyrionmusicserver.json | 2 +- frontend/public/json/oauth2-proxy.json | 2 +- frontend/public/json/pulse.json | 2 +- frontend/public/json/rclone.json | 2 +- frontend/public/json/streamlink-webui.json | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/frontend/public/json/add-iptag.json b/frontend/public/json/add-iptag.json index 7fd9fd35..e4cb78a3 100644 --- a/frontend/public/json/add-iptag.json +++ b/frontend/public/json/add-iptag.json @@ -11,7 +11,7 @@ "interface_port": null, "documentation": null, "website": null, - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/proxmox.svg", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/proxmox.webp", "config_path": "/opt/iptag/iptag.conf", "description": "This script automatically adds IP address as tags to LXC containers or VM's using a systemd service. The service also updates the tags if a LXC/VM IP address is changed.", "install_methods": [ diff --git a/frontend/public/json/babybuddy.json b/frontend/public/json/babybuddy.json index 9d35859d..7294decf 100644 --- a/frontend/public/json/babybuddy.json +++ b/frontend/public/json/babybuddy.json @@ -11,7 +11,7 @@ "interface_port": 80, "documentation": "https://docs.baby-buddy.net/", "website": "https://github.com/babybuddy/babybuddy", - "logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/baby-buddy.svg", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/baby-buddy.webp", "config_path": "/opt/babybuddy/babybuddy/settings/production.py", "description": "Baby Buddy is an open-source web application designed to assist caregivers in tracking various aspects of a baby's daily routine, including sleep, feedings, diaper changes, tummy time, and more. By recording this data, caregivers can better understand and anticipate their baby's needs, reducing guesswork in daily care. The application offers a user-friendly dashboard for data entry and visualization, supports multiple users, and provides features like timers and reminders. Additionally, Baby Buddy can be integrated with platforms like Home Assistant and Grafana for enhanced functionality.", "install_methods": [ diff --git a/frontend/public/json/convertx.json b/frontend/public/json/convertx.json index 414084aa..ae2ee826 100644 --- a/frontend/public/json/convertx.json +++ b/frontend/public/json/convertx.json @@ -12,7 +12,7 @@ "interface_port": 3000, "documentation": "https://github.com/C4illin/ConvertX", "website": "https://github.com/C4illin/ConvertX", - "logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/convertx.svg", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/convertx.webp", "description": "ConvertX is a self-hosted online file converter supporting over 1000 formats, including images, audio, video, documents, and more, powered by FFmpeg, GraphicsMagick, and other libraries.", "install_methods": [ { diff --git a/frontend/public/json/huntarr.json b/frontend/public/json/huntarr.json index ea450a81..41a421f7 100644 --- a/frontend/public/json/huntarr.json +++ b/frontend/public/json/huntarr.json @@ -12,7 +12,7 @@ "documentation": "https://github.com/plexguide/Huntarr.io/wiki", "config_path": "/opt/huntarr", "website": "https://github.com/plexguide/Huntarr.io", - "logo": "https://raw.githubusercontent.com/plexguide/Huntarr.io/refs/heads/main/frontend/static/logo/Huntarr.svg", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/huntarr.webp", "description": "Huntarr is a tool that automates the search for missing or low-quality media content in your collection. It works seamlessly with applications like Sonarr, Radarr, Lidarr, Readarr, and Whisparr, enhancing their functionality with continuous background scans to identify and update missed or outdated content. Through a user-friendly web interface accessible on port 9705, Huntarr provides real-time statistics, log views, and extensive configuration options. The software is especially useful for users who want to keep their media library up to date by automatically searching for missing episodes or higher-quality versions. Huntarr is well-suited for self-hosted environments and can easily run in LXC containers or Docker setups.", "install_methods": [ { diff --git a/frontend/public/json/itsm-ng.json b/frontend/public/json/itsm-ng.json index 6ff7d184..89a7c62d 100644 --- a/frontend/public/json/itsm-ng.json +++ b/frontend/public/json/itsm-ng.json @@ -11,7 +11,7 @@ "interface_port": 80, "documentation": "https://wiki.itsm-ng.org/en/home", "website": "https://itsm-ng.com", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/itsm-ng.svg", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/itsm-ng.webp", "config_path": "/etc/itsm-ng", "description": "ITSM-NG is a powerful, open-source IT Service Management (ITSM) solution designed for managing IT assets, software, licenses, and support processes in accordance with ITIL best practices. It offers integrated features for asset inventory, incident tracking, problem management, change requests, and service desk workflows.", "install_methods": [ diff --git a/frontend/public/json/librespeed-rust.json b/frontend/public/json/librespeed-rust.json index 13c2eaf5..319cb344 100644 --- a/frontend/public/json/librespeed-rust.json +++ b/frontend/public/json/librespeed-rust.json @@ -12,7 +12,7 @@ "interface_port": 8080, "documentation": "https://github.com/librespeed/speedtest-rust", "website": "https://github.com/librespeed/speedtest-rust", - "logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/librespeed.svg", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/librespeed.webp", "description": "Librespeed is a no flash, no java, no websocket speedtest server. This community script deploys the rust version for simplicity and low resource usage.", "install_methods": [ { diff --git a/frontend/public/json/lyrionmusicserver.json b/frontend/public/json/lyrionmusicserver.json index 88dc0a0c..9119a213 100644 --- a/frontend/public/json/lyrionmusicserver.json +++ b/frontend/public/json/lyrionmusicserver.json @@ -12,7 +12,7 @@ "interface_port": 9000, "documentation": "https://lyrion.org/", "website": "https://lyrion.org/", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/lyrion-media-server.webp", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/lyrion-music-server.webp", "description": "Lyrion Music Server is an open-source server software to stream local music collections, internet radio, and music services to Squeezebox and compatible audio players.", "install_methods": [ { diff --git a/frontend/public/json/oauth2-proxy.json b/frontend/public/json/oauth2-proxy.json index 4981b688..f12399e0 100644 --- a/frontend/public/json/oauth2-proxy.json +++ b/frontend/public/json/oauth2-proxy.json @@ -12,7 +12,7 @@ "interface_port": null, "documentation": "https://oauth2-proxy.github.io/oauth2-proxy/configuration/overview", "website": "https://oauth2-proxy.github.io/oauth2-proxy/", - "logo": "https://raw.githubusercontent.com/oauth2-proxy/oauth2-proxy/f82e90426a1881d36bf995f25de9b7b1db4c2564/docs/static/img/logos/OAuth2_Proxy_icon.svg", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/oauth2-proxy.webp", "config_path": "/opt/oauth2-proxy/config.toml", "description": "A reverse proxy that provides authentication with Google, Azure, OpenID Connect and many more identity providers.", "install_methods": [ diff --git a/frontend/public/json/pulse.json b/frontend/public/json/pulse.json index e3cae4a9..db2da7d0 100644 --- a/frontend/public/json/pulse.json +++ b/frontend/public/json/pulse.json @@ -11,7 +11,7 @@ "interface_port": 7655, "documentation": null, "website": "https://github.com/rcourtman/Pulse", - "logo": "https://raw.githubusercontent.com/rcourtman/Pulse/main/src/public/logos/pulse-logo-256x256.png", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/pulse.webp", "config_path": "/opt/pulse/.env", "description": "A lightweight monitoring application for Proxmox VE that displays real-time status for VMs and containers via a simple web interface.", "install_methods": [ diff --git a/frontend/public/json/rclone.json b/frontend/public/json/rclone.json index 41dd2a85..08583f80 100644 --- a/frontend/public/json/rclone.json +++ b/frontend/public/json/rclone.json @@ -11,7 +11,7 @@ "interface_port": 3000, "documentation": "https://rclone.org/docs/", "website": "https://rclone.org/", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/rclone.svg", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/rclone.webp", "config_path": "~/.config/rclone/rclone.conf", "description": "Rclone is a command-line program to manage files on cloud storage. It is a feature-rich alternative to cloud vendors' web storage interfaces", "install_methods": [ diff --git a/frontend/public/json/streamlink-webui.json b/frontend/public/json/streamlink-webui.json index db335b47..2aadd95d 100644 --- a/frontend/public/json/streamlink-webui.json +++ b/frontend/public/json/streamlink-webui.json @@ -12,7 +12,7 @@ "documentation": "https://github.com/CrazyWolf13/streamlink-webui", "config_path": "/opt/streamlink-webui.env", "website": "https://github.com/CrazyWolf13/streamlink-webui", - "logo": "https://streamlink.github.io/_static/icon.svg", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/streamlink.webp", "description": "a simple web-ui to the well-known streamlink cli application, which allows you to save twitch streams to your local disk.", "install_methods": [ {