Expand description
Library entry point for fbi-proxy.
Exposes internal modules so they can be unit-tested via
cargo test --lib and reused by the binary in rs/fbi-proxy.rs.
Modules§
- metrics
- Simple Prometheus-text metrics for fbi-proxy.
- routes
- Rule-based routing engine for fbi-proxy.
- tls
- Self-signed TLS support for
--tlsmode (Phase 1: no system trust install). Generates a self-signed certificate for the configured domain (with*.<domain>SAN) and persists it under~/.config/fbi-proxy/certs/so the same fingerprint survives restarts — browsers can “remember the exception” once.