Changes:
- GH-79 Published project website with guide (docs): https://reposilite.com
- GH-137 Support mixed auth policy - public and private repositories. Migration from previous versions:
1. Remove fullAuthEnabled property from configuration
2. Remove indexingEnabled property
3. Add basePath: "/" property
Proper configuration file: https://github.com/dzikoysk/reposilite/blob/master/reposilite-backend/src/main/resources/reposilite.yml
- GH-117 Improve Docker image
- Documentation: https://reposilite.com/docs/docker
- GH-140 Support Docker volumes by default
- GH-142 Support tag-based release cycle of Docker images,
dzikoysk/reposilite:latest
is no longer used.
// released builds, e.g. 2.7.0
$ docker pull dzikoysk/reposilite:2.7.0
// nightly builds
$ docker pull dzikoysk/reposilite:nightly
- GH-154 Support custom base path, e.g.
domain.com/repo
- GH-150 Improved logging by more details
- GH-136 Human readable file size
- GH-141 Support custom location of configuration
- GH-145 Support simplified artifact qualifiers by keygen command
$ keygen org.panda-lang.reposilite reposilite
- GH-149 Store log in file
- GH-127 Web Interface returns 404
- GH-127 Reduce amount of proxied requests
- GH-128 Enable cors for all origins to support external client-side api requests
- GH-129 Add date field to FileDto (enhances
/api/*
content) - GH-151 Replace hardcoded wildcard with an actual hostname value
- GH-121 Replace unstable EvictingQueue from Guava with stable CircularFifoQueue from Apache Collections
- GH-133 Resolved problem with randomly dropped code coverage data
- GH-132 GH-133 6590186 Improved tests
- c89ec23 Added a possibility to support project by funding its development
Requirements:
- Java 8+
- RAM 8MB+
Download:
- Reposilite 2.7.0 ~ from Reposilite based repository manager ʕ•ᴥ•ʔ