diff --git a/frontend/public/json/allstarlink.json b/frontend/public/json/allstarlink.json index ec282b02b..de392b160 100644 --- a/frontend/public/json/allstarlink.json +++ b/frontend/public/json/allstarlink.json @@ -11,7 +11,7 @@ "interface_port": null, "documentation": "https://allstarlink.github.io/", "website": "https://www.allstarlink.org/", - "logo": "https://raw.githubusercontent.com/AllStarLink/ASL3-Manual/blob/main/docs/assets/allstar-logo-small.png", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/allstar-link.webp", "config_path": "", "description": "AllStarLink is a network of Amateur Radio repeaters, remote base stations and hot spots accessible to each other via Voice over Internet Protocol.", "install_methods": [ diff --git a/frontend/public/json/configarr.json b/frontend/public/json/configarr.json index 70461420b..66e788c9e 100644 --- a/frontend/public/json/configarr.json +++ b/frontend/public/json/configarr.json @@ -12,7 +12,7 @@ "documentation": "https://configarr.raydak.de/docs/intro", "config_path": "/opt/configarr/config.yml", "website": "https://configarr.raydak.de/", - "logo": "https://github.com/raydak-labs/configarr/blob/main/docs/static/img/logo.webp", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/configarr.webp", "description": "Configarr is an open-source tool designed to simplify configuration and synchronization for Sonarr and Radarr (and other experimental). It integrates with TRaSH Guides to automate updates of custom formats, quality profiles, and other settings, while also supporting user-defined configurations.", "install_methods": [ { diff --git a/frontend/public/json/freepbx.json b/frontend/public/json/freepbx.json index c893f74d5..64836afb6 100644 --- a/frontend/public/json/freepbx.json +++ b/frontend/public/json/freepbx.json @@ -1,41 +1,40 @@ { - "name": "FreePBX", - "slug": "freepbx", - "categories": [ - 0 - ], - "date_created": "2025-03-10", - "type": "ct", - "updateable": false, - "privileged": false, - "interface_port": 80, - "documentation": "https://sangomakb.atlassian.net/wiki/spaces/FP/overview?homepageId=8454359", - "website": "https://www.freepbx.org/", - "logo": "https://avatars.githubusercontent.com/u/696423?s=200&v=4", - "config_path": "", - "description": "FreePBX is a web-based open-source graphical user interface that manages Asterisk, a voice over IP and telephony server.", - "install_methods": [ - { - "type": "default", - "script": "ct/freepbx.sh", - "resources": { - "cpu": 2, - "ram": 2048, - "hdd": 10, - "os": "debian", - "version": "12" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [ + "name": "FreePBX", + "slug": "freepbx", + "categories": [ + 0 + ], + "date_created": "2025-03-10", + "type": "ct", + "updateable": false, + "privileged": false, + "interface_port": 80, + "documentation": "https://sangomakb.atlassian.net/wiki/spaces/FP/overview?homepageId=8454359", + "website": "https://www.freepbx.org/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/freepbx.webp", + "config_path": "", + "description": "FreePBX is a web-based open-source graphical user interface that manages Asterisk, a voice over IP and telephony server.", + "install_methods": [ + { + "type": "default", + "script": "ct/freepbx.sh", + "resources": { + "cpu": 2, + "ram": 2048, + "hdd": 10, + "os": "debian", + "version": "12" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [ { "text": "This script uses the official FreePBX install script. Check it here: https://github.com/FreePBX/sng_freepbx_debian_install", "type": "info" } ] } - diff --git a/frontend/public/json/jumpserver.json b/frontend/public/json/jumpserver.json index 35ac39a29..388682203 100644 --- a/frontend/public/json/jumpserver.json +++ b/frontend/public/json/jumpserver.json @@ -11,7 +11,7 @@ "interface_port": 80, "documentation": "https://www.jumpserver.com/docs", "website": "https://www.jumpserver.com/", - "logo": "https://raw.githubusercontent.com/jumpserver/jumpserver/refs/heads/dev/apps/static/img/logo.png", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/jumpserver.webp", "config_path": "", "description": "JumpServer is an open-source Privileged Access Management (PAM) tool that provides DevOps and IT teams with on-demand and secure access to SSH, RDP, Kubernetes, Database and RemoteApp endpoints through a web browser.", "install_methods": [