Smart IP camera stream finder. Tests 102K+ URL patterns in 30 seconds. Supports 67K camera models. Generates ready Frigate/go2rtc configs.
Find a file
eduard256 27117900eb Rewrite Strix from scratch as single binary
Complete architecture rewrite following go2rtc patterns:
- pkg/ for pure logic (camdb, tester, probe, generate)
- internal/ for application glue with Init() modules
- Single HTTP server on :4567 with all endpoints
- zerolog with password masking and memory ring buffer
- Environment-based config only (no YAML files)

API endpoints: /api/search, /api/streams, /api/test,
/api/probe, /api/generate, /api/health, /api/log

Dependencies: go2rtc v1.9.14, go-sqlite3, miekg/dns, zerolog
2026-03-25 10:38:46 +00:00
.claude/skills Remove CI/CD, unify Docker image for Docker Hub and HA add-on 2026-03-17 07:23:04 +00:00
internal Rewrite Strix from scratch as single binary 2026-03-25 10:38:46 +00:00
pkg Rewrite Strix from scratch as single binary 2026-03-25 10:38:46 +00:00
.gitignore Rewrite Strix from scratch as single binary 2026-03-25 10:38:46 +00:00
go.mod Rewrite Strix from scratch as single binary 2026-03-25 10:38:46 +00:00
go.sum Rewrite Strix from scratch as single binary 2026-03-25 10:38:46 +00:00
main.go Rewrite Strix from scratch as single binary 2026-03-25 10:38:46 +00:00