From 75862639ba861b842ca94171168045f3df028e74 Mon Sep 17 00:00:00 2001 From: Fabian Schieder Date: Sat, 28 Feb 2026 16:21:04 +0100 Subject: [PATCH] Update server dashboard URL for improved accessibility --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 41b7d62..a879a38 100644 --- a/index.php +++ b/index.php @@ -29,7 +29,7 @@ $projects = [ [ "title" => "Server Dashboard", "description" => "Server-Verwaltung mit Cockpit", - "url" => "https://fabianschieder.com:9090", + "url" => "https://cockpit.fabianschieder.com", "logo" => "/icons/ubuntu.svg", "color" => "#E95420", "external" => true