ezidam/crates/ezidam
2023-03-16 21:38:32 +01:00
..
src ezidam, openid: refactor check app in method, verifying and send POST as well 2023-03-16 21:38:32 +01:00
static added tabler static files, serving them from / 2023-02-28 22:20:10 +01:00
templates ezidam: oauth: authorize for ezidam: fill ezidam app info from database, show app label on template 2023-03-15 22:01:53 +01:00
Cargo.toml apps: sql + get valid one, get by id, insert, generate app id, generate secret 2023-03-15 22:00:04 +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