b446b12a9fd1c673e6321df7d4997b7f5676b730
All checks were successful
Rust Build / Check (pull_request) Successful in 2h14m7s
Rust Build / Test Suite (pull_request) Successful in 6m18s
Rust Build / Rustfmt (pull_request) Successful in 36s
Rust Build / Clippy (pull_request) Successful in 2m24s
Rust Build / build (pull_request) Successful in 3m49s
A auth web API services for the Icarus project.
Getting Started
The easiest way to get started is through docker. This assumes that docker is already installed
on your system. Copy the .env.docker.sample as .env. Most of the data in the env file doesn't
need to be modified. The SECRET_KEY variable should be changed since it will be used for token
generation. The SECRET_PASSPHASE should also be changed when in production mode, but make sure
the respective passphrase database table record exists.
Build image
docker compose build
Start images
docker compose up -d --force-recreate
Bring it down
docker compose down -v
Pruning
docker system prune -a
To view the OpenAPI spec, run the project and access /swagger-ui. If running through docker,
the url would be something like http://localhost:8000/swagger-ui.
Description
Releases
56
Languages
Rust
95.1%
Dockerfile
4.9%