first commit

This commit is contained in:
Joakim Svensson
2026-04-26 17:20:58 +02:00
commit 42ba6feed4
13 changed files with 865 additions and 0 deletions

21
.env.example Normal file
View File

@@ -0,0 +1,21 @@
# --- 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