diff --git a/config-example.yml b/config-example.yml index 0ec7d34..aff2ef7 100644 --- a/config-example.yml +++ b/config-example.yml @@ -121,12 +121,20 @@ spot-providers: class: "XOTA" name: "39C3 TOTA" enabled: false - url: "wss://dev.39c3.totawatch.de/api/spot/live" + url: "wss://39c3.totawatch.de/api/spot/live" # Fixed SIG for all spots from a provider & location CSV are currently only a feature for the "XOTA" provider, # the software found at https://github.com/nischu/xOTA/. This is because this is a generic backend for xOTA # programmes and so different URLs provide different programmes. sig: "TOTA" locations-csv: "datafiles/39c3-tota.csv" + - + class: "XOTA" + name: "EH23 TOTA" + enabled: true + url: "wss://eh23.totawatch.de/api/spot/live" + sig: "TOTA" + locations-csv: "datafiles/eh23-tota.csv" + # Alert providers to use. Same setup as the spot providers list above. alert-providers: diff --git a/datafiles/eh23-tota.csv b/datafiles/eh23-tota.csv new file mode 100644 index 0000000..8a50df8 --- /dev/null +++ b/datafiles/eh23-tota.csv @@ -0,0 +1,13 @@ +ref,lat,lon +T-01,50.3636495,7.5584857 +T-02,50.3636495,7.5584857 +T-03,50.3636495,7.5584857 +T-11,50.3636495,7.5584857 +T-13,50.3636495,7.5584857 +T-14,50.3636495,7.5584857 +T-21,50.3636495,7.5584857 +T-31,50.3636495,7.5584857 +T-33,50.3636495,7.5584857 +T-34,50.3636495,7.5584857 +T-41,50.3636495,7.5584857 +T-51,50.3636495,7.5584857 \ No newline at end of file diff --git a/templates/about.html b/templates/about.html index 0c57d1a..cd48da2 100644 --- a/templates/about.html +++ b/templates/about.html @@ -67,7 +67,7 @@

This software is dedicated to the memory of Tom G1PJB, SK, a friend and colleague who sadly passed away around the time I started writing it in Autumn 2025. I was looking forward to showing it to you when it was done.

- + {% end %} \ No newline at end of file diff --git a/templates/add_spot.html b/templates/add_spot.html index dd016b2..56fba33 100644 --- a/templates/add_spot.html +++ b/templates/add_spot.html @@ -69,8 +69,8 @@ - - + + {% end %} \ No newline at end of file diff --git a/templates/alerts.html b/templates/alerts.html index 0380263..829bf42 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -56,8 +56,8 @@ - - + + {% end %} \ No newline at end of file diff --git a/templates/bands.html b/templates/bands.html index 8509469..0062384 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -62,9 +62,9 @@ - - - + + + {% end %} \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index 8d3a288..cf7d266 100644 --- a/templates/base.html +++ b/templates/base.html @@ -46,10 +46,10 @@ crossorigin="anonymous"> - - - - + + + + diff --git a/templates/conditions.html b/templates/conditions.html index 6ce33b0..f2e172c 100644 --- a/templates/conditions.html +++ b/templates/conditions.html @@ -189,8 +189,8 @@ - - + + {% end %} \ No newline at end of file diff --git a/templates/map.html b/templates/map.html index bb27a3b..0fc23f1 100644 --- a/templates/map.html +++ b/templates/map.html @@ -70,9 +70,9 @@ - - - + + + {% end %} \ No newline at end of file diff --git a/templates/spots.html b/templates/spots.html index f044061..7cc7755 100644 --- a/templates/spots.html +++ b/templates/spots.html @@ -87,9 +87,9 @@ - - - + + + {% end %} \ No newline at end of file diff --git a/templates/status.html b/templates/status.html index b7b938f..83fc03f 100644 --- a/templates/status.html +++ b/templates/status.html @@ -59,8 +59,8 @@ - - + +