This commit is contained in:
Dominic Grimm 2025-06-19 16:55:59 +02:00
commit 184645ba63
Signed by: dergrimm
SSH key fingerprint: SHA256:0uoWpcqOtkyvQ+ZqBjNYiDqIZY+9s8VeZkkJ/4ryB4E
73 changed files with 4983 additions and 0 deletions

19
config/server.json Normal file
View file

@ -0,0 +1,19 @@
{
"channels": [
{
"id": 1,
"name": "test-channel",
"display": {
"width": 800,
"height": 600,
"orientation": "landscape_left"
}
}
],
"clients": [
{
"name": "test-kindle",
"channel_id": 1
}
]
}