No description
Find a file
2023-08-09 23:33:01 +02: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 translated user settings: personal 2023-08-09 23:33:01 +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 ci: added gitea actions 2023-07-09 19:02:23 +02:00
Cargo.toml Cargo.toml: set workspace resolver to "2" 2023-06-02 20:36:07 +02:00
Dockerfile Dockerfile: follow unix convention for files, use config from file instead of env 2023-07-14 16:40:07 +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

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