No description
Find a file
2023-03-07 19:22:44 +01:00
.woodpecker initial commit, empty rocket server 2023-02-27 12:25:58 +01:00
crates ezidam: cache for one hour css and js files 2023-03-07 19:22:44 +01:00
logo added settings crate, creating settings on web startup 2023-02-27 16:17:51 +01:00
.dockerignore docker 2023-02-27 16:48:42 +01:00
.gitignore added database_pool crate, for pool handling and migrations 2023-02-27 14:36:48 +01:00
Cargo.lock settings: add base url, WIP flash system 2023-03-07 08:42:23 +01:00
Cargo.toml settings: add base url, WIP flash system 2023-03-07 08:42:23 +01:00
Dockerfile docker 2023-02-27 16:48:42 +01:00
justfile docker 2023-02-27 16:48:42 +01:00
readme.md initial commit, empty rocket server 2023-02-27 12:25:58 +01:00
rust-toolchain.toml initial commit, empty rocket server 2023-02-27 12:25:58 +01:00

ezidam

pronounced as "ez" + "idam"

  • ez: easy
  • idam: identity and access management wikipedia

setup

  1. install rust via rustup
  2. install the nightly toolchain with rustup toolchain install nightly

use the nightly toolchain during development, it can provide better errors