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
This commit is contained in:
root
2026-07-23 12:03:10 -04:00
parent b9dfed9eb2
commit e44bba1826
2 changed files with 30 additions and 10 deletions
+8
View File
@@ -0,0 +1,8 @@
# Secret backups — never commit
.backup-before-sanitize-20260723/
# Environment files
.env
.env.*
*.key
*.pem
+22 -10
View File
@@ -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