mirror of
https://github.com/truecharts/catalog.git
synced 2026-07-27 20:00:42 +08:00
Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
8
stable/pyload/1.9.0/CONFIG.md
Normal file
8
stable/pyload/1.9.0/CONFIG.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Configuration Options
|
||||
|
||||
##### Connecting to other apps
|
||||
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
|
||||
https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
|
||||
|
||||
##### Available config options
|
||||
In the future this page is going to contain an automated list of options available in the installation/edit UI.
|
||||
6
stable/pyload/1.9.0/Chart.lock
Normal file
6
stable/pyload/1.9.0/Chart.lock
Normal file
@@ -0,0 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 6.12.1
|
||||
digest: sha256:3d1411574041c79e6137bbcf90b2ebd7bbd6939a312e30af3e2a8210af58cde2
|
||||
generated: "2021-08-30T14:05:00.781603368Z"
|
||||
24
stable/pyload/1.9.0/Chart.yaml
Normal file
24
stable/pyload/1.9.0/Chart.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
apiVersion: v2
|
||||
appVersion: auto
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 6.12.1
|
||||
description: pyLoad is a Free and Open Source download manager written in Python and
|
||||
designed to be extremely lightweight, easily extensible and fully manageable via
|
||||
web.
|
||||
home: https://github.com/truechartsapps/tree/master/charts/incubator/pyload
|
||||
icon: https://avatars.githubusercontent.com/u/3521496?s=200&v=4
|
||||
keywords:
|
||||
- pyload
|
||||
- download
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: truecharts
|
||||
url: https://truecharts.org
|
||||
name: pyload
|
||||
sources:
|
||||
- https://github.com/pyload/pyload
|
||||
- https://hub.docker.com/r/linuxserver/pyload
|
||||
version: 1.9.0
|
||||
43
stable/pyload/1.9.0/README.md
Normal file
43
stable/pyload/1.9.0/README.md
Normal file
@@ -0,0 +1,43 @@
|
||||
# Introduction
|
||||
|
||||
 
|
||||
|
||||
pyLoad is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web.
|
||||
|
||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://github.com/pyload/pyload>
|
||||
* <https://hub.docker.com/r/linuxserver/pyload>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 6.10.7 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
|
||||
|
||||
## Uninstalling the Chart
|
||||
|
||||
To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
|
||||
- See the [Wiki](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
|
||||
- Ask a [question](https://github.com/truecharts/apps/discussions)
|
||||
|
||||
----------------------------------------------
|
||||
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
4
stable/pyload/1.9.0/app-readme.md
Normal file
4
stable/pyload/1.9.0/app-readme.md
Normal file
@@ -0,0 +1,4 @@
|
||||
pyLoad is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web.
|
||||
|
||||
This App is supplied by TrueCharts, for more information please visit https://truecharts.org
|
||||
pyLoad is a Free and Open Source download manager written in Python and
|
||||
BIN
stable/pyload/1.9.0/charts/common-6.12.1.tgz
Normal file
BIN
stable/pyload/1.9.0/charts/common-6.12.1.tgz
Normal file
Binary file not shown.
15
stable/pyload/1.9.0/ix_values.yaml
Normal file
15
stable/pyload/1.9.0/ix_values.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
##
|
||||
# This file contains Values.yaml content that gets added to the output of questions.yaml
|
||||
# It's ONLY meant for content that the user is NOT expected to change.
|
||||
# Example: Everything under "image" is not included in questions.yaml but is included here.
|
||||
##
|
||||
|
||||
image:
|
||||
repository: ghcr.io/linuxserver/pyload
|
||||
pullPolicy: IfNotPresent
|
||||
tag: version-5de90278
|
||||
|
||||
##
|
||||
# Most other defaults are set in questions.yaml
|
||||
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
||||
##
|
||||
1116
stable/pyload/1.9.0/questions.yaml
Normal file
1116
stable/pyload/1.9.0/questions.yaml
Normal file
File diff suppressed because it is too large
Load Diff
1
stable/pyload/1.9.0/templates/common.yaml
Normal file
1
stable/pyload/1.9.0/templates/common.yaml
Normal file
@@ -0,0 +1 @@
|
||||
{{ include "common.all" . }}
|
||||
44
stable/pyload/1.9.0/test_values.yaml
Normal file
44
stable/pyload/1.9.0/test_values.yaml
Normal file
@@ -0,0 +1,44 @@
|
||||
#
|
||||
# IMPORTANT NOTE
|
||||
#
|
||||
# This chart inherits from our common library chart. You can check the default values/options here:
|
||||
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
|
||||
#
|
||||
|
||||
image:
|
||||
# -- image repository
|
||||
repository: ghcr.io/linuxserver/pyload
|
||||
# -- image tag
|
||||
tag: version-5de90278
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# -- environment variables. See [image docs](https://docs.linuxserver.io/images/docker-pyload#environment-variables-e) for more details.
|
||||
# @default -- See below
|
||||
env:
|
||||
# -- Set the container timezone
|
||||
TZ: UTC
|
||||
# -- Specify the user ID the application will run as
|
||||
PUID: "1001"
|
||||
# -- Specify the group ID the application will run as
|
||||
PGID: "1001"
|
||||
|
||||
# -- Configures service settings for the chart.
|
||||
# @default -- See values.yaml
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 8000
|
||||
|
||||
# -- Configure persistence settings for the chart under this key.
|
||||
# @default -- See values.yaml
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
type: pvc
|
||||
accessMode: ReadWriteOnce
|
||||
size: "100Gi"
|
||||
downloads:
|
||||
enabled: false
|
||||
mountPath: /downloads
|
||||
0
stable/pyload/1.9.0/values.yaml
Normal file
0
stable/pyload/1.9.0/values.yaml
Normal file
Reference in New Issue
Block a user