62 lines
2.5 KiB
Markdown
62 lines
2.5 KiB
Markdown
|
# jdownloader2
|
||
|
|
||
|
![Version: 0.3.2](https://img.shields.io/badge/Version-0.3.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: auto](https://img.shields.io/badge/AppVersion-auto-informational?style=flat-square)
|
||
|
|
||
|
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.
|
||
|
|
||
|
**Homepage:** <https://github.com/truecharts/apps/tree/master/charts/stable/jackett>
|
||
|
|
||
|
## Maintainers
|
||
|
|
||
|
| Name | Email | Url |
|
||
|
| ---- | ------ | --- |
|
||
|
| TrueCharts | info@truecharts.org | truecharts.org |
|
||
|
| Simoneu01 | Simoneu01@users.noreply.github.com | truecharts.org |
|
||
|
|
||
|
## Source Code
|
||
|
|
||
|
* <https://github.com/jlesage/docker-jdownloader-2>
|
||
|
* <https://hub.docker.com/r/jlesage/jdownloader-2>
|
||
|
* <https://jdownloader.org/>
|
||
|
|
||
|
## Requirements
|
||
|
|
||
|
Kubernetes: `>=1.16.0-0`
|
||
|
|
||
|
| Repository | Name | Version |
|
||
|
|------------|------|---------|
|
||
|
| https://truecharts.org/ | common | 6.12.1 |
|
||
|
|
||
|
## Values
|
||
|
|
||
|
| Key | Type | Default | Description |
|
||
|
|-----|------|---------|-------------|
|
||
|
| env.CLEAN_TMP_DIR | string | `"1"` | |
|
||
|
| env.DISPLAY_HEIGHT | string | `"768"` | |
|
||
|
| env.DISPLAY_WIDTH | string | `"1280"` | |
|
||
|
| env.KEEP_APP_RUNNING | string | `"0"` | |
|
||
|
| env.PGID | string | `"568"` | |
|
||
|
| env.PUID | string | `"568"` | |
|
||
|
| env.SECURE_CONNECTION | string | `"0"` | |
|
||
|
| env.VNC_PASSWORD | string | `nil` | |
|
||
|
| envTpl.GROUP_ID | string | `"{{ .Values.env.PGID }}"` | |
|
||
|
| envTpl.USER_ID | string | `"{{ .Values.env.PUID }}"` | |
|
||
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||
|
| image.repository | string | `"jlesage/jdownloader-2"` | |
|
||
|
| image.tag | string | `"v1.7.1"` | |
|
||
|
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
|
||
|
| persistence.config.enabled | bool | `true` | |
|
||
|
| persistence.config.mountPath | string | `"/config"` | |
|
||
|
| persistence.config.size | string | `"100Gi"` | |
|
||
|
| persistence.config.type | string | `"pvc"` | |
|
||
|
| service.main.ports.main.port | int | `5800` | |
|
||
|
| service.vnc.enabled | bool | `true` | |
|
||
|
| service.vnc.ports.vnc.enabled | bool | `true` | |
|
||
|
| service.vnc.ports.vnc.port | int | `5900` | |
|
||
|
| service.vnc.ports.vnc.protocol | string | `"TCP"` | |
|
||
|
| service.vnc.type | string | `"ClusterIP"` | |
|
||
|
| strategy.type | string | `"Recreate"` | |
|
||
|
|
||
|
----------------------------------------------
|
||
|
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
|