dev-util/reposilite: Add untested ebuild for version 2.9.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

Package-Manager: Portage-3.0.4, Repoman-3.0.1
This commit is contained in:
Manuel Friedli 2020-10-08 23:21:07 +02:00
parent 0e632a1ee4
commit 95b2c95d55
8 changed files with 194 additions and 0 deletions

View file

@ -0,0 +1,17 @@
# Reposilite docker configuration file.
# Required string value configures ports to publish for docker: space-separated
# list of <hostport>:<containerport> tuples.
DOCKER_PUBLISH="8080:80 8443:443"
# Put any Java-specific configuration in the JAVA_OPTS environment
# variable, e.g. JAVA_OPTS='-Xmx64M'.
# For details and available config options, see
# https://reposilite.com/docs/docker
JAVA_OPTS=''
# Do NOT remove or change the --config option; you may add more options, though.
# For available options, see https://reposilite.com/docs/install#properties
REPOSILITE_OPTS="--config=/app/reposilite-host.cdn"
# Optional string value of extra args passed verbatim to the docker command.
DOCKER_DRONE_EXTRA_ARGS=""