From d3633f97c530b66a321c23e208dcf7815f080168 Mon Sep 17 00:00:00 2001 From: Fabian Berg Date: Sun, 17 Nov 2024 10:59:05 +0100 Subject: [PATCH] Wavelog - Small Adjustment (#292) * stay within the github environment for the logo * add php-gd as dependencie for future usage --- install/wavelog-install.sh | 2 +- json/wavelog.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/wavelog-install.sh b/install/wavelog-install.sh index 34755a2b..c6aa77d6 100644 --- a/install/wavelog-install.sh +++ b/install/wavelog-install.sh @@ -20,7 +20,7 @@ $STD apt-get install -y \ libapache2-mod-php \ mariadb-server \ mc \ - php8.2-{curl,mbstring,mysql,xml,zip} \ + php8.2-{curl,mbstring,mysql,xml,zip,gd} \ sudo \ unzip msg_ok "Installed Dependencies" diff --git a/json/wavelog.json b/json/wavelog.json index 9b2d5eb2..e3f7adcf 100644 --- a/json/wavelog.json +++ b/json/wavelog.json @@ -11,7 +11,7 @@ "interface_port": "80", "documentation": "https://github.com/wavelog/wavelog/wiki", "website": "https://www.wavelog.org/", - "logo": "https://www.wavelog.org/wp-content/uploads/2024/04/wavelog_icon_only.png", + "logo": "https://raw.githubusercontent.com/wavelog/wavelog/refs/heads/master/assets/logo/wavelog_icon_only_darkly.png", "description": "Wavelog is a self-hosted PHP application that allows you to log your amateur radio contacts anywhere. All you need is a web browser and active internet connection.", "install_methods": [ {