dev-util/reposilite: Add untested ebuild for version 2.9.1
Package-Manager: Portage-3.0.4, Repoman-3.0.1
This commit is contained in:
parent
0e632a1ee4
commit
95b2c95d55
8 changed files with 194 additions and 0 deletions
17
dev-util/reposilite/files/app.ini
Normal file
17
dev-util/reposilite/files/app.ini
Normal 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=""
|
||||
Loading…
Add table
Add a link
Reference in a new issue