Minimal and fast Docker Registry
Go to file
SeanOMik f70e04c52d
Create a middleware that requires auth
2023-04-28 14:55:05 -04:00
docs update todo.md 2023-04-25 15:55:36 -04:00
src Create a middleware that requires auth 2023-04-28 14:55:05 -04:00
.gitignore Create config using figment 2023-04-25 21:50:34 -04:00
Cargo.lock Generate token for auth, kind of hacky currently 2023-04-28 12:28:37 -04:00
Cargo.toml Generate token for auth, kind of hacky currently 2023-04-28 12:28:37 -04:00
LICENSE First commit 2023-04-17 19:37:18 -04:00
README.md First commit 2023-04-17 19:37:18 -04:00
config-example.toml Create config using figment 2023-04-25 21:50:34 -04:00
rust-toolchain.toml Dont store blobs in database, create StorageProvider 2023-04-18 18:59:26 -04:00
shell.nix First commit 2023-04-17 19:37:18 -04:00

README.md

Docker registry

Docker registry written in Rust.

This follows the docker registry spec.