No description
Find a file
2023-11-17 01:16:26 +01:00
.gitea/workflows ci: binary: pass extra tls certs for aritfact upload 2023-07-15 18:09:47 +02:00
.woodpecker ci: update job name, speed up sqlx compile time queries 2023-03-25 13:15:26 +01:00
crates clippy 2023-11-15 21:11:49 +01: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 nix: build, clippy, docker image WIP 2023-11-17 01:16:26 +01:00
Cargo.lock sqlx v0.7.x 2023-11-15 20:10:40 +01:00
Cargo.toml temporary patch to rocket_cors until new release 2023-11-15 20:11:27 +01:00
Dockerfile Dockerfile: follow unix convention for files, use config from file instead of env 2023-07-14 16:40:07 +02:00
flake.lock nix: build, clippy, docker image WIP 2023-11-17 01:16:26 +01:00
flake.nix nix: build, clippy, docker image WIP 2023-11-17 01:16:26 +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

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