Remove /public/data from git to prevent conflicts with the server
This commit is contained in:
parent
b42340dbda
commit
d4c8ad535f
6 changed files with 57 additions and 274 deletions
config-templates
23
config-templates/pages.json.template
Normal file
23
config-templates/pages.json.template
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue