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:
@@ -0,0 +1,8 @@
|
|||||||
|
# Secret backups — never commit
|
||||||
|
.backup-before-sanitize-20260723/
|
||||||
|
|
||||||
|
# Environment files
|
||||||
|
.env
|
||||||
|
.env.*
|
||||||
|
*.key
|
||||||
|
*.pem
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
# Forefront Broadband Map — ZIP 75154/75146 Broadband Availability
|
# 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
|
## Concept
|
||||||
|
|
||||||
@@ -149,15 +149,27 @@ User browser
|
|||||||
|
|
||||||
## MVP roadmap
|
## MVP roadmap
|
||||||
|
|
||||||
1. Validate FCC/BDC data access for ZIPs 75154 and 75146.
|
1. ✅ Validate FCC/BDC data access for ZIPs 75154 and 75146.
|
||||||
2. Pull ZIP boundaries and base GIS layers for 75154 and 75146.
|
2. ✅ Build address search and map prototype.
|
||||||
3. Filter FCC/BDC data to the requested providers and mark speeds over 300 Mbps as qualifying.
|
3. ⬜ Pull ZIP boundaries and base GIS layers for 75154 and 75146.
|
||||||
4. Build address search and map prototype.
|
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.
|
5. ✅ Add provider/source/confidence result cards with under-300 Mbps services grayed out.
|
||||||
6. Deploy temporary internal prototype under Ops.
|
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`.
|
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.
|
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.
|
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
|
## Validation addresses
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user