mirror of
https://github.com/0x1d/rcond.git
synced 2025-12-15 18:48:19 +01:00
feat: basic configuration UI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user