No description
Find a file
2023-07-09 17:10:31 +02:00
.woodpecker ci: update job name, speed up sqlx compile time queries 2023-03-25 13:15:26 +01:00
crates config: function to extract config, using ezidam.toml to store ip address + folder of static assets 2023-06-29 18:40:45 +02:00
documentation doc: whitespace 2023-07-09 17:10:31 +02:00
logo updated logo, added favicon (thanks Remi!) 2023-03-31 17:08:40 +02: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 permissions: homepage, sql + crate, add/remove/view for user 2023-05-08 17:15:21 +02:00
Cargo.toml Cargo.toml: set workspace resolver to "2" 2023-06-02 20:36:07 +02:00
Dockerfile forgot password: send emails 2023-04-22 01:27:24 +02: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