Fetch solar conditions from HamQSL #92

This commit is contained in:
Ian Renton
2026-03-28 10:04:29 +00:00
parent ce99bbc6cf
commit 1173af6a9d
20 changed files with 526 additions and 29 deletions

View File

@@ -128,7 +128,6 @@ spot-providers:
sig: "TOTA"
locations-csv: "datafiles/39c3-tota.csv"
# Alert providers to use. Same setup as the spot providers list above.
alert-providers:
-
@@ -160,6 +159,15 @@ alert-providers:
name: "NG3K"
enabled: true
# Solar condition providers to use. These poll external APIs for solar propagation data (SFI, A/K indices, band
# conditions, etc.) and make it available via the /api/v1/solar endpoint.
solar-condition-providers:
-
class: "HamQSL"
name: "HamQSL"
enabled: true
# Port to open the local web server on
web-server-port: 8080