DEVELOPMENT ENVIRONMENT

~liljamo/felu-ng

ref: 19b891163d1a18c6947fb3353fcfb04bfc0f9319 felu-ng/felu-mgmt/README.md -rw-r--r-- 517 bytes
19b89116Jonni Liljamo docs: split docs to crate READMEs and more planning a day ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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