#482dzikoysk/reposilite: 轻量级且易于使用的存储库管理器,用于 JVM 生态系统中基于 Maven 的私服
Reposilite
Lightweight and easy-to-use repository manager for Maven-based artifacts in the JVM ecosystem.
This is a simple, extensible and scalable self-hosted solution that replaces managers like Nexus, Archiva or Artifactory, with reduced resource consumption.
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.23.jar
# Using the official Docker image
$ docker pull dzikoysk/reposilite:3.5.23
# Using the official Helm chart
$ helm repo add reposilite https://helm.reposilite.com/
$ helm repo update
$ helm install reposilite/reposiliteVisit official guide to read more about extra parameters and configuration details.
Publications
Reposilite 3.x:
- Reposilite 3.x / Official Guide
- Reddit / 3.x Thread
- Medium / Setup your own Maven repository manager in 5 minutes
Reposilite 2.x:
- Reposilite 2.x / Official Guide
- Reddit / 2.x Thread
- Dev.to / Publishing your artifacts to the Reposilite - a new self-hosted repository manager
- Medium / Looking for simple repository manager by David Kihato
Supporters
Thanks to all contributors and people that decided to support my work financially ❤️
| Active GitHub Sponsors | talismanplatform, andrm, rdehuyss, amp7368, joshuasing, GotoFinal, insertt, Kamilkime, gcobr, Koressi, tipsy, that-apex, crejk, Rollczi, Jan Bojarczuk, Petersoj, jdsdc |
| All time | talismanplatform, milkyway0308, rdehuyss, andrm, amp7368, joshuasing, zzmgck, insertt, GotoFinal, Koressi, 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., Jan Bojarczuk, Petersoj, arthurr0, shitzuu, peter-jerry-ye, Rob, sebba-dev, mufinlive, bopke, asikkema, jdsdc, gcobr |
\(^-^)/ 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 startStack
- Reposilite Backend: Kotlin + Javalin + Exposed (SQL) + AWS SDK + JUnit + Testcontainers + (DDD & Hexagonal Architecture)
- Reposilite Frontend: Vue3 + Vite + WindiCSS + JsonForms
- Reposilite Site: Next.js + Vercel
- Reposilite Backend: Java + Javalin + Groovy (JUnit) + (DDD)
- Reposilite Frontend: Vue2 + Pug + Stylus + TailwindCSS
- Reposilite Site: React.js + Docusaurus v1
Reposilite 1.x
- Reposilite: Java + NanoHTTPD
NaNShaner/repoll: 使用 django 框架编写的 redis 的管理平台,基于 redis3.x,支持单机、哨兵以及集群模式reviewdog/reviewdog: reviewdog 提供了一种通过轻松与任何 linter 工具集成来自动将审阅评论发布到代码托管服务(例如 GitHub)的方法。它使用 lint 工具的输出,并将其作为评论发布(如果发现的结果位于要审查的补丁的差异中)。
