Crates.io | ktra |
lib.rs | ktra |
version | 0.7.0 |
source | src |
created_at | 2020-10-22 16:13:42.017129 |
updated_at | 2022-12-31 21:25:52.946122 |
description | Your Little Cargo Registry |
homepage | |
repository | https://github.com/moriturus/ktra |
max_upload_size | |
id | 304364 |
size | 273,614 |
Your Little Cargo Registry.
Ktra
is an implementation of the Alternate Registry that is introduced for non-public crates in Rust/Cargo 1.34.
In other words, Ktra
is an all-in-one package for the private cargo registry.
docker pull ghcr.io/moriturus/ktra:latest
All of the docker images are stored at GitHub Container Registry.
These are public images so you can pull them without any authentication.
Any commit on develop
branch builds images listed below:
latest
db-sled
featured image.openid-latest
db-sled
featured image.openid
support for authenticationdb-redis-latest
db-redis
featured image.db-redis-openid-latest
db-redis
featured image.openid
support for authenticationdb-mongo-latest
db-mongo
featured image.db-mongo-openid-latest
db-mongo
featured image.
openid
support for authentication
Similarly, images below are built automatically when tags are pushed:
{VERSION}
(e.g. 0.4.3
)
db-sled
featured image.openid-{VERSION}
db-sled
featured image.openid
support for authenticationdb-redis-{VERSION}
db-redis
featured image.db-redis-openid-{VERSION}
db-redis
featured image.openid
support for authenticationdb-mongo-{VERSION}
db-mongo
featured image.db-mongo-openid-{VERSION}
db-mongo
featured image.openid
support for authenticationPlease see "Installation: Docker" page in The Ktra Book for more details.
db-sled
feature turned on by default.db-redis
feature.db-mongo
feature.crates-io-mirroring
feature turned on by default.And any feature requests are welcome!
Licensed under either of Apache License, Version 2.0 or MIT license at your option.