Skip to content

A artifact repo written in rust ! (still in develop)

Notifications You must be signed in to change notification settings

jiajun-c/rstore

Repository files navigation

Rstore

A Rust-based artifact repository (still in development)

usage name
http frame axum
orm disel
s3 aws-sdk-s3
log log4rs
config config-rs
http client reqwest

Target

Provide support for java(maven), golang(goproxy), nodejs(npm)

usage

Maven

Add the private repository setting in the pom.xml file

A example

        <repository>
            <id>hust</id>
            <name>hust</name>
<!--            <url>http:https://211.67.25.90:8082/repository/maven-snapshots/</url>-->
            <url>http:https://127.0.0.1:3000/packages/maven/</url>
            <snapshots>
                <enabled>true</enabled>
                <updatePolicy>always</updatePolicy>
            </snapshots>
        </repository>

Maven deploy

image.png

config

The config file is in the rstore.toml, it should be able to be specified.

About

A artifact repo written in rust ! (still in develop)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published