From c9cf2719ffbbcc37631141c5b84fa8a08609f382 Mon Sep 17 00:00:00 2001 From: kingsmai Date: Sat, 19 Apr 2025 15:13:43 +0800 Subject: [PATCH] Added Next Cloud link --- index.html | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index e57dcbf..92d42f5 100644 --- a/index.html +++ b/index.html @@ -29,28 +29,41 @@ const hostIP = window.location.hostname; const services = [ - { - port: 1957, - name: "🌦️ Malaysia Weather Radar", - desc: "Historical weather radar visualization", - }, { port: 81, name: "🏠 Personal Homepage", desc: "Work in progress. Stay tuned!", }, + { + port: 40069, + name: "☁ Nextcloud", + desc: "Self-hosted cloud storage", + }, + { + port: 1957, + name: "🌦️ Malaysia Weather Radar", + desc: "Historical weather radar visualization", + }, { port: 1025, name: "🎮 Kenney's Assets", desc: "Open game art & asset collection", }, - { port: 3000, name: "📁 Gitea", desc: "Self-hosted Git service" }, + { + port: 3000, + name: "📁 Gitea", + desc: "Self-hosted Git service", + }, { port: 5230, name: "📝 Memos", desc: "Lightweight self-hosted note-taking", }, - { port: 40178, name: "📊 JSON Hero", desc: "Visual JSON explorer" }, + { + port: 40178, + name: "📊 JSON Hero", + desc: "Visual JSON explorer", + }, { port: 24680, name: "🛠️ 1Panel Dashboard",