dzikoysk / reposilite

Lightweight and easy-to-use repository management software dedicated for the Maven based artifacts in the JVM ecosystem 📦

Home Page:https://reposilite.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reposilite


Lightweight and easy-to-use repository manager for Maven based artifacts in JVM ecosystem. This is simple, extensible and scalable self-hosted solution to replace managers like Nexus, Archiva or Artifactory, with reduced resources consumption.


Preview

Installation

To run Reposilite for your personal needs you should assign around 20MB of RAM and at least Java 11+ installed.
For huge public repositories you can adjust memory limit and even size of used thread pools in the configuration.

# Launching a standalone JAR file
$ java -Xmx32M -jar reposilite-3.5.10.jar

# Using the official Docker image
$ docker pull dzikoysk/reposilite:3.5.10

# Using the official Helm chart
$ helm repo add reposilite https://helm.reposilite.com/
$ helm repo update
$ helm install reposilite/reposilite

Visit official guide to read more about extra parameters and configuration details.

Publications

Reposilite 3.x:

Reposilite 2.x:

Supporters

Thanks to all contributors and people that decided to support my work financially ❤️

Active GitHub Sponsors milkyway0308, andrm, rdehuyss, joshuasing, insertt, GotoFinal, mcebular, Koressi, tipsy, Kamilkime, that-apex, TheFruxz, SirEndii, FlawCra, crejk, Rollczi, Jan Bojarczuk,
All time milkyway0308, rdehuyss, andrm, zzmgck, insertt, joshuasing, Koressi, GotoFinal, tipsy, mcebular, maxant, alexwhb, Douglas Lawrie, SirEndii, that-apex, Kamilkime, FlawCra, crejk, Rollczi, Zur13, mattwelke, Andreas R., TheFruxz, oskarscot, Szczurowsky, zugazagoitia, EthanDevelops, bmstefanski, neg4n, escv, scheidtp, Lukas P., arthurr0, shitzuu, peter-jerry-ye, Rob, sebba-dev, mufinlive, bopke, asikkema, Jan Bojarczuk

\(^-^)/ The list is updated periodically and entries are sorted by aggregated total payment size of the given person.

For developers

Recommended tool to develop backend module is IntelliJ IDE, for frontend it might be e.g. VSC.

# Run only backend through CLI
$ ./gradlew run

# Run only frontend
$ cd reposilite-frontend && npm i && npm run full

# Run only Reposilite site
$ cd reposilite-site/website && npm i && npm run start

Stack

Reposilite 3.x

Reposilite 2.x

Reposilite 1.x

About

Lightweight and easy-to-use repository management software dedicated for the Maven based artifacts in the JVM ecosystem 📦

https://reposilite.com

License:Apache License 2.0


Languages

Language:Kotlin 75.7%Language:Vue 11.6%Language:JavaScript 10.3%Language:CSS 1.0%Language:Java 0.7%Language:HTML 0.5%Language:Shell 0.2%Language:Dockerfile 0.2%