From 9338fdeebf125537b0c38011c96e23f5d0a11e9e Mon Sep 17 00:00:00 2001 From: bannert <58707896+bannert1337@users.noreply.github.com> Date: Tue, 11 Feb 2025 14:22:12 +0100 Subject: [PATCH] Update Komodo icon (#2263) Old icon link was dead. Replaced with selfh.st svg icon --- json/komodo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json/komodo.json b/json/komodo.json index f168b4613..cddf046c0 100644 --- a/json/komodo.json +++ b/json/komodo.json @@ -11,7 +11,7 @@ "interface_port": 9120, "documentation": "https://komo.do/docs/intro", "website": "https://komo.do", - "logo": "https://komo.do/img/logo512.png", + "logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/komodo.svg", "description": "Komodo is a build and deployment system that automates the creation of versioned Docker images from Git repositories and facilitates the deployment of Docker containers and Docker Compose setups. It provides features such as build automation triggered by Git pushes, deployment management, and monitoring of uptime and logs across multiple servers. The core API and associated agent are developed in Rust.", "install_methods": [ { @@ -36,4 +36,4 @@ "type": "info" } ] -} \ No newline at end of file +}