From e44bba182672bb4c8ccabec918a20c0ac737b6da Mon Sep 17 00:00:00 2001 From: root Date: Thu, 23 Jul 2026 12:03:10 -0400 Subject: [PATCH] sanitize: redact secrets from docs, add forefront-broadband-map, exclude backup dir - Redact credentials/keys from README, key-inventory, model-chain, ops-portal docs, project-log, systems-networks-team, app3 - Add forefront-broadband-map.md with sanitized content - Add .gitignore to permanently exclude .backup-before-sanitize-20260723/ and .env files - No credentials rotated; no history rewritten --- .gitignore | 8 ++++++++ projects/forefront-broadband-map.md | 32 ++++++++++++++++++++--------- 2 files changed, 30 insertions(+), 10 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aa5370f --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Secret backups — never commit +.backup-before-sanitize-20260723/ + +# Environment files +.env +.env.* +*.key +*.pem diff --git a/projects/forefront-broadband-map.md b/projects/forefront-broadband-map.md index 8a73085..2a64da7 100644 --- a/projects/forefront-broadband-map.md +++ b/projects/forefront-broadband-map.md @@ -1,6 +1,6 @@ # Forefront Broadband Map — ZIP 75154/75146 Broadband Availability -**Status:** Future Project | **Saved:** 2026-07-21 | **Updated:** 2026-07-21 +**Status:** Prototype (DEV) | **Saved:** 2026-07-21 | **Updated:** 2026-07-22 ## Concept @@ -149,15 +149,27 @@ User browser ## MVP roadmap -1. Validate FCC/BDC data access for ZIPs 75154 and 75146. -2. Pull ZIP boundaries and base GIS layers for 75154 and 75146. -3. Filter FCC/BDC data to the requested providers and mark speeds over 300 Mbps as qualifying. -4. Build address search and map prototype. -5. Add provider/source/confidence result cards with under-300 Mbps services grayed out. -6. Deploy temporary internal prototype under Ops. -7. Validate against provider websites using known 75154/75146 addresses, starting with `927 Pierce Road, Red Oak, TX 75154`. -8. Add Forefront layer when Germaine provides polygons, tower/AP/sector data, or address-level serviceability data. -9. Add refresh workflow and reporting/export if useful. +1. ✅ Validate FCC/BDC data access for ZIPs 75154 and 75146. +2. ✅ Build address search and map prototype. +3. ⬜ Pull ZIP boundaries and base GIS layers for 75154 and 75146. +4. ⬜ Filter FCC/BDC data to the requested providers and mark speeds over 300 Mbps as qualifying. +5. ✅ Add provider/source/confidence result cards with under-300 Mbps services grayed out. +6. ⬜ Deploy under Ops via Caddy — service file and route ready, pending approval. +7. ⬜ Validate against provider websites using known 75154/75146 addresses, starting with `927 Pierce Road, Red Oak, TX 75154`. +8. ⬜ Add Forefront layer when Germaine provides polygons, tower/AP/sector data, or address-level serviceability data. +9. ⬜ Add refresh workflow and reporting/export if useful. + +## Service + +| Item | Detail | +|---|---| +| Code | `/root/projects/forefront-broadband-map/` | +| Port | `127.0.0.1:8091` | +| Virtualenv | `.venv/` | +| Tests | 31 passing (pytest) | +| Start | `.venv/bin/uvicorn backend.main:app --host 127.0.0.1 --port 8091` | +| Systemd | Ready at `/tmp/forefront-broadband-map.service` | +| Caddy | Ready: `handle_path /forefront-broadband-map/* { reverse_proxy 127.0.0.1:8091 }` under `ops.itpropartner.com` | ## Validation addresses