From 20a0c31b388c1615398a270966318d494faf0fb5 Mon Sep 17 00:00:00 2001 From: Fabian Schieder Date: Mon, 2 Mar 2026 19:59:58 +0100 Subject: [PATCH] Update Gitea URL to the correct domain --- includes/config/server_status_targets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/config/server_status_targets.php b/includes/config/server_status_targets.php index 2e796d0..e94221b 100644 --- a/includes/config/server_status_targets.php +++ b/includes/config/server_status_targets.php @@ -9,7 +9,7 @@ declare(strict_types=1); return [ [ 'title' => 'Gitea', - 'url' => 'https://fabianschieder.com/git', + 'url' => 'https://git.fabianschieder.com', ], [ 'title' => 'Nextcloud',