ezidam/crates/ezidam
2023-03-12 14:19:03 +01:00
..
src ezidam: tests: openid configuration 2023-03-12 14:19:03 +01:00
static added tabler static files, serving them from / 2023-02-28 22:20:10 +01:00
templates auth: wip: sign in page and form, need to finish 2023-03-11 00:38:13 +01:00
Cargo.toml ezidam: added openid configration, well known route 2023-03-12 14:08:39 +01:00
justfile initial commit, empty rocket server 2023-02-27 12:25:58 +01:00
readme.md initial commit, empty rocket server 2023-02-27 12:25:58 +01:00
Rocket.toml added database_pool crate, for pool handling and migrations 2023-02-27 14:36:48 +01:00

ezidam

web server for ezidam

initial setup

tools

  • just start to start the web server in debug mode
  • just dev to restart the web server when files are edited

documentation

head over to rocket.rs to read rocket's documentation

configuration

to configure the web server, see Rocket.toml and the reference