• Stars
    star
    1,186
  • Rank 39,276 (Top 0.8 %)
  • Language
    Kotlin
  • License
    Apache License 2.0
  • Created over 7 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Lightweight and easy-to-use repository management software dedicated for the Maven based artifacts in the JVM ecosystem ๐Ÿ“ฆ

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.4.4.jar

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

# 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, insertt, oskarscot, Koressi, tipsy, Kamilkime, that-apex, neg4n, mattwelke, crejk, Rollczi, scheidtp, Andreas R.
All time zzmgck, insertt, milkyway0308, andrm, insertt, Koressi, tipsy, rdehuyss, neg4n, maxant, alexwhb, Douglas Lawrie, crejk, Andreas R., Szczurowsky, that-apex, Kamilkime, zugazagoitia, FlawCra, mattwelke, EthanDevelops, bmstefanski, escv, Rollczi, arthurr0, shitzuu, peter-jerry-ye, Rob, scheidtp, sebba-dev, mufinlive, bopke, asikkema

\(^-^)/ 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

More Repositories

1

pandomium

Pandomium is the JCEF (Java Chromium Embedded Framework) implementation dedicated for the Maven based projects
Java
185
star
2

cdn

Simple and fast property-based configuration library for JVM apps, similar to JSON5 standard, also with JSON & YAML-like targets ๐Ÿงพ
Java
50
star
3

sqiffy

Experimental compound SQL framework with type-safe DSL API generated at compile-time from annotation based scheme diff
Kotlin
34
star
4

advent-of-code

๐ŸŽ„ Advent of Code 2019-2021 solutions in Panda language. Collection of sources that solve algorithm-like puzzles and test basic usage of experimental interpreted language for JVM.
Shell
30
star
5

presence-of-mind

Personal utility Android app used to organize private backlog by mixing daily schedule tasks with habits, long-term goals, notes & things to learn
Kotlin
29
star
6

expressible

Utility library dedicated for functional & non-functional codebases to simplify modelling of success and failure responses for Java/Kotlin ๐Ÿ”€
Java
29
star
7

linuxenv

Modify JVM environment variables on Linux at runtime
C++
12
star
8

dzikoysk

Sources of dzikoysk.net
TypeScript
11
star
9

javalin-configuration-file

Static configuration file for your Javalin application
Kotlin
4
star
10

khangul

Hangul processor for Kotlin Multiplatform & JavaScript projects, based on reverse-engineered enhanced version of Branah keyboard algorithm ๐Ÿ‡ฐ๐Ÿ‡ท
Kotlin
2
star
11

bookmaker-blockchain-prototype

Blockchain prototype for a bookmaking company from chapter 5 of my engineering thesis
Kotlin
1
star
12

preview-deployments

My personal kubernetes-free utility preview deployments manager for GitHub-based monorepos
Kotlin
1
star