ezidam/crates/ezidam
2023-07-14 16:40:07 +02:00
..
src email: pass template_dir in config 2023-07-14 16:38:08 +02:00
static tom-select: removed base and complete 2023-04-14 09:30:50 +02:00
templates admin/users/view: always allow force password reset 2023-05-18 17:33:11 +02:00
Cargo.toml permissions: homepage, sql + crate, add/remove/view for user 2023-05-08 17:15:21 +02:00
ezidam.toml Dockerfile: follow unix convention for files, use config from file instead of env 2023-07-14 16:40:07 +02:00
justfile justfile: start web server with in memory database 2023-05-04 22:44:02 +02:00
readme.md initial commit, empty rocket server 2023-02-27 12:25:58 +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