From 6c1d383c699c76660e216c4f9b9ca93e823e1383 Mon Sep 17 00:00:00 2001 From: Neshura Date: Thu, 16 Mar 2023 22:18:26 +0100 Subject: [PATCH] removed 'extName' from pages, made icon and href optional --- interfaces/CardTypes.ts | 5 ++--- public/data/pages.json | 5 +---- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/interfaces/CardTypes.ts b/interfaces/CardTypes.ts index 59f0b2b..04a8604 100644 --- a/interfaces/CardTypes.ts +++ b/interfaces/CardTypes.ts @@ -13,12 +13,11 @@ export interface Game { export interface Service { name: string, - icon: string, - href: string, + icon?: string, + href?: string, desc: string, warn?: string, extLink?: string, - extName?: string, type: ServiceType, docker_container_name: string, location: ServiceLocation, diff --git a/public/data/pages.json b/public/data/pages.json index e8f6746..fe75a2f 100644 --- a/public/data/pages.json +++ b/public/data/pages.json @@ -6,8 +6,7 @@ "href": "https://nextcloud.neshweb.net/", "desc": "Self-hosted Cloud Storage Service but longer and hopefully with wrap as well as some extra just to make sure", "warn": "Note: Registration requires approval", - "extLink": "https://qwant.com", - "extName": "Qwant", + "extLink": "https://nextcloud.com/", "type": "docker", "docker_container_name": "nextcloud", "location": "tower-0" @@ -137,7 +136,6 @@ "desc": "Debug Debug Debug", "warn": "Note: Debug", "extLink": "https://qwant.com", - "extName": "Qwant", "type": "docker", "docker_container_name": "matomo-web", "location": "tower-0" @@ -147,7 +145,6 @@ "desc": "Debug Debug Debug", "warn": "Note: Debug", "extLink": "https://qwant.com", - "extName": "Qwant", "type": "docker", "docker_container_name": "Debug", "location": "tower-0"