2018-06-30 01:45:51 +02:00
|
|
|
state_path = "/tmp/freifunkmanager.json"
|
|
|
|
|
2017-05-06 14:37:24 +02:00
|
|
|
webserver_bind = ":8080"
|
2017-05-08 19:13:29 +02:00
|
|
|
webroot = "./webroot"
|
|
|
|
|
2018-06-30 16:20:54 +02:00
|
|
|
secret = "passw0rd"
|
2017-05-06 19:44:37 +02:00
|
|
|
|
2018-06-30 01:45:51 +02:00
|
|
|
ssh_key = "~/.ssh/id_rsa"
|
2017-05-06 19:44:37 +02:00
|
|
|
ssh_interface = "wlp4s0"
|
2018-07-24 15:07:11 +02:00
|
|
|
ssh_ipaddress_suffix = "fe80:"
|
|
|
|
ssh_timeout = "1m"
|
2017-05-06 19:44:37 +02:00
|
|
|
|
2018-07-17 23:11:47 +02:00
|
|
|
# enable receiving
|
|
|
|
yanic_enable = true
|
|
|
|
# yanic_synchronize = "1m"
|
|
|
|
yanic_collect_interval = "1m"
|
|
|
|
|
2017-05-06 19:44:37 +02:00
|
|
|
[yanic]
|
2018-07-17 23:11:47 +02:00
|
|
|
ifname = "wlp4s0"
|
|
|
|
# e.g. to receive data of real yanic
|
|
|
|
# - please also disable `yanic_collect_interval`
|
|
|
|
# ifname = "lo"
|
|
|
|
# ip_address = "::1"
|
|
|
|
# send_no_request = no
|
|
|
|
# port
|