Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
4003c55ab1
commit
b600e6dc22
|
@ -0,0 +1,99 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [jdownloader2-14.0.2](https://github.com/truecharts/charts/compare/jdownloader2-14.0.1...jdownloader2-14.0.2) (2023-12-26)
|
||||
|
||||
### Fix
|
||||
|
||||
- fix homepage widget ([#16548](https://github.com/truecharts/charts/issues/16548))
|
||||
|
||||
|
||||
|
||||
|
||||
## [jdownloader2-14.0.1](https://github.com/truecharts/charts/compare/jdownloader2-14.0.0...jdownloader2-14.0.1) (2023-12-25)
|
||||
|
||||
### Fix
|
||||
|
||||
- homepage widget ([#16543](https://github.com/truecharts/charts/issues/16543))
|
||||
|
||||
|
||||
|
||||
|
||||
## [jdownloader2-14.0.0](https://github.com/truecharts/charts/compare/jdownloader2-13.0.11...jdownloader2-14.0.0) (2023-12-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 17.1.0 by renovate ([#16532](https://github.com/truecharts/charts/issues/16532))
|
||||
|
||||
|
||||
|
||||
|
||||
## [jdownloader2-13.0.11](https://github.com/truecharts/charts/compare/jdownloader2-13.0.10...jdownloader2-13.0.11) (2023-12-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16384](https://github.com/truecharts/charts/issues/16384))
|
||||
|
||||
|
||||
|
||||
|
||||
## [jdownloader2-13.0.10](https://github.com/truecharts/charts/compare/jdownloader2-13.0.9...jdownloader2-13.0.10) (2023-12-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16376](https://github.com/truecharts/charts/issues/16376))
|
||||
|
||||
|
||||
|
||||
|
||||
## [jdownloader2-13.0.9](https://github.com/truecharts/charts/compare/jdownloader2-13.0.8...jdownloader2-13.0.9) (2023-12-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16373](https://github.com/truecharts/charts/issues/16373))
|
||||
|
||||
|
||||
|
||||
|
||||
## [jdownloader2-13.0.8](https://github.com/truecharts/charts/compare/jdownloader2-13.0.7...jdownloader2-13.0.8) (2023-12-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16369](https://github.com/truecharts/charts/issues/16369))
|
||||
|
||||
|
||||
|
||||
|
||||
## [jdownloader2-13.0.7](https://github.com/truecharts/charts/compare/jdownloader2-13.0.6...jdownloader2-13.0.7) (2023-12-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16361](https://github.com/truecharts/charts/issues/16361))
|
||||
|
||||
|
||||
|
||||
|
||||
## [jdownloader2-13.0.6](https://github.com/truecharts/charts/compare/jdownloader2-13.0.5...jdownloader2-13.0.6) (2023-12-22)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16359](https://github.com/truecharts/charts/issues/16359))
|
||||
|
||||
|
||||
|
||||
|
||||
## [jdownloader2-13.0.5](https://github.com/truecharts/charts/compare/jdownloader2-13.0.4...jdownloader2-13.0.5) (2023-12-22)
|
||||
|
||||
### Fix
|
||||
|
||||
- expose custom options for homepage integration
|
||||
|
||||
|
||||
|
||||
|
||||
## [jdownloader2-13.0.4](https://github.com/truecharts/charts/compare/jdownloader2-13.0.3...jdownloader2-13.0.4) (2023-12-21)
|
||||
|
||||
### Fix
|
|
@ -0,0 +1,38 @@
|
|||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: jdownloader2
|
||||
version: 14.0.2
|
||||
appVersion: 23.11.2
|
||||
description: JDownloader is a free, open-source download management tool with a huge community of developers that makes downloading as easy and fast as it should be.
|
||||
home: https://truecharts.org/charts/stable/jdownloader2
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/jdownloader2.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://hub.docker.com/r/jlesage/jdownloader-2
|
||||
- https://jdownloader.org/
|
||||
- https://github.com/jlesage/docker-jdownloader-2
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/jdownloader2
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- jdownloader
|
||||
- download
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.1.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: downloads
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
type: application
|
|
@ -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/stable/jdownloader2)
|
||||
|
||||
**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,9 @@
|
|||
|
||||
|
||||
## [jdownloader2-14.0.2](https://github.com/truecharts/charts/compare/jdownloader2-14.0.1...jdownloader2-14.0.2) (2023-12-26)
|
||||
|
||||
### Fix
|
||||
|
||||
- fix homepage widget ([#16548](https://github.com/truecharts/charts/issues/16548))
|
||||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
JDownloader is a free, open-source download management tool with a huge community of developers that makes downloading as easy and fast as it should be.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/jdownloader2](https://truecharts.org/charts/stable/jdownloader2)
|
||||
|
||||
---
|
||||
|
||||
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,85 @@
|
|||
image:
|
||||
repository: jlesage/jdownloader-2
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v23.11.2@sha256:f7c1fe1ab223aa2fc068f9f9e5df26c3f5228c46c580e52a17b74b7c25402f52
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10054
|
||||
targetPort: 5800
|
||||
myjd:
|
||||
enabled: true
|
||||
ports:
|
||||
myjd:
|
||||
enabled: true
|
||||
port: 3129
|
||||
targetPort: 3129
|
||||
vnc:
|
||||
enabled: true
|
||||
ports:
|
||||
vnc:
|
||||
enabled: true
|
||||
port: 10056
|
||||
targetPort: 5900
|
||||
ingress:
|
||||
main:
|
||||
integrations:
|
||||
homepage:
|
||||
widget:
|
||||
type: jdownloader
|
||||
jdownloader:
|
||||
# General Settings
|
||||
KEEP_APP_RUNNING: false
|
||||
# GUI Settings
|
||||
DISPLAY_WIDTH: 1280
|
||||
DISPLAY_HEIGHT: 768
|
||||
SECURE_CONNECTION: false
|
||||
ENABLE_CJK_FONT: false
|
||||
configmap:
|
||||
jdownloader:
|
||||
enabled: true
|
||||
data:
|
||||
ENABLE_CJK_FONT: '{{ ternary "1" "0" .Values.jdownloader.ENABLE_CJK_FONT }}'
|
||||
KEEP_APP_RUNNING: '{{ ternary "1" "0" .Values.jdownloader.KEEP_APP_RUNNING }}'
|
||||
SECURE_CONNECTION: '{{ ternary "1" "0" .Values.jdownloader.SECURE_CONNECTION }}'
|
||||
DISPLAY_WIDTH: "{{ .Values.jdownloader.DISPLAY_WIDTH }}"
|
||||
DISPLAY_HEIGHT: "{{ .Values.jdownloader.DISPLAY_HEIGHT }}"
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/config"
|
||||
output:
|
||||
enabled: true
|
||||
mountPath: "/output"
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
securityContext:
|
||||
capabilities:
|
||||
add:
|
||||
- NET_BIND_SERVICE
|
||||
- KILL
|
||||
probes:
|
||||
liveness:
|
||||
type: tcp
|
||||
readiness:
|
||||
type: tcp
|
||||
startup:
|
||||
type: tcp
|
||||
env:
|
||||
VNC_PASSWORD: ""
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: "jdownloader"
|
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" . }}
|
Loading…
Reference in New Issue