Added theme, unified href format for pages
This commit is contained in:
parent
17f86b4be4
commit
a0264a31cb
2 changed files with 16 additions and 4 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue