rscale 0.1.0

Self-hosted Rust control plane for operating a single tailnet with Tailscale clients
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod postgres;
mod protocol;

pub use postgres::{
    CreateAuthKeyInput, CreateNodeInput, CreateRouteInput, PostgresStore, RegisterNodeInput,
    UpdateNodeInput,
};
pub use protocol::{
    ControlNodeRecord, PendingOidcAuthRequest, PendingSshAuthRequest, SshAuthRequestStatus,
};