moved server to own folder

This commit is contained in:
Untriex Programming
2021-03-17 08:12:52 +01:00
parent f53ed7653f
commit deaf217370
13 changed files with 126 additions and 1 deletions

22
server/filesystem.json Normal file
View File

@@ -0,0 +1,22 @@
{
"ID": 0,
"location": "izba",
"descrpition": {
"title": "legionrpi",
"description_s": "krátky popis, ktorý bude zobrazený iba v náhladovom okne",
"description_l": "dlhší popis zariadenia, ktorý bude zobrazený po otvorení",
"photo_s": "mala_fotka.png",
"photo_b": "velka fotka.png"
},
"files": [
{
"name": "test",
"format": ".jpg",
"description": "toto je jpg test file"
}, {
"name": "test2",
"format": ".txt",
"description": "toto je txt test file"
}
]
}