ezidam/crates/ezidam
2023-04-14 09:29:23 +02:00
..
src removed identicon avatars 2023-04-14 09:22:03 +02:00
static js: keep only min.js files 2023-04-14 09:29:23 +02:00
templates added avatar logo, based off name/username 2023-04-14 09:21:46 +02:00
Cargo.toml removed identicon avatars 2023-04-14 09:22:03 +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 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