Added theme, unified href format for pages

This commit is contained in:
Neshura 2022-12-18 00:39:08 +01:00
parent 17f86b4be4
commit a0264a31cb
No known key found for this signature in database
GPG key ID: ACDF5B6EBECF6B0A
2 changed files with 16 additions and 4 deletions

View file

@ -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"
}
}
]
}

View file

@ -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",