2021-02-06 16:38:03 +01:00
|
|
|
[core]
|
|
|
|
|
data_directory = /var/lib/openwebrx
|
2021-02-06 21:55:47 +01:00
|
|
|
temporary_directory = /tmp
|
2022-11-29 20:23:39 +01:00
|
|
|
log_level = INFO
|
2021-02-06 16:38:03 +01:00
|
|
|
|
|
|
|
|
[web]
|
|
|
|
|
port = 8073
|
2023-03-17 20:18:19 +01:00
|
|
|
ipv6 = true
|
2024-01-18 00:59:43 +01:00
|
|
|
# Uncomment bind_address to bind OpenWebRX to a specific IP-address.
|
|
|
|
|
# By default, OpenWebRX will bind to all interfaces.
|
|
|
|
|
# Use ::1 for localhost only, or any other configured address to bind to that address only.
|
|
|
|
|
#bind_address = ::1
|
2021-02-07 00:21:57 +01:00
|
|
|
|
|
|
|
|
[aprs]
|
|
|
|
|
# path to the aprs symbols repository (get it here: https://github.com/hessu/aprs-symbols)
|
|
|
|
|
symbols_path = /usr/share/aprs-symbols/png
|