Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-11-18 04:33:51 +00:00
parent d82eebb37e
commit 5abc49dbd5
12 changed files with 532 additions and 116 deletions

View File

@ -1,13 +0,0 @@
## [auto-yt-dl-2.0.13](https://github.com/truecharts/charts/compare/auto-yt-dl-2.0.12...auto-yt-dl-2.0.13) (2023-04-30)
### Chore
- update container image tccr.io/truecharts/auto-yt-dl to latest ([#8171](https://github.com/truecharts/charts/issues/8171))
### Fix
- fix indentation ([#8536](https://github.com/truecharts/charts/issues/8536))

View File

@ -4,6 +4,33 @@
## [auto-yt-dl-2.0.14](https://github.com/truecharts/charts/compare/auto-yt-dl-3.0.0...auto-yt-dl-2.0.14) (2023-11-18)
### Chore
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
### Fix
- update container image tccr.io/truecharts/auto-yt-dl to latest ([#14832](https://github.com/truecharts/charts/issues/14832))
## [auto-yt-dl-3.0.0](https://github.com/truecharts/charts/compare/auto-yt-dl-2.0.13...auto-yt-dl-3.0.0) (2023-07-31)
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
### Fix
- fix mistakes on questions.yaml
## [auto-yt-dl-2.0.13](https://github.com/truecharts/charts/compare/auto-yt-dl-2.0.12...auto-yt-dl-2.0.13) (2023-04-30) ## [auto-yt-dl-2.0.13](https://github.com/truecharts/charts/compare/auto-yt-dl-2.0.12...auto-yt-dl-2.0.13) (2023-04-30)
### Chore ### Chore
@ -70,30 +97,3 @@
## [auto-yt-dl-2.0.6](https://github.com/truecharts/charts/compare/auto-yt-dl-2.0.5...auto-yt-dl-2.0.6) (2022-12-24)
### Chore
- update container image tccr.io/truecharts/auto-yt-dl to latest
## [auto-yt-dl-2.0.5](https://github.com/truecharts/charts/compare/auto-yt-dl-2.0.4...auto-yt-dl-2.0.5) (2022-12-19)
### Chore
- update helm general non-major
## [auto-yt-dl-2.0.4](https://github.com/truecharts/charts/compare/auto-yt-dl-2.0.3...auto-yt-dl-2.0.4) (2022-12-17)
### Chore
- update container image tccr.io/truecharts/auto-yt-dl to latest

View File

@ -1,7 +1,6 @@
annotations: annotations:
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/category: Downloaders
- Downloaders
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
@ -25,4 +24,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/auto-yt-dl - https://github.com/truecharts/charts/tree/master/charts/incubator/auto-yt-dl
- https://github.com/xXGuhuXx/auto-yt-dl - https://github.com/xXGuhuXx/auto-yt-dl
type: application type: application
version: 2.0.13 version: 2.0.14

View File

@ -12,7 +12,7 @@ For more information about this App, please check the docs on the TrueCharts [we
## Support ## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ). - Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org) - See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr) - Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose)

View File

@ -0,0 +1,13 @@
## [auto-yt-dl-2.0.14](https://github.com/truecharts/charts/compare/auto-yt-dl-3.0.0...auto-yt-dl-2.0.14) (2023-11-18)
### Chore
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
### Fix
- update container image tccr.io/truecharts/auto-yt-dl to latest ([#14832](https://github.com/truecharts/charts/issues/14832))

View File

@ -2,7 +2,7 @@ env: {}
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/auto-yt-dl repository: tccr.io/truecharts/auto-yt-dl
tag: latest@sha256:bbd39e37f4456c5a5153a993acdddf8e55c4d42137d08fb977574526cc8fc139 tag: latest@sha256:3e52d0a449ee17c6399619e14bf390de074ae915371d7537e7cd1487b3342693
persistence: persistence:
data: data:
enabled: true enabled: true

View File

@ -38,7 +38,19 @@ portals:
ports: ports:
- "$kubernetes-resource_configmap_tcportal-open_port" - "$kubernetes-resource_configmap_tcportal-open_port"
questions: questions:
- variable: global
group: General Settings
label: "Global Settings"
schema:
additional_attrs: true
type: dict
attrs:
- variable: stopAll
label: Stop All
description: "Stops All Running pods and hibernates cnpg"
schema:
type: boolean
default: false
- variable: workload - variable: workload
group: "Workload Settings" group: "Workload Settings"
label: "" label: ""
@ -211,13 +223,6 @@ questions:
default: false default: false
show_subquestions_if: true show_subquestions_if: true
subquestions: subquestions:
- variable: hostNetwork
group: Networking and Services
label: Host-Networking (Complicated)
schema:
hidden: true
type: boolean
default: false
- variable: scaleExternalInterface - variable: scaleExternalInterface
description: Add External Interfaces description: Add External Interfaces
label: Add external Interfaces label: Add external Interfaces
@ -229,6 +234,7 @@ questions:
description: Interface Configuration description: Interface Configuration
label: Interface Configuration label: Interface Configuration
schema: schema:
additional_attrs: true
type: dict type: dict
$ref: $ref:
- "normalize/interfaceConfiguration" - "normalize/interfaceConfiguration"
@ -245,6 +251,7 @@ questions:
description: Define how IP Address will be managed description: Define how IP Address will be managed
label: IP Address Management label: IP Address Management
schema: schema:
additional_attrs: true
type: dict type: dict
required: true required: true
attrs: attrs:
@ -470,13 +477,44 @@ questions:
show_if: [["type", "=", "nfs"]] show_if: [["type", "=", "nfs"]]
type: string type: string
default: "" default: ""
- variable: setPermissions - variable: autoPermissions
label: Automatic Permissions label: Automatic Permissions Configuration
description: Automatically set permissions on install description: Automatically set permissions
schema: schema:
show_if: [["type", "=", "hostPath"]] show_if: [["type", "!=", "pvc"]]
type: boolean type: dict
default: false additional_attrs: true
attrs:
- variable: enabled
label: enabled
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: chown
label: Run CHOWN
description: |
It will run CHOWN on the path with the given fsGroup
schema:
type: boolean
default: false
- variable: chmod
label: Run CHMOD
description: |
It will run CHMOD on the path with the given value</br>
Format should be 3 digits, e.g. 770
schema:
type: string
valid_chars: '[0-9]{3}'
default: ""
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
schema:
type: boolean
default: false
- variable: readOnly - variable: readOnly
label: Read Only label: Read Only
schema: schema:
@ -506,6 +544,99 @@ questions:
show_if: [["type", "=", "pvc"]] show_if: [["type", "=", "pvc"]]
type: string type: string
default: 256Gi default: 256Gi
- variable: storageClass
label: 'storageClass (Advanced)'
description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
schema:
show_if: [["type", "=", "pvc"]]
type: string
default: ""
- variable: static
label: 'Static Fixed PVC Bindings (Experimental)'
description: Link a PVC to a specific storage location
schema:
show_if: [["type", "=", "pvc"]]
type: dict
additional_attrs: true
attrs:
- variable: mode
label: mode
description: |
disabled: use normal dynamic PVCs
smb: connect to an SMB share
nfs: connect to an NFS share
schema:
type: string
default: "disabled"
enum:
- value: "disabled"
description: disabled
- value: smb
description: smb
- value: nfs
description: nfs
- variable: server
label: Server
description: server to connect to
schema:
type: string
show_if: [["mode", "!=", "disabled"]]
default: "myserver"
- variable: share
label: Share
description: share to connect to
schema:
type: string
show_if: [["mode", "!=", "disabled"]]
default: "/myshare"
- variable: user
label: User
description: connecting user
schema:
type: string
show_if: [["mode", "=", "smb"]]
default: "myuser"
- variable: domain
label: Domain
description: user domain
schema:
type: string
show_if: [["mode", "=", "smb"]]
default: ""
- variable: password
label: Password
description: connecting password
schema:
type: string
show_if: [["mode", "=", "smb"]]
default: ""
- variable: volumeSnapshots
label: 'Volume Snapshots (Experimental)'
description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
schema:
show_if: [["type", "=", "pvc"]]
type: list
default: []
items:
- variable: volumeSnapshotEntry
label: Custom volumeSnapshot
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
label: Name
description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
schema:
type: string
default: "mysnapshot"
required: true
- variable: volumeSnapshotClassName
label: 'volumeSnapshot Class Name (Advanced)'
description: For use with PVCs using a non-default storageClass
schema:
type: string
default: ""
- variable: data - variable: data
label: "data Storage" label: "data Storage"
description: "Used to store data (ex. monitored Channels)" description: "Used to store data (ex. monitored Channels)"
@ -540,13 +671,44 @@ questions:
show_if: [["type", "=", "nfs"]] show_if: [["type", "=", "nfs"]]
type: string type: string
default: "" default: ""
- variable: setPermissions - variable: autoPermissions
label: Automatic Permissions label: Automatic Permissions Configuration
description: Automatically set permissions on install description: Automatically set permissions
schema: schema:
show_if: [["type", "=", "hostPath"]] show_if: [["type", "!=", "pvc"]]
type: boolean type: dict
default: false additional_attrs: true
attrs:
- variable: enabled
label: enabled
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: chown
label: Run CHOWN
description: |
It will run CHOWN on the path with the given fsGroup
schema:
type: boolean
default: false
- variable: chmod
label: Run CHMOD
description: |
It will run CHMOD on the path with the given value</br>
Format should be 3 digits, e.g. 770
schema:
type: string
valid_chars: '[0-9]{3}'
default: ""
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
schema:
type: boolean
default: false
- variable: readOnly - variable: readOnly
label: Read Only label: Read Only
schema: schema:
@ -576,6 +738,99 @@ questions:
show_if: [["type", "=", "pvc"]] show_if: [["type", "=", "pvc"]]
type: string type: string
default: 256Gi default: 256Gi
- variable: storageClass
label: 'storageClass (Advanced)'
description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
schema:
show_if: [["type", "=", "pvc"]]
type: string
default: ""
- variable: static
label: 'Static Fixed PVC Bindings (Experimental)'
description: Link a PVC to a specific storage location
schema:
show_if: [["type", "=", "pvc"]]
type: dict
additional_attrs: true
attrs:
- variable: mode
label: mode
description: |
disabled: use normal dynamic PVCs
smb: connect to an SMB share
nfs: connect to an NFS share
schema:
type: string
default: "disabled"
enum:
- value: "disabled"
description: disabled
- value: smb
description: smb
- value: nfs
description: nfs
- variable: server
label: Server
description: server to connect to
schema:
type: string
show_if: [["mode", "!=", "disabled"]]
default: "myserver"
- variable: share
label: Share
description: share to connect to
schema:
type: string
show_if: [["mode", "!=", "disabled"]]
default: "/myshare"
- variable: user
label: User
description: connecting user
schema:
type: string
show_if: [["mode", "=", "smb"]]
default: "myuser"
- variable: domain
label: Domain
description: user domain
schema:
type: string
show_if: [["mode", "=", "smb"]]
default: ""
- variable: password
label: Password
description: connecting password
schema:
type: string
show_if: [["mode", "=", "smb"]]
default: ""
- variable: volumeSnapshots
label: 'Volume Snapshots (Experimental)'
description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
schema:
show_if: [["type", "=", "pvc"]]
type: list
default: []
items:
- variable: volumeSnapshotEntry
label: Custom volumeSnapshot
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
label: Name
description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
schema:
type: string
default: "mysnapshot"
required: true
- variable: volumeSnapshotClassName
label: 'volumeSnapshot Class Name (Advanced)'
description: For use with PVCs using a non-default storageClass
schema:
type: string
default: ""
- variable: persistenceList - variable: persistenceList
label: Additional App Storage label: Additional App Storage
group: Storage and Persistence group: Storage and Persistence
@ -622,13 +877,44 @@ questions:
show_if: [["type", "=", "nfs"]] show_if: [["type", "=", "nfs"]]
type: string type: string
default: "" default: ""
- variable: setPermissions - variable: autoPermissions
label: Automatic Permissions label: Automatic Permissions Configuration
description: Automatically set permissions on install description: Automatically set permissions
schema: schema:
show_if: [["type", "=", "hostPath"]] show_if: [["type", "!=", "pvc"]]
type: boolean type: dict
default: false additional_attrs: true
attrs:
- variable: enabled
label: enabled
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: chown
label: Run CHOWN
description: |
It will run CHOWN on the path with the given fsGroup
schema:
type: boolean
default: false
- variable: chmod
label: Run CHMOD
description: |
It will run CHMOD on the path with the given value</br>
Format should be 3 digits, e.g. 770
schema:
type: string
valid_chars: '[0-9]{3}'
default: ""
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
schema:
type: boolean
default: false
- variable: readOnly - variable: readOnly
label: Read Only label: Read Only
schema: schema:
@ -665,6 +951,99 @@ questions:
show_if: [["type", "=", "pvc"]] show_if: [["type", "=", "pvc"]]
type: string type: string
default: 256Gi default: 256Gi
- variable: storageClass
label: 'storageClass (Advanced)'
description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
schema:
show_if: [["type", "=", "pvc"]]
type: string
default: ""
- variable: static
label: 'Static Fixed PVC Bindings (Experimental)'
description: Link a PVC to a specific storage location
schema:
show_if: [["type", "=", "pvc"]]
type: dict
additional_attrs: true
attrs:
- variable: mode
label: mode
description: |
disabled: use normal dynamic PVCs
smb: connect to an SMB share
nfs: connect to an NFS share
schema:
type: string
default: "disabled"
enum:
- value: "disabled"
description: disabled
- value: smb
description: smb
- value: nfs
description: nfs
- variable: server
label: Server
description: server to connect to
schema:
type: string
show_if: [["mode", "!=", "disabled"]]
default: "myserver"
- variable: share
label: Share
description: share to connect to
schema:
type: string
show_if: [["mode", "!=", "disabled"]]
default: "/myshare"
- variable: user
label: User
description: connecting user
schema:
type: string
show_if: [["mode", "=", "smb"]]
default: "myuser"
- variable: domain
label: Domain
description: user domain
schema:
type: string
show_if: [["mode", "=", "smb"]]
default: ""
- variable: password
label: Password
description: connecting password
schema:
type: string
show_if: [["mode", "=", "smb"]]
default: ""
- variable: volumeSnapshots
label: 'Volume Snapshots (Experimental)'
description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
schema:
show_if: [["type", "=", "pvc"]]
type: list
default: []
items:
- variable: volumeSnapshotEntry
label: Custom volumeSnapshot
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
label: Name
description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
schema:
type: string
default: "mysnapshot"
required: true
- variable: volumeSnapshotClassName
label: 'volumeSnapshot Class Name (Advanced)'
description: For use with PVCs using a non-default storageClass
schema:
type: string
default: ""
- variable: ingress - variable: ingress
label: "" label: ""
group: Ingress group: Ingress
@ -707,7 +1086,7 @@ questions:
label: Paths label: Paths
schema: schema:
type: list type: list
default: [] default: [{path: "/", pathType: "Prefix"}]
items: items:
- variable: pathEntry - variable: pathEntry
label: Host label: Host
@ -733,11 +1112,50 @@ questions:
schema: schema:
type: string type: string
default: "" default: ""
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
schema:
type: list
default: []
items:
- variable: name
label: Name
schema:
type: string
default: ""
required: true
- variable: advanced
label: Show Advanced Settings
description: Advanced settings are not covered by TrueCharts Support
schema:
type: boolean
default: false
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
show_if: [["advanced", "=", true]]
required: true
- variable: allowCors
label: "Allow Cross Origin Requests"
schema:
type: boolean
show_if: [["advanced", "=", true]]
default: false
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
type: string
show_if: [["advanced", "=", true]]
default: ""
- variable: tls - variable: tls
label: TLS-Settings label: TLS-Settings
schema: schema:
type: list type: list
show_if: [["certificateIssuer", "=", ""]] show_if: [["advanced", "=", true]]
default: [] default: []
items: items:
- variable: tlsEntry - variable: tlsEntry
@ -765,44 +1183,26 @@ questions:
schema: schema:
type: string type: string
default: "" default: ""
- variable: clusterCertificate
label: 'Cluster Certificate (Advanced)'
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
schema:
type: string
show_if: [["certificateIssuer", "=", ""]]
default: ""
- variable: secretName
label: 'Use Custom Certificate Secret (Advanced)'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: scaleCert - variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated) label: 'Use TrueNAS SCALE Certificate (Deprecated)'
schema: schema:
show_if: [["certificateIssuer", "=", ""]] show_if: [["certificateIssuer", "=", ""]]
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
required: true
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
type: string
default: ""
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
schema:
type: list
default: []
items:
- variable: name
label: Name
schema:
type: string
default: ""
required: true
- variable: ingressList - variable: ingressList
label: Add Manual Custom Ingresses label: Add Manual Custom Ingresses
group: Ingress group: Ingress
@ -832,6 +1232,12 @@ questions:
schema: schema:
type: string type: string
default: "" default: ""
- variable: allowCors
label: "Allow Cross Origin Requests"
schema:
type: boolean
show_if: [["advanced", "=", true]]
default: false
- variable: hosts - variable: hosts
label: Hosts label: Hosts
schema: schema:
@ -889,8 +1295,8 @@ questions:
label: Service Port label: Service Port
schema: schema:
type: int type: int
- variable: clusterIssuer - variable: certificateIssuer
label: clusterIssuer label: certificateIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below' description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema: schema:
type: string type: string
@ -900,7 +1306,7 @@ questions:
schema: schema:
type: list type: list
default: [] default: []
show_if: [["clusterIssuer", "=", ""]] show_if: [["certificateIssuer", "=", ""]]
items: items:
- variable: tlsEntry - variable: tlsEntry
label: Host label: Host
@ -920,7 +1326,7 @@ questions:
type: string type: string
default: "" default: ""
required: true required: true
- variable: clusterIssuer - variable: certificateIssuer
label: Use Cert-Manager clusterIssuer label: Use Cert-Manager clusterIssuer
description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
schema: schema:
@ -929,15 +1335,22 @@ questions:
- variable: scaleCert - variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated) label: Use TrueNAS SCALE Certificate (Deprecated)
schema: schema:
show_if: [["clusterIssuer", "=", ""]] show_if: [["certificateIssuer", "=", ""]]
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: clusterCertificate
label: 'Cluster Certificate (Advanced)'
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
schema:
type: string
show_if: [["certificateIssuer", "=", ""]]
default: ""
- variable: secretName - variable: secretName
label: Use Custom Secret (Advanced) label: Use Custom Secret (Advanced)
schema: schema:
type: string type: string
show_if: [["clusterIssuer", "=", ""]] show_if: [["certificateIssuer", "=", ""]]
default: "" default: ""
- variable: entrypoint - variable: entrypoint
label: Traefik Entrypoint label: Traefik Entrypoint
@ -1067,14 +1480,14 @@ questions:
attrs: attrs:
- variable: cpu - variable: cpu
label: CPU label: CPU
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema: schema:
type: string type: string
default: 4000m default: 4000m
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- variable: memory - variable: memory
label: RAM label: RAM
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema: schema:
type: string type: string
default: 8Gi default: 8Gi
@ -1088,7 +1501,7 @@ questions:
attrs: attrs:
- variable: cpu - variable: cpu
label: CPU label: CPU
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema: schema:
type: string type: string
default: 10m default: 10m
@ -1096,7 +1509,7 @@ questions:
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- variable: memory - variable: memory
label: "RAM" label: "RAM"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema: schema:
type: string type: string
default: 50Mi default: 50Mi
@ -1160,6 +1573,7 @@ questions:
- variable: gpu - variable: gpu
label: Select GPU label: Select GPU
schema: schema:
additional_attrs: true
type: dict type: dict
$ref: $ref:
- "definitions/gpuConfiguration" - "definitions/gpuConfiguration"
@ -1747,6 +2161,7 @@ questions:
- variable: openvpn - variable: openvpn
label: OpenVPN Settings label: OpenVPN Settings
schema: schema:
additional_attrs: true
type: dict type: dict
show_if: [["type", "=", "openvpn"]] show_if: [["type", "=", "openvpn"]]
attrs: attrs:
@ -1767,6 +2182,7 @@ questions:
- variable: tailscale - variable: tailscale
label: Tailscale Settings label: Tailscale Settings
schema: schema:
additional_attrs: true
type: dict type: dict
show_if: [["type", "=", "tailscale"]] show_if: [["type", "=", "tailscale"]]
attrs: attrs:
@ -1893,6 +2309,7 @@ questions:
schema: schema:
type: string type: string
required: true required: true
max_length: 10240
- variable: docs - variable: docs
group: Documentation group: Documentation
label: Please read the documentation at https://truecharts.org label: Please read the documentation at https://truecharts.org

View File

@ -1,4 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/auto-yt-dl.png icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/auto-yt-dl.png
categories: categories:
- Downloaders - Downloaders
screenshots: []