feat: basic configuration UI

This commit is contained in:
2025-05-28 07:13:38 +02:00
parent b5b7d08f9f
commit d16db82cab
8 changed files with 765 additions and 12 deletions

View File

@@ -4,6 +4,18 @@ rcond:
# API token to use for authentication
api_token: 1234567890
wifi:
ap:
ssid: "rcond-ap"
password: "rcond-ap-password"
encryption: "WPA2"
interface: "wlan0"
sta:
ssid: "rcond-sta"
password: "rcond-sta-password"
encryption: "WPA2"
interface: "wlan1"
cluster:
# Enable the cluster agent
enabled: true