Skip to main content

Crate fbi_proxy

Crate fbi_proxy 

Source
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 --tls mode (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.