This commit is contained in:
Moritz Ruth 2024-02-05 00:13:03 +01:00
parent 66c86df2a4
commit 6b4ea3f4ae
Signed by: moritzruth
GPG key ID: C9BBAB79405EE56D
13 changed files with 819 additions and 375 deletions

View file

@ -1,12 +1,18 @@
inactive_button_color = "#000060"
active_button_color = "#eeffff"
label_font_family = "Inter"
buttons = { }
buttons = {}
[initial]
key_page = "default"
knob_page = "default"
[mqtt]
client_id = "deckster_host"
topic_prefix = "deckster"
host = "localhost"
port = 1883
[icon_packs.apps]
path = "icons/apps"
format = "svg"

View file

@ -0,0 +1,22 @@
id = 0
[router]
id = 0
max_connections = 10010
max_outgoing_packet_count = 200
max_segment_size = 104857600
max_segment_count = 10
[v4.1]
name = "v4-1"
listen = "0.0.0.0:1883"
next_connection_delay_ms = 1
[v4.1.connections]
connection_timeout_ms = 60000
max_payload_size = 20480
max_inflight_count = 100
dynamic_filters = true
[console]
listen = "0.0.0.0:3030"