diff --git a/public/data/themes.json b/public/data/themes.json index 146375c..2d2c150 100644 --- a/public/data/themes.json +++ b/public/data/themes.json @@ -47,6 +47,18 @@ "loading": "#ff5300", "offline": "#ff0000" } + }, + { + "themeName": "Custom Theme 3", + "themeId": 4, + "colors": { + "background": "#000000", + "primary": "#00ffaa", + "secondary": "#aa00ff", + "online": "#00ff00", + "loading": "#ff5300", + "offline": "#ff0000" + } } ] } \ No newline at end of file diff --git a/public/pages.json b/public/pages.json index b97f0da..f7378c9 100644 --- a/public/pages.json +++ b/public/pages.json @@ -3,7 +3,7 @@ { "name": "Nextcloud", "icon": "/icons/nextcloud-logo.svg", - "href": "https://nextcloud.neshweb.net", + "href": "https://nextcloud.neshweb.net/", "desc": "Self-hosted Cloud Storage Service", "warn": "Note: Registration requires approval", "type": "docker", @@ -13,7 +13,7 @@ { "name": "Komga", "icon": "/icons/komga-logo.png", - "href": "https://komga.neshweb.net", + "href": "https://komga.neshweb.net/", "desc": "Self-hosted Comic Library", "warn": "Note: Registration only via Admin", "type": "docker", @@ -32,7 +32,7 @@ { "name": "PeerTube", "icon": "/icons/peertube-logo.svg", - "href": "https://tube.neshweb.net", + "href": "https://tube.neshweb.net/", "desc": "Self-hosted PeerTube Instance", "warn": "Note: Registration only via Admin", "type": "docker", @@ -42,7 +42,7 @@ { "name": "Mastodon", "icon": "/icons/mastodon-logo.svg", - "href": "https://mastodon.neshweb.net", + "href": "https://mastodon.neshweb.net/", "desc": "Self-hosted Mastodon Instance", "warn": "Note: Registration requires approval", "type": "docker",