From 087992b232c311b0b4d83e97e0343cb602aec931 Mon Sep 17 00:00:00 2001 From: Khairul Hidayat Date: Sun, 11 Aug 2024 03:27:47 +0700 Subject: [PATCH] feat: add cockpit --- public/config/config.json | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/public/config/config.json b/public/config/config.json index 1d34ef9..ef888e9 100644 --- a/public/config/config.json +++ b/public/config/config.json @@ -18,10 +18,10 @@ "icon": "https://github.com/walkxcode/dashboard-icons/raw/be82e22c418f5980ee2a13064d50f1483df39c8c/svg/jellyfin.svg" }, { - "name": "NextDeck", + "name": "YoutubeDL", "desc": "", - "href": "https://cloud.rul.sh/apps/deck/#/board/1", - "icon": "https://github.com/walkxcode/dashboard-icons/raw/be82e22c418f5980ee2a13064d50f1483df39c8c/svg/nextcloud-deck.svg" + "href": "http://ytdl.home.ip", + "icon": "https://github.com/walkxcode/dashboard-icons/raw/be82e22c418f5980ee2a13064d50f1483df39c8c/svg/youtubedl.svg" }, { "name": "Memos", @@ -35,18 +35,18 @@ "href": "https://cloud.rul.sh/apps/notes/", "icon": "https://github.com/walkxcode/dashboard-icons/raw/be82e22c418f5980ee2a13064d50f1483df39c8c/svg/nextcloud-notes.svg" }, + { + "name": "NextDeck", + "desc": "", + "href": "https://cloud.rul.sh/apps/deck/#/board/1", + "icon": "https://github.com/walkxcode/dashboard-icons/raw/be82e22c418f5980ee2a13064d50f1483df39c8c/svg/nextcloud-deck.svg" + }, { "name": "Nextcloud", "desc": "", "href": "https://cloud.rul.sh/", "icon": "https://github.com/walkxcode/dashboard-icons/raw/be82e22c418f5980ee2a13064d50f1483df39c8c/svg/nextcloud.svg" }, - { - "name": "YoutubeDL", - "desc": "", - "href": "http://ytdl.home.ip", - "icon": "https://github.com/walkxcode/dashboard-icons/raw/be82e22c418f5980ee2a13064d50f1483df39c8c/svg/youtubedl.svg" - }, { "name": "Gitea", "desc": "", @@ -118,6 +118,12 @@ "desc": "", "href": "https://portainer.rul.sh/", "icon": "https://github.com/walkxcode/dashboard-icons/raw/be82e22c418f5980ee2a13064d50f1483df39c8c/svg/portainer.svg" + }, + { + "name": "Cockpit", + "desc": "", + "href": "https://cockpit.local.rul.sh/", + "icon": "https://cockpit-project.org/images/favicon.png" } ] } \ No newline at end of file