ezidam/crates/ezidam
2023-05-03 21:47:57 +02:00
..
src users: set archive status, totp_login_request: use all for user 2023-05-03 21:47:57 +02:00
static tom-select: removed base and complete 2023-04-14 09:30:50 +02:00
templates totp: generate backup code, attempt to use backup code when checking totp, delete backup after successful use 2023-05-01 16:31:58 +02:00
Cargo.toml totp: new crate, sql migration + queries, enable totp page, save secret in database 2023-04-25 23:37:24 +02: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 forgot password: send emails 2023-04-22 01:27:24 +02: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