diff options
| author | St33v <github@f3rr3t.com> | 2026-06-10 13:30:38 +1000 |
|---|---|---|
| committer | St33v <github@f3rr3t.com> | 2026-06-10 13:30:38 +1000 |
| commit | ba84faaf144cd15af3aba2650c043467fe31ee06 (patch) | |
| tree | c971106c31db0c8e07a32dd6307d4a771a1f547f /systemd | |
| parent | 5eff385770b3a7ddcfb9fcf4349be28013251a75 (diff) | |
Add Canberra and Cairns radars; cross-page nav
Two new product codes: IDR403 (Canberra) and IDR193 (Cairns).
radar.service / radar-retry.service gain two more ExecStart= lines.
Per-radar pages: nav strip at top with all four radars + a Synoptic
button linking to pestrel.com; current page is highlighted. Layout
switched to column flex (nav on top, image fills below) and the
image now uses `width: 100%; max-width: 512px` so it fills phone
viewports without upscaling beyond the BOM-native 512px on desktop.
Synoptic page (index.html): "Radars" button fixed to the left edge
at top 16.6%, linking to https://radar.pestrel.com/.
Landing page (radar.pestrel.com/): rebalanced for four radars plus
a dashed-border Synoptic button.
nginx/radar.pestrel.com.conf: pulled in the certbot-managed TLS
block so a fresh setup matches production state.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Diffstat (limited to 'systemd')
| -rw-r--r-- | systemd/radar-retry.service | 2 | ||||
| -rw-r--r-- | systemd/radar.service | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/systemd/radar-retry.service b/systemd/radar-retry.service index 0a439fa..eb29938 100644 --- a/systemd/radar-retry.service +++ b/systemd/radar-retry.service @@ -7,6 +7,8 @@ User=st33v WorkingDirectory=/var/lib/radar ExecStart=-/opt/radar/radarFetch.sh IDR713 ExecStart=-/opt/radar/radarFetch.sh IDR663 +ExecStart=-/opt/radar/radarFetch.sh IDR403 +ExecStart=-/opt/radar/radarFetch.sh IDR193 ExecStopPost=/bin/sh -c 'STATUS=SUCCESS; [ "$$EXIT_STATUS" != "0" ] && STATUS=FAILURE; logger -t radar-retry -p user.err "radar-retry $$STATUS exit=$$EXIT_STATUS"' SyslogIdentifier=radar-retry StandardOutput=journal diff --git a/systemd/radar.service b/systemd/radar.service index 6995637..92852a3 100644 --- a/systemd/radar.service +++ b/systemd/radar.service @@ -9,6 +9,8 @@ WorkingDirectory=/var/lib/radar # `-` prefix: one radar's failure does not skip the next ExecStart=-/opt/radar/radarFetch.sh IDR713 ExecStart=-/opt/radar/radarFetch.sh IDR663 +ExecStart=-/opt/radar/radarFetch.sh IDR403 +ExecStart=-/opt/radar/radarFetch.sh IDR193 ExecStopPost=/bin/sh -c 'STATUS=SUCCESS; [ "$$EXIT_STATUS" != "0" ] && STATUS=FAILURE; logger -t radar -p user.err "radar $$STATUS exit=$$EXIT_STATUS"' SyslogIdentifier=radar StandardOutput=journal |
