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",
|
"loading": "#ff5300",
|
||||||
"offline": "#ff0000"
|
"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",
|
"name": "Nextcloud",
|
||||||
"icon": "/icons/nextcloud-logo.svg",
|
"icon": "/icons/nextcloud-logo.svg",
|
||||||
"href": "https://nextcloud.neshweb.net",
|
"href": "https://nextcloud.neshweb.net/",
|
||||||
"desc": "Self-hosted Cloud Storage Service",
|
"desc": "Self-hosted Cloud Storage Service",
|
||||||
"warn": "Note: Registration requires approval",
|
"warn": "Note: Registration requires approval",
|
||||||
"type": "docker",
|
"type": "docker",
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
{
|
{
|
||||||
"name": "Komga",
|
"name": "Komga",
|
||||||
"icon": "/icons/komga-logo.png",
|
"icon": "/icons/komga-logo.png",
|
||||||
"href": "https://komga.neshweb.net",
|
"href": "https://komga.neshweb.net/",
|
||||||
"desc": "Self-hosted Comic Library",
|
"desc": "Self-hosted Comic Library",
|
||||||
"warn": "Note: Registration only via Admin",
|
"warn": "Note: Registration only via Admin",
|
||||||
"type": "docker",
|
"type": "docker",
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
{
|
{
|
||||||
"name": "PeerTube",
|
"name": "PeerTube",
|
||||||
"icon": "/icons/peertube-logo.svg",
|
"icon": "/icons/peertube-logo.svg",
|
||||||
"href": "https://tube.neshweb.net",
|
"href": "https://tube.neshweb.net/",
|
||||||
"desc": "Self-hosted PeerTube Instance",
|
"desc": "Self-hosted PeerTube Instance",
|
||||||
"warn": "Note: Registration only via Admin",
|
"warn": "Note: Registration only via Admin",
|
||||||
"type": "docker",
|
"type": "docker",
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
{
|
{
|
||||||
"name": "Mastodon",
|
"name": "Mastodon",
|
||||||
"icon": "/icons/mastodon-logo.svg",
|
"icon": "/icons/mastodon-logo.svg",
|
||||||
"href": "https://mastodon.neshweb.net",
|
"href": "https://mastodon.neshweb.net/",
|
||||||
"desc": "Self-hosted Mastodon Instance",
|
"desc": "Self-hosted Mastodon Instance",
|
||||||
"warn": "Note: Registration requires approval",
|
"warn": "Note: Registration requires approval",
|
||||||
"type": "docker",
|
"type": "docker",
|
||||||
|
|
Loading…
Reference in a new issue