Added Next Cloud link
This commit is contained in:
27
index.html
27
index.html
@@ -29,28 +29,41 @@
|
|||||||
const hostIP = window.location.hostname;
|
const hostIP = window.location.hostname;
|
||||||
|
|
||||||
const services = [
|
const services = [
|
||||||
{
|
|
||||||
port: 1957,
|
|
||||||
name: "🌦️ Malaysia Weather Radar",
|
|
||||||
desc: "Historical weather radar visualization",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
port: 81,
|
port: 81,
|
||||||
name: "🏠 Personal Homepage",
|
name: "🏠 Personal Homepage",
|
||||||
desc: "Work in progress. Stay tuned!",
|
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,
|
port: 1025,
|
||||||
name: "🎮 Kenney's Assets",
|
name: "🎮 Kenney's Assets",
|
||||||
desc: "Open game art & asset collection",
|
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,
|
port: 5230,
|
||||||
name: "📝 Memos",
|
name: "📝 Memos",
|
||||||
desc: "Lightweight self-hosted note-taking",
|
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,
|
port: 24680,
|
||||||
name: "🛠️ 1Panel Dashboard",
|
name: "🛠️ 1Panel Dashboard",
|
||||||
|
|||||||
Reference in New Issue
Block a user