Reposilite 2.4.4
Changes:
- GH-51 Support configuration through the parameters. For instance, we can set reposilite port for docker:
$ docker run -e JAVA_OPTS='-Xmx128M -Dreposilite.port="8080"' reposilite
- GH-75 Support
latest
requests, e.g. https://repo.panda-lang.org/org/panda-lang/reposilite/latest - GH-83 Transform proxied requests to CompletableFuture - improved performance by non-blocking results
- GH-84 Update Jetty and fix its random bug with IllegalStateException
- GH-77 Support contextless commands through the program arguments (
help
andversion
)
$ java -jar reposilite.jar help
$ java -jar reposilite.jar version
- GH-86 Replace stats display algorithm with a list of top 15 requests
Requirements:
- Java 8+
- RAM 8MB+
Download:
- Reposilite 2.4.4 ~ from Reposilite based repository manager ʕ•ᴥ•ʔ