# felu-mgmt
UI for management.
Leptos, not sure about SSR or CSR yet, CSR might be easier.
Local accounts to begin with, SSO via OIDC *maybe*.
Connects to configured felu-ns servers. Health checked connections and retry
connections if dropped.
* [Leptos](https://github.com/leptos-rs/leptos) for UI
* [axum](https://github.com/tokio-rs/axum) as web framework
* [tower-sessions](https://github.com/maxcountryman/tower-sessions) as session store for axum
* [sqlx](https://github.com/launchbadge/sqlx) for PostgreSQL