Delete config templates
This commit is contained in:
parent
668a5ce6e7
commit
ec6625ace3
3 changed files with 0 additions and 74 deletions
|
@ -1,20 +0,0 @@
|
||||||
{
|
|
||||||
"links": [
|
|
||||||
{
|
|
||||||
"name": "Home",
|
|
||||||
"href": "/"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "About",
|
|
||||||
"href": "/about"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Servers",
|
|
||||||
"href": "/servers"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Services",
|
|
||||||
"href": "/services"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -1,23 +0,0 @@
|
||||||
{
|
|
||||||
"services": [
|
|
||||||
{
|
|
||||||
"name": "Example",
|
|
||||||
"icon": "/icons/example1-logo.svg",
|
|
||||||
"href": "https://example.domain.com/",
|
|
||||||
"desc": "Example Description",
|
|
||||||
"warn": "Customizable Note",
|
|
||||||
"extLink": "https://external.com/",
|
|
||||||
"type": "docker",
|
|
||||||
"docker_container_name": "example",
|
|
||||||
"location": "location"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"games": {
|
|
||||||
"server": {
|
|
||||||
"name": "Server Name",
|
|
||||||
"icon": "/icons/server-logo.png",
|
|
||||||
"href": "https://server.domain.com/",
|
|
||||||
"desc": "Description Content"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,31 +0,0 @@
|
||||||
{
|
|
||||||
"themes": [
|
|
||||||
{
|
|
||||||
"themeName": "Example",
|
|
||||||
"themeId": 0,
|
|
||||||
"colors": {
|
|
||||||
"background": "#ffffff",
|
|
||||||
"primary": "#00AAFF",
|
|
||||||
"secondary": "#FF5500",
|
|
||||||
"online": "#2BFF00",
|
|
||||||
"loading": "#D400FF",
|
|
||||||
"offline": "#FF002B"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"themeName": "Example 2",
|
|
||||||
"themeId": 1,
|
|
||||||
"backgroundImage": "imageurl",
|
|
||||||
"colors": {
|
|
||||||
"background": "#0000",
|
|
||||||
"backgroundAlt": "#0000",
|
|
||||||
"primary": "#ccc",
|
|
||||||
"secondary": "#00C7C7",
|
|
||||||
"text": "#000",
|
|
||||||
"online": "#00ff00",
|
|
||||||
"loading": "#0063C7",
|
|
||||||
"offline": "#ff0000"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in a new issue