22 lines
513 B
Plaintext
22 lines
513 B
Plaintext
# --- DMZ (docker-compose) ---
|
|
|
|
STATION_CALL=SA6ANW-1
|
|
DB_PASSWORD=changeme
|
|
|
|
# Generate with: python3 -c "import secrets; print(secrets.token_hex(32))"
|
|
API_KEY=replace-with-random-secret
|
|
|
|
# APRS-IS receive-only (-1) is fine for data collection
|
|
APRS_IS_PASSCODE=-1
|
|
|
|
# 200 km radius around JO68II / Bor??s
|
|
APRS_IS_FILTER=r/58.35/14.05/200
|
|
|
|
LOG_LEVEL=INFO
|
|
|
|
|
|
# --- Shack (agw-forwarder) ??? copy relevant vars to shack machine ---
|
|
# COLLECTOR_URL=http://<dmz-ip>:8080
|
|
# API_KEY=<same as above>
|
|
# STATION_CALL=SA6ANW-1
|