Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
ccbef92f34
commit
c1efe95992
|
@ -0,0 +1,26 @@
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: "0.13.0"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://library-charts.truecharts.org
|
||||||
|
version: 14.3.5
|
||||||
|
description: Kopia is a simple, cross-platform tool for managing encrypted backups in the cloud. It provides fast, incremental backups, secure, client-side end-to-end encryption, compression and data deduplication.
|
||||||
|
home: https://truecharts.org/charts/stable/kopia
|
||||||
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/kopia.png
|
||||||
|
keywords:
|
||||||
|
- backup
|
||||||
|
kubeVersion: ">=1.16.0-0"
|
||||||
|
maintainers:
|
||||||
|
- email: info@truecharts.org
|
||||||
|
name: TrueCharts
|
||||||
|
url: https://truecharts.org
|
||||||
|
name: kopia
|
||||||
|
sources:
|
||||||
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/kopia
|
||||||
|
- https://kopia.io/docs/installation/#docker-images
|
||||||
|
- https://github.com/kopia/kopia
|
||||||
|
version: 8.0.0
|
||||||
|
annotations:
|
||||||
|
truecharts.org/category: utility
|
||||||
|
truecharts.org/SCALE-support: "true"
|
||||||
|
truecharts.org/grade: U
|
|
@ -0,0 +1,27 @@
|
||||||
|
# README
|
||||||
|
|
||||||
|
## General Info
|
||||||
|
|
||||||
|
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||||
|
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||||
|
|
||||||
|
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
|
||||||
|
|
||||||
|
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||||
|
|
||||||
|
|
||||||
|
## Support
|
||||||
|
|
||||||
|
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
|
||||||
|
- See the [Website](https://truecharts.org)
|
||||||
|
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||||
|
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Sponsor TrueCharts
|
||||||
|
|
||||||
|
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!
|
||||||
|
|
||||||
|
*All Rights Reserved - The TrueCharts Project*
|
|
@ -0,0 +1,8 @@
|
||||||
|
Kopia is a simple, cross-platform tool for managing encrypted backups in the cloud. It provides fast, incremental backups, secure, client-side end-to-end encryption, compression and data deduplication.
|
||||||
|
|
||||||
|
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/kopia](https://truecharts.org/charts/stable/kopia)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
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!
|
Binary file not shown.
|
@ -0,0 +1,58 @@
|
||||||
|
image:
|
||||||
|
repository: tccr.io/truecharts/kopia
|
||||||
|
tag: 0.13.0@sha256:72ed1856efdd443be31e23535d24242056639a387587aa3ade5413e75dad0603
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
service:
|
||||||
|
main:
|
||||||
|
ports:
|
||||||
|
main:
|
||||||
|
protocol: http
|
||||||
|
port: 10238
|
||||||
|
|
||||||
|
kopia:
|
||||||
|
user: "user"
|
||||||
|
password: "secret"
|
||||||
|
server_username: "user"
|
||||||
|
server_password: "password"
|
||||||
|
|
||||||
|
workload:
|
||||||
|
main:
|
||||||
|
podSpec:
|
||||||
|
containers:
|
||||||
|
main:
|
||||||
|
envFrom:
|
||||||
|
- secretRef:
|
||||||
|
name: "kopia-secrets"
|
||||||
|
args:
|
||||||
|
- server
|
||||||
|
- start
|
||||||
|
- --address=http://0.0.0.0:{{ .Values.service.main.ports.main.port }}
|
||||||
|
- --insecure
|
||||||
|
- --server-username={{ .Values.kopia.server_username }}
|
||||||
|
- --server-password={{ .Values.kopia.server_password }}
|
||||||
|
probes:
|
||||||
|
liveness:
|
||||||
|
enabled: false
|
||||||
|
readiness:
|
||||||
|
enabled: false
|
||||||
|
startup:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
persistence:
|
||||||
|
config:
|
||||||
|
enabled: true
|
||||||
|
mountPath: "/app/config"
|
||||||
|
cache:
|
||||||
|
enabled: true
|
||||||
|
mountPath: "/app/cache"
|
||||||
|
logs:
|
||||||
|
enabled: true
|
||||||
|
mountPath: "/app/logs"
|
||||||
|
rclone:
|
||||||
|
enabled: true
|
||||||
|
mountPath: "/app/rclone"
|
||||||
|
|
||||||
|
portal:
|
||||||
|
open:
|
||||||
|
enabled: true
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
||||||
|
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -0,0 +1,11 @@
|
||||||
|
{{/* Define the secret */}}
|
||||||
|
{{- define "kopia.secrets" -}}
|
||||||
|
{{- $secretName := (printf "%s-kopia-secrets" (include "tc.v1.common.lib.chart.names.fullname" $)) -}}
|
||||||
|
|
||||||
|
{{- $kopia := .Values.kopia -}}
|
||||||
|
|
||||||
|
enabled: true
|
||||||
|
data:
|
||||||
|
USER: {{ $kopia.user | default "user" | quote }}
|
||||||
|
KOPIA_PASSWORD: {{ $kopia.password | default "secret" | quote }}
|
||||||
|
{{- end }}
|
|
@ -0,0 +1,11 @@
|
||||||
|
{{/* Make sure all variables are set properly */}}
|
||||||
|
{{- include "tc.v1.common.loader.init" . }}
|
||||||
|
|
||||||
|
{{/* Render secrets for kopia */}}
|
||||||
|
{{- $secrets := include "kopia.secrets" . | fromYaml -}}
|
||||||
|
{{- if $secrets -}}
|
||||||
|
{{- $_ := set .Values.secret "kopia-secrets" $secrets -}}
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{/* Render the templates */}}
|
||||||
|
{{ include "tc.v1.common.loader.apply" . }}
|
|
@ -0,0 +1,4 @@
|
||||||
|
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/kopia.png
|
||||||
|
categories:
|
||||||
|
- utility
|
||||||
|
screenshots: []
|
|
@ -0,0 +1,8 @@
|
||||||
|
**Important:**
|
||||||
|
*for the complete changelog, please refer to the website*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [rtorrent-rutorrent-1.0.0](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-0.1.0...rtorrent-rutorrent-1.0.0) (2023-11-22)
|
||||||
|
|
|
@ -0,0 +1,28 @@
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: "latest"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://library-charts.truecharts.org
|
||||||
|
version: 14.3.5
|
||||||
|
deprecated: false
|
||||||
|
description: rTorrent and ruTorrent chart.
|
||||||
|
home: https://truecharts.org/charts/stable/rtorrent-rutorrent
|
||||||
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/rtorrent-rutorrent.png
|
||||||
|
keywords:
|
||||||
|
- rutorrent
|
||||||
|
- torrent
|
||||||
|
kubeVersion: ">=1.16.0-0"
|
||||||
|
maintainers:
|
||||||
|
- email: info@truecharts.org
|
||||||
|
name: TrueCharts
|
||||||
|
url: https://truecharts.org
|
||||||
|
name: rtorrent-rutorrent
|
||||||
|
sources:
|
||||||
|
- https://github.com/truecharts/charts/tree/master/charts/stable/rtorrent-rutorrent
|
||||||
|
- https://truecharts.org/charts/stable/rtorrent-rutorrent
|
||||||
|
- https://github.com/crazy-max/docker-rtorrent-rutorrent
|
||||||
|
type: application
|
||||||
|
version: 1.0.0
|
||||||
|
annotations:
|
||||||
|
truecharts.org/category: torrent
|
||||||
|
truecharts.org/SCALE-support: "true"
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,27 @@
|
||||||
|
# README
|
||||||
|
|
||||||
|
## General Info
|
||||||
|
|
||||||
|
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||||
|
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||||
|
|
||||||
|
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
|
||||||
|
|
||||||
|
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||||
|
|
||||||
|
|
||||||
|
## Support
|
||||||
|
|
||||||
|
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
|
||||||
|
- See the [Website](https://truecharts.org)
|
||||||
|
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||||
|
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Sponsor TrueCharts
|
||||||
|
|
||||||
|
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!
|
||||||
|
|
||||||
|
*All Rights Reserved - The TrueCharts Project*
|
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [rtorrent-rutorrent-1.0.0](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-0.1.0...rtorrent-rutorrent-1.0.0) (2023-11-22)
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
rTorrent and ruTorrent chart.
|
||||||
|
|
||||||
|
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/rtorrent-rutorrent](https://truecharts.org/charts/stable/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!
|
Binary file not shown.
|
@ -0,0 +1,81 @@
|
||||||
|
image:
|
||||||
|
repository: ghcr.io/crazy-max/rtorrent-rutorrent
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
tag: 4.2.9-0.9.8-0.13.8@sha256:4e0df24d4f168d705c9864dad04e99c1c55c9e987e7bf0b6b0c84efb686ef858
|
||||||
|
|
||||||
|
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
|
@ -0,0 +1 @@
|
||||||
|
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -0,0 +1 @@
|
||||||
|
{{ include "tc.v1.common.loader.all" . }}
|
|
@ -0,0 +1,4 @@
|
||||||
|
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/rtorrent-rutorrent.png
|
||||||
|
categories:
|
||||||
|
- torrent
|
||||||
|
screenshots: []
|
Loading…
Reference in New Issue