initial commit

This commit is contained in:
Thies Mueller
2026-04-23 18:38:11 +02:00
commit 75537258a7
4 changed files with 332 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"ftp": {
"host": "ftp.example.com",
"user": "username",
"password": "password",
"base_url": "https://photobox.example.com/images/"
},
"printer_name": "DRUCKER",
"photo_path": "./photos/",
"buttons": {
"capture": "1",
"save": "2",
"print": "3"
},
"logo": {
"enabled": true,
"path": "assets/logo.png",
"position": "top_right",
"scale": 0.25,
"margin": 30
},
"camera": {
"last_used": null
}
}