Dateien nach "/" hochladen

This commit is contained in:
Cap
2026-02-26 10:16:14 +01:00
parent 0df2332d35
commit 079740a062
5 changed files with 424 additions and 1 deletions

32
config.json Normal file
View File

@@ -0,0 +1,32 @@
{
"servers": [
{
"label": "DayZ Main Server",
"type": "dayz",
"host": "1.2.3.4",
"port": 2302,
"image": "https://example.com/images/dayz.jpg"
},
{
"label": "Counter Strike 2",
"type": "cs2",
"host": "1.2.3.4",
"port": 27015,
"image": "https://example.com/images/cs2.jpg"
},
{
"label": "Rust Server",
"type": "rust",
"host": "1.2.3.4",
"port": 28015,
"image": "https://example.com/images/rust.jpg"
},
{
"label": "ARK Server",
"type": "arkse",
"host": "1.2.3.4",
"port": 7777,
"image": "https://example.com/images/ark.jpg"
}
]
}