dev-util/reposilite: Add ebuild for version 2.9.8.
Remove old versions. Package-Manager: Portage-3.0.9, Repoman-3.0.2
This commit is contained in:
parent
7569050d33
commit
90e9c26dbe
4 changed files with 2 additions and 105 deletions
|
@ -1,55 +0,0 @@
|
|||
# ~~~~~~~~~~~~~~~~~~~~~~ #
|
||||
# Reposilite #
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~ #
|
||||
|
||||
# Hostname
|
||||
hostname: 0.0.0.0
|
||||
# Port to bind
|
||||
port: 80
|
||||
# Custom base path
|
||||
basePath: /
|
||||
# Any kind of proxy services change real ip.
|
||||
# The origin ip should be available in one of the headers.
|
||||
# Nginx: X-Forwarded-For
|
||||
# Cloudflare: CF-Connecting-IP
|
||||
# Popular: X-Real-IP
|
||||
forwardedIp: X-Forwarded-For
|
||||
# Debug
|
||||
debugEnabled: false
|
||||
|
||||
# Control the maximum amount of data assigned to Reposilite instance
|
||||
# Supported formats: 90%, 500MB, 10GB
|
||||
diskQuota: 10GB
|
||||
# List of supported Maven repositories.
|
||||
# First directory on the list is the main (primary) repository.
|
||||
# Tu mark repository as private, prefix its name with a dot, e.g. ".private"
|
||||
repositories [
|
||||
releases
|
||||
snapshots
|
||||
]
|
||||
# Allow to omit name of the main repository in request
|
||||
# e.g. /org/panda-lang/reposilite will be redirected to /releases/org/panda-lang/reposilite
|
||||
rewritePathsEnabled: true
|
||||
|
||||
# List of proxied repositories.
|
||||
# Reposilite will search for an artifact in remote repositories listed below,
|
||||
# if the requested artifact was not found.
|
||||
proxied [
|
||||
]
|
||||
# Reposilite can store proxied artifacts locally to reduce response time and improve stability
|
||||
storeProxied: true
|
||||
|
||||
# Accept deployment connections
|
||||
deployEnabled: true
|
||||
# List of management tokens used by dashboard to access extra options.
|
||||
# (By default, people are allowed to use standard dashboard options related to the associated path)
|
||||
managers [
|
||||
admin
|
||||
]
|
||||
|
||||
# Title displayed by frontend
|
||||
title: #onlypanda
|
||||
# Description displayed by frontend
|
||||
description: Public Maven repository hosted through the Reposilite
|
||||
# Accent color used by frontend
|
||||
accentColor: #2fd4aa
|
Loading…
Add table
Add a link
Reference in a new issue