Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-08-22 19:31:36 +00:00
parent 9b5df83254
commit cacf4609b2
13 changed files with 2315 additions and 0 deletions

View File

@ -0,0 +1,8 @@
**Important:**
*for the complete changelog, please refer to the website*
## [rtorrent-rutorrent-0.0.1]rtorrent-rutorrent-0.0.1 (2023-08-22)

View File

@ -0,0 +1,29 @@
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.1
deprecated: false
description: rTorrent and ruTorrent chart.
home: https://truecharts.org/charts/incubator/rtorrent-rutorrent
icon: https://truecharts.org/img/hotlink-ok/chart-icons/rtorrent-rutorrent.png
keywords:
- rutorrent
- torrent
- cross-seed
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: rtorrent-rutorrent
sources:
- https://truecharts.org/charts/incubator/rtorrent-rutorrent
- https://github.com/crazy-max/docker-rtorrent-rutorrent
type: application
version: 0.0.1
annotations:
truecharts.org/catagories: |
- torrent
truecharts.org/SCALE-support: "true"

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
# README

View File

@ -0,0 +1,4 @@
## [rtorrent-rutorrent-0.0.1]rtorrent-rutorrent-0.0.1 (2023-08-22)

View File

@ -0,0 +1,8 @@
rTorrent and ruTorrent chart.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/rtorrent-rutorrent](https://truecharts.org/charts/incubator/rtorrent-rutorrent)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

View File

@ -0,0 +1,81 @@
image:
repository: tccr.io/truecharts/rutorrent-crazymax
pullPolicy: IfNotPresent
tag: vlatest@sha256:352d49bfd4857dd52f50397563ce86464051861870217bec2e02bd328f80f038
securityContext:
container:
PUID: 33
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
protocol: http
port: 8080
rtorrent:
enabled: true
ports:
rtorrent:
enabled: true
protocol: tcp
port: 33942
xmlrpc:
enabled: true
ports:
xmlrpc:
enabled: true
protocol: http
port: 8000
dht:
enabled: true
ports:
dht:
enabled: true
protocol: udp
port: 6881
webdav:
enabled: true
ports:
webdav:
enabled: true
protocol: http
port: 9000
rtinc:
enabled: true
ports:
rtinc:
enabled: true
port: 50000
workload:
main:
podSpec:
containers:
main:
env:
RUTORRENT_PORT: "{{ .Values.service.main.ports.main.port }}"
PORT_RTORRENT: "{{ .Values.service.rtorrent.ports.rtorrent.port }}"
RT_DHT_PORT: "{{ .Values.service.dht.ports.dht.port }}"
XMLRPC_PORT: "{{ .Values.service.xmlrpc.ports.xmlrpc.port }}"
WEBDAV_PORT: "{{ .Values.service.webdav.ports.webdav.port }}"
RT_INC_PORT: "{{ .Values.service.rtinc.ports.rtinc.port }}"
persistence:
data:
enabled: true
mountPath: "/data"
downloads:
enabled: true
mountPath: "/downloads"
passwd:
enabled: true
mountPath: "/passwd"
portal:
open:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@ -0,0 +1 @@
{{ include "tc.v1.common.loader.all" . }}

View File

@ -0,0 +1,5 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/rtorrent-rutorrent.png
categories:
- torrent
screenshots: []