Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-12-21 15:08:31 +00:00
parent e7a9af2d6a
commit 5b8866ebe4
176 changed files with 45480 additions and 0 deletions

View File

@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [redis-10.0.7](https://github.com/truecharts/charts/compare/redis-10.0.6...redis-10.0.7) (2023-12-21)
## [redis-10.0.7](https://github.com/truecharts/charts/compare/redis-10.0.6...redis-10.0.7) (2023-12-21)
## [redis-10.0.6](https://github.com/truecharts/charts/compare/redis-10.0.5...redis-10.0.6) (2023-12-21)
### Chore
- bump everything to ensure patches are applied globally
## [redis-10.0.5](https://github.com/truecharts/charts/compare/redis-10.0.4...redis-10.0.5) (2023-12-21)
### Chore
- update helm chart common to 16.2.9 by renovate ([#16340](https://github.com/truecharts/charts/issues/16340))
## [redis-10.0.4](https://github.com/truecharts/charts/compare/redis-10.0.3...redis-10.0.4) (2023-12-20)
### Chore
- bump patch versions on all charts for new GUI release
## [redis-10.0.3](https://github.com/truecharts/charts/compare/redis-10.0.2...redis-10.0.3) (2023-12-20)
### Chore
- Bump everything to force min/max scale version update
## [redis-10.0.2](https://github.com/truecharts/charts/compare/redis-10.0.1...redis-10.0.2) (2023-12-17)
### Chore
- update helm chart common to 16.2.7 by renovate ([#16203](https://github.com/truecharts/charts/issues/16203))
## [redis-10.0.1](https://github.com/truecharts/charts/compare/redis-10.0.0...redis-10.0.1) (2023-12-16)
### Chore
- fix move mistake and cleanup metadata
## [redis-10.0.1](https://github.com/truecharts/charts/compare/redis-10.0.0...redis-10.0.1) (2023-12-16)
### Chore
- fix move mistake and cleanup metadata
## [redis-10.0.1](https://github.com/truecharts/charts/compare/redis-10.0.0...redis-10.0.1) (2023-12-16)
### Chore
- fix move mistake and cleanup metadata
## [redis-10.0.0](https://github.com/truecharts/charts/compare/redis-9.0.3...redis-10.0.0) (2023-12-12)
### Chore
- update helm chart common to 16.2.6 ([#15730](https://github.com/truecharts/charts/issues/15730))
## [redis-9.0.3](https://github.com/truecharts/charts/compare/redis-9.0.2...redis-9.0.3) (2023-12-10)

View File

@ -0,0 +1,38 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: redis
version: 10.0.7
appVersion: 7.2.3
description: Open source, advanced key-value store.
home: https://truecharts.org/charts/dependency/redis
icon: https://truecharts.org/img/hotlink-ok/chart-icons/redis.png
deprecated: false
sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/redis
- https://hub.docker.com/r/bitnami/redis
- https://github.com/bitnami/bitnami-docker-redis
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- redis
- keyvalue
- database
dependencies:
- name: common
version: 16.2.9
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: database
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: dependency
type: application

View File

@ -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/dependency/redis)
**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*

View File

@ -0,0 +1,4 @@
## [redis-10.0.7](https://github.com/truecharts/charts/compare/redis-10.0.6...redis-10.0.7) (2023-12-21)

View File

@ -0,0 +1,8 @@
Open source, advanced key-value store.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/dependency/redis](https://truecharts.org/charts/dependency/redis)
---
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.

View File

@ -0,0 +1,170 @@
image:
repository: bitnami/redis
pullPolicy: IfNotPresent
tag: 7.2.3@sha256:9ac3bbf7740969d32689e360ddcfa5f672538c47f6f6cf296173c3078de0edf2
workload:
main:
replicas: 1
type: StatefulSet
strategy: RollingUpdate
podSpec:
containers:
main:
env:
REDIS_REPLICATION_MODE: master
ALLOW_EMPTY_PASSWORD: "yes"
REDIS_PORT: "{{ .Values.service.main.ports.main.targetPort }}"
REDIS_PASSWORD:
secretKeyRef:
expandObjectName: "{{ if .Values.redisPassword }}true{{ else }}false{{ end }}"
name: '{{ if .Values.redisPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "rediscreds" }}{{ end }}'
key: "redis-password"
probes:
liveness:
enabled: true
type: exec
command:
- sh
- -c
- /health/ping_liveness_local.sh 2
readiness:
enabled: true
type: exec
command:
- sh
- -c
- /health/ping_readiness_local.sh 2
# -- Startup probe configuration
# @default -- See below
startup:
# -- Enable the startup probe
enabled: true
type: exec
command:
- sh
- -c
- /health/ping_readiness_local.sh 2
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
configmap:
health:
enabled: true
data:
ping_readiness_local.sh: |-
#!/bin/bash
[[ -n "$REDIS_PASSWORD" ]] && export REDISCLI_AUTH="$REDIS_PASSWORD"
response=$(
timeout -s 3 $1 \
redis-cli \
-h localhost \
-p $REDIS_PORT \
ping
)
if [ "$response" != "PONG" ]; then
echo "failed to connect using password: $REDIS_PASSWORD response: $response"
exit 1
fi
ping_liveness_local.sh: |-
#!/bin/bash
[[ -n "$REDIS_PASSWORD" ]] && export REDISCLI_AUTH="$REDIS_PASSWORD"
response=$(
timeout -s 3 $1 \
redis-cli \
-h localhost \
-p $REDIS_PORT \
ping
)
if [ "$response" != "PONG" ] && [ "$response" != "LOADING Redis is loading the dataset in memory" ]; then
echo "$response"
exit 1
fi
ping_readiness_master.sh: |-
#!/bin/bash
[[ -n "$REDIS_MASTER_PASSWORD" ]] && export REDISCLI_AUTH="$REDIS_MASTER_PASSWORD"
response=$(
timeout -s 3 $1 \
redis-cli \
-h $REDIS_MASTER_HOST \
-p $REDIS_MASTER_PORT_NUMBER \
ping
)
if [ "$response" != "PONG" ]; then
echo "$response"
exit 1
fi
ping_liveness_master.sh: |-
#!/bin/bash
[[ -n "$REDIS_MASTER_PASSWORD" ]] && export REDISCLI_AUTH="$REDIS_MASTER_PASSWORD"
response=$(
timeout -s 3 $1 \
redis-cli \
-h $REDIS_MASTER_HOST \
-p $REDIS_MASTER_PORT_NUMBER \
ping
)
if [ "$response" != "PONG" ] && [ "$response" != "LOADING Redis is loading the dataset in memory" ]; then
echo "$response"
exit 1
fi
ping_readiness_local_and_master.sh: |-
script_dir="$(dirname "$0")"
exit_status=0
"$script_dir/ping_readiness_local.sh" $1 || exit_status=$?
"$script_dir/ping_readiness_master.sh" $1 || exit_status=$?
exit $exit_status
ping_liveness_local_and_master.sh: |-
script_dir="$(dirname "$0")"
exit_status=0
"$script_dir/ping_liveness_local.sh" $1 || exit_status=$?
"$script_dir/ping_liveness_master.sh" $1 || exit_status=$?
exit $exit_status
secret:
credentials:
enabled: true
data:
redis-password: '{{ ( .Values.redisPassword | default "nothing" ) }}'
# -- Secret or password
# One of these options is required, unless used as a dependency for another TrueCharts chart.
redisPassword: ""
existingSecret: ""
service:
main:
ports:
main:
port: 6379
targetPort: 6379
volumeClaimTemplates:
data:
enabled: false
mountPath: "/bitnami/redis"
persistence:
data:
enabled: true
type: emptyDir
mountPath: "/bitnami/redis"
redis-health:
enabled: true
type: configmap
objectName: health
mountPath: "/health"
defaultMode: "0755"
items:
- key: ping_readiness_local.sh
path: ping_readiness_local.sh
- key: ping_liveness_local.sh
path: ping_liveness_local.sh
- key: ping_readiness_master.sh
path: ping_readiness_master.sh
- key: ping_liveness_master.sh
path: ping_liveness_master.sh
- key: ping_liveness_local_and_master.sh
path: ping_liveness_local_and_master.sh
- key: ping_readiness_local_and_master.sh
path: ping_readiness_local_and_master.sh
portal:
open:
enabled: false
manifestManager:
enabled: false

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@ -0,0 +1,2 @@
{{ include "tc.v1.common.loader.all" . }}

View File

View File

@ -0,0 +1,13 @@
**Important:**
*for the complete changelog, please refer to the website*
## [anope-3.0.8](https://github.com/truecharts/charts/compare/anope-3.0.7...anope-3.0.8) (2023-12-21)
### Chore
- move more incubator to stable

View File

@ -0,0 +1,39 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: anope
version: 3.0.8
appVersion: latest
description: Anope is a set of IRC Services designed for flexibility and ease of use.
home: https://truecharts.org/charts/incubator/anope
icon: https://truecharts.org/img/hotlink-ok/chart-icons/anope.png
deprecated: false
sources:
- https://thelounge.chat/
- https://github.com/truecharts/charts/tree/master/charts/incubator/anope
- https://hub.docker.com/r/ich777/anope
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- anope
- Network-Other
- Productivity
- Tools-Utilities
dependencies:
- name: common
version: 16.2.7
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: Network-Other
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
type: application

View File

@ -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/anope)
**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*

View File

@ -0,0 +1,9 @@
## [anope-3.0.8](https://github.com/truecharts/charts/compare/anope-3.0.7...anope-3.0.8) (2023-12-21)
### Chore
- move more incubator to stable

View File

@ -0,0 +1,8 @@
Anope is a set of IRC Services designed for flexibility and ease of use.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/anope](https://truecharts.org/charts/stable/anope)
---
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.

View File

@ -0,0 +1,45 @@
image:
pullPolicy: IfNotPresent
repository: ich777/anope
tag: latest@sha256:2fd46d7763de04607785af06a2a31966f4f5b857a12a1895fc4e0bd7b7c626db
persistence:
datapath:
enabled: true
mountPath: /anope
portal:
open:
enabled: false
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
enabled: false
ports:
main:
enabled: false
workload:
main:
podSpec:
containers:
main:
env:
CASEMAP: rfc1459
DATA_PERM: "770"
HOST: irc.example.com
IP_ADDR: ""
IRCD: inspircd3
LOCAL_HOSTNAME: services
PASSWORD: ""
PORT: "7000"
SSL: "yes"
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,2 @@
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.all" . }}

View File

4
stable/anope/item.yaml Normal file
View File

@ -0,0 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/anope.png
categories:
- Network-Other
screenshots: []

View File

@ -0,0 +1,13 @@
**Important:**
*for the complete changelog, please refer to the website*
## [blender-3.0.8](https://github.com/truecharts/charts/compare/blender-3.0.7...blender-3.0.8) (2023-12-21)
### Chore
- move more incubator to stable

View File

@ -0,0 +1,39 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: blender
version: 3.0.8
appVersion: latest
description: Blender(https://www.blender.org/) is a free and open-source 3D computer graphics software toolset used for creating animated films, visual effects, art, 3D printed models, motion graphics, interactive 3D applications, virtual reality, and computer games. **This image does not support GPU rendering out of the box only accelerated workspace experience**
home: https://truecharts.org/charts/incubator/blender
icon: https://truecharts.org/img/hotlink-ok/chart-icons/blender.png
deprecated: false
sources:
- https://github.com/linuxserver/docker-blender#readme
- https://www.blender.org/
- https://github.com/orgs/linuxserver/packages/container/package/blender
- https://github.com/truecharts/charts/tree/master/charts/incubator/blender
- https://fleet.linuxserver.io/image?name=linuxserver/blender
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- blender
- Other
dependencies:
- name: common
version: 16.2.7
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: Other
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
type: application

View File

@ -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/blender)
**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*

View File

@ -0,0 +1,9 @@
## [blender-3.0.8](https://github.com/truecharts/charts/compare/blender-3.0.7...blender-3.0.8) (2023-12-21)
### Chore
- move more incubator to stable

View File

@ -0,0 +1,8 @@
Blender(https://www.blender.org/) is a free and open-source 3D computer graphics software toolset used for creating animated films, visual effects, art, 3D printed models, motion graphics, interactive 3D applications, virtual reality, and computer games. **This image does not support GPU rendering out of the box only accelerated workspace experience**
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/blender](https://truecharts.org/charts/stable/blender)
---
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.

View File

@ -0,0 +1,31 @@
image:
pullPolicy: IfNotPresent
repository: lscr.io/linuxserver/blender
tag: latest@sha256:f65ce22a34e2a342ddfa0e6af4108d2d23fd62888487340f3cd07b0029b35c95
persistence:
config:
enabled: true
mountPath: /config
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 3000
protocol: tcp
targetPort: 3000
workload:
main:
podSpec:
containers:
main:
env:
KEYBOARD: ""
SUBFOLDER: ""

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,2 @@
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.all" . }}

View File

4
stable/blender/item.yaml Normal file
View File

@ -0,0 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/blender.png
categories:
- Other
screenshots: []

View File

@ -0,0 +1,13 @@
**Important:**
*for the complete changelog, please refer to the website*
## [chromium-3.0.8](https://github.com/truecharts/charts/compare/chromium-3.0.7...chromium-3.0.8) (2023-12-21)
### Chore
- move more incubator to stable

View File

@ -0,0 +1,38 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: chromium
version: 3.0.8
appVersion: latest
description: Chromium is a free and open-source software project developed by the Google-sponsored Chromium project.
home: https://truecharts.org/charts/incubator/chromium
icon: https://truecharts.org/img/hotlink-ok/chart-icons/chromium.png
deprecated: false
sources:
- https://www.google.com/chrome/
- https://github.com/truecharts/charts/tree/master/charts/incubator/chromium
- https://hub.docker.com/r/ich777/chrome
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- chromium
- Productivity
- Tools-Utilities
dependencies:
- name: common
version: 16.2.7
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: Productivity
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
type: application

View File

@ -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/chromium)
**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*

View File

@ -0,0 +1,9 @@
## [chromium-3.0.8](https://github.com/truecharts/charts/compare/chromium-3.0.7...chromium-3.0.8) (2023-12-21)
### Chore
- move more incubator to stable

View File

@ -0,0 +1,8 @@
Chromium is a free and open-source software project developed by the Google-sponsored Chromium project.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/chromium](https://truecharts.org/charts/stable/chromium)
---
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.

View File

@ -0,0 +1,32 @@
image:
pullPolicy: IfNotPresent
repository: ich777/chrome
tag: latest@sha256:a93ac536eb3ea92bbdf0592c9efc802c814fd4a59944b70bfe27cdff8146fd01
persistence:
datadir:
enabled: true
mountPath: /chrome
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 8080
protocol: tcp
targetPort: 8080
workload:
main:
podSpec:
containers:
main:
env:
CUSTOM_RES_H: "768"
CUSTOM_RES_W: "1280"
EXTRA_PARAMETERS: ""

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,2 @@
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.all" . }}

View File

View File

@ -0,0 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/chromium.png
categories:
- Productivity
screenshots: []

View File

@ -0,0 +1,13 @@
**Important:**
*for the complete changelog, please refer to the website*
## [electrum-3.0.8](https://github.com/truecharts/charts/compare/electrum-3.0.7...electrum-3.0.8) (2023-12-21)
### Chore
- move more incubator to stable

View File

@ -0,0 +1,39 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: electrum
version: 3.0.8
appVersion: latest
description: Electrum is a Bitcoin wallet focused on speed and simplicity, with low resource usage. It uses remote servers that handle the most complicated parts of the Bitcoin system, and it allows you to recover your wallet from a secret phrase.
home: https://truecharts.org/charts/incubator/electrum
icon: https://truecharts.org/img/hotlink-ok/chart-icons/electrum.png
deprecated: false
sources:
- https://electrum.org/
- https://github.com/truecharts/charts/tree/master/charts/incubator/electrum
- https://hub.docker.com/r/ich777/electrum
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- electrum
- Network-Other
- Productivity
- Tools-Utilities
dependencies:
- name: common
version: 16.2.7
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: Network-Other
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
type: application

View File

@ -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/electrum)
**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*

View File

@ -0,0 +1,9 @@
## [electrum-3.0.8](https://github.com/truecharts/charts/compare/electrum-3.0.7...electrum-3.0.8) (2023-12-21)
### Chore
- move more incubator to stable

View File

@ -0,0 +1,8 @@
Electrum is a Bitcoin wallet focused on speed and simplicity, with low resource usage. It uses remote servers that handle the most complicated parts of the Bitcoin system, and it allows you to recover your wallet from a secret phrase.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/electrum](https://truecharts.org/charts/stable/electrum)
---
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.

View File

@ -0,0 +1,32 @@
image:
pullPolicy: IfNotPresent
repository: ich777/electrum
tag: latest@sha256:2361f08dd63e26045192a201475ec263b06a05227a6475cca6947f6b7a8c971f
persistence:
datapath:
enabled: true
mountPath: /electrum
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 8080
protocol: tcp
targetPort: 8080
workload:
main:
podSpec:
containers:
main:
env:
CUSTOM_RES_H: "768"
CUSTOM_RES_W: "1024"
DATA_PERM: "770"

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,2 @@
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.all" . }}

View File

View File

@ -0,0 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/electrum.png
categories:
- Network-Other
screenshots: []

View File

@ -0,0 +1,13 @@
**Important:**
*for the complete changelog, please refer to the website*
## [flextv-3.0.8](https://github.com/truecharts/charts/compare/flextv-3.0.7...flextv-3.0.8) (2023-12-21)
### Chore
- move more incubator to stable

View File

@ -0,0 +1,38 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: flextv
version: 3.0.8
appVersion: latest
description: A super-sexy voice interface for the Plex HTPC.
home: https://truecharts.org/charts/incubator/flextv
icon: https://truecharts.org/img/hotlink-ok/chart-icons/flextv.png
deprecated: false
sources:
- https://github.com/d8ahazard/FlexTV
- https://registry.hub.docker.com/r/jcreynolds/flextv/
- https://github.com/truecharts/charts/tree/master/charts/incubator/flextv
- https://hub.docker.com/r/jcreynolds/flextv
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- flextv
- MediaApp
dependencies:
- name: common
version: 16.2.7
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: MediaApp
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
type: application

View File

@ -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/flextv)
**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*

View File

@ -0,0 +1,9 @@
## [flextv-3.0.8](https://github.com/truecharts/charts/compare/flextv-3.0.7...flextv-3.0.8) (2023-12-21)
### Chore
- move more incubator to stable

View File

@ -0,0 +1,8 @@
A super-sexy voice interface for the Plex HTPC.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/flextv](https://truecharts.org/charts/stable/flextv)
---
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.

View File

@ -0,0 +1,37 @@
image:
pullPolicy: IfNotPresent
repository: jcreynolds/flextv
tag: latest@sha256:5a322ebf61462ab66188cee1fd110b4b8b4bfe845ae51925946a74ddcc802a6d
persistence:
config:
enabled: true
mountPath: /config
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 5666
protocol: http
targetPort: 80
tcpport1:
enabled: true
ports:
tcpport1:
enabled: true
port: 5667
protocol: tcp
targetPort: 443
workload:
main:
podSpec:
containers:
main:
env:

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,2 @@
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.all" . }}

View File

4
stable/flextv/item.yaml Normal file
View File

@ -0,0 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/flextv.png
categories:
- MediaApp
screenshots: []

View File

@ -0,0 +1,13 @@
**Important:**
*for the complete changelog, please refer to the website*
## [fluttercoin-wallet-3.0.8](https://github.com/truecharts/charts/compare/fluttercoin-wallet-3.0.7...fluttercoin-wallet-3.0.8) (2023-12-21)
### Chore
- move more incubator to stable

View File

@ -0,0 +1,40 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: fluttercoin-wallet
version: 3.0.8
appVersion: latest
description: FlutterCoin may be a coin with the tried and true algorithm of scrypt, but it's definitely anything but ordinary.
home: https://truecharts.org/charts/incubator/fluttercoin-wallet
icon: https://truecharts.org/img/hotlink-ok/chart-icons/fluttercoin-wallet.png
deprecated: false
sources:
- https://fluttercoin.me/
- https://github.com/truecharts/charts/tree/master/charts/incubator/fluttercoin-wallet
- https://hub.docker.com/r/ich777/fluttercoin
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- fluttercoin-wallet
- Network-Other
- Productivity
- Tools-Utilities
- Crypto
dependencies:
- name: common
version: 16.2.7
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: Network-Other
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
type: application

View File

@ -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/fluttercoin-wallet)
**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*

View File

@ -0,0 +1,9 @@
## [fluttercoin-wallet-3.0.8](https://github.com/truecharts/charts/compare/fluttercoin-wallet-3.0.7...fluttercoin-wallet-3.0.8) (2023-12-21)
### Chore
- move more incubator to stable

View File

@ -0,0 +1,8 @@
FlutterCoin may be a coin with the tried and true algorithm of scrypt, but it's definitely anything but ordinary.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/fluttercoin-wallet](https://truecharts.org/charts/stable/fluttercoin-wallet)
---
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!

View File

@ -0,0 +1,49 @@
image:
pullPolicy: IfNotPresent
repository: ich777/fluttercoin
tag: latest@sha256:6a5a8796019044220846b479e13f9967ed283623b6ebd03ef1bbd1504eefaf66
persistence:
datapath:
enabled: true
mountPath: /fluttercoin
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
jsonremoteport:
enabled: true
ports:
jsonremoteport:
enabled: true
port: 7474
protocol: tcp
targetPort: 7474
main:
ports:
main:
port: 8080
protocol: http
targetPort: 8080
peertopeerconn:
enabled: true
ports:
peertopeerconn:
enabled: true
port: 7408
protocol: tcp
targetPort: 7408
workload:
main:
podSpec:
containers:
main:
env:
CUSTOM_RES_H: "768"
CUSTOM_RES_W: "1024"
DATA_PERM: "770"
EXTRA_PARAMS: -bind=0.0.0.0

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,2 @@
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.all" . }}

View File

@ -0,0 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/fluttercoin-wallet.png
categories:
- Network-Other
screenshots: []

View File

@ -0,0 +1,13 @@
**Important:**
*for the complete changelog, please refer to the website*
## [fmd2-wine-3.0.8](https://github.com/truecharts/charts/compare/fmd2-wine-3.0.7...fmd2-wine-3.0.8) (2023-12-21)
### Chore
- move more incubator to stable

View File

@ -0,0 +1,38 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: fmd2-wine
version: 3.0.8
appVersion: latest
description: "**FMD2:** This is an active fork of the Free Manga Downloader which is a free open source application written in Object Pascal for managing and downloading manga from various websites. "
home: https://truecharts.org/charts/incubator/fmd2-wine
icon: https://truecharts.org/img/hotlink-ok/chart-icons/fmd2-wine.png
deprecated: false
sources:
- https://github.com/Banh-Canh/docker-FMD2
- https://github.com/truecharts/charts/tree/master/charts/incubator/fmd2-wine
- https://hub.docker.com/r/banhcanh/docker-fmd2
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- fmd2-wine
- Downloaders
- MediaApp-Books
dependencies:
- name: common
version: 16.2.7
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: Downloaders
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
type: application

View File

@ -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/fmd2-wine)
**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*

View File

@ -0,0 +1,9 @@
## [fmd2-wine-3.0.8](https://github.com/truecharts/charts/compare/fmd2-wine-3.0.7...fmd2-wine-3.0.8) (2023-12-21)
### Chore
- move more incubator to stable

View File

@ -0,0 +1,8 @@
**FMD2:** This is an active fork of the Free Manga Downloader which is a free open source application written in Object Pascal for managing and downloading manga from various websites.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/fmd2-wine](https://truecharts.org/charts/stable/fmd2-wine)
---
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.

View File

@ -0,0 +1,41 @@
image:
pullPolicy: IfNotPresent
repository: banhcanh/docker-fmd2
tag: latest@sha256:153ccc161e7ed9f2b44f6ec7176ed4e5e53fc0962465d3556176b6489eae20eb
persistence:
appluamodulespath:
enabled: true
mountPath: /app/FMD2/lua
appuserdata:
enabled: true
mountPath: /app/FMD2/userdata
appwineconfig:
enabled: true
mountPath: /config/.wine
data:
enabled: true
mountPath: /app/FMD2/data
downloaddirectory:
enabled: true
mountPath: /downloads
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 6080
protocol: tcp
targetPort: 6080
workload:
main:
podSpec:
containers:
main:
env:

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,2 @@
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.all" . }}

View File

View File

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

View File

@ -0,0 +1,13 @@
**Important:**
*for the complete changelog, please refer to the website*
## [kdenlive-3.0.8](https://github.com/truecharts/charts/compare/kdenlive-3.0.7...kdenlive-3.0.8) (2023-12-21)
### Chore
- move more incubator to stable

View File

@ -0,0 +1,39 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: kdenlive
version: 3.0.8
appVersion: latest
description: Kdenlive(https://kdenlive.org/) is a powerful free and open source cross-platform video editing program made by the KDE community. Feature rich and production ready.
home: https://truecharts.org/charts/incubator/kdenlive
icon: https://truecharts.org/img/hotlink-ok/chart-icons/kdenlive.png
deprecated: false
sources:
- https://github.com/linuxserver/docker-kdenlive#readme
- https://github.com/truecharts/charts/tree/master/charts/incubator/kdenlive
- https://fleet.linuxserver.io/image?name=linuxserver/kdenlive
- https://kdenlive.org/
- https://github.com/orgs/linuxserver/packages/container/package/kdenlive
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- kdenlive
- Other
dependencies:
- name: common
version: 16.2.7
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: Other
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
type: application

View File

@ -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/kdenlive)
**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*

View File

@ -0,0 +1,9 @@
## [kdenlive-3.0.8](https://github.com/truecharts/charts/compare/kdenlive-3.0.7...kdenlive-3.0.8) (2023-12-21)
### Chore
- move more incubator to stable

View File

@ -0,0 +1,8 @@
Kdenlive(https://kdenlive.org/) is a powerful free and open source cross-platform video editing program made by the KDE community. Feature rich and production ready.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/kdenlive](https://truecharts.org/charts/stable/kdenlive)
---
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.

View File

@ -0,0 +1,31 @@
image:
pullPolicy: IfNotPresent
repository: lscr.io/linuxserver/kdenlive
tag: latest@sha256:c58284ea508e8108142fdf2ee18ee6497fea805ca622e0c60768c0dc75b0c0ab
persistence:
config:
enabled: true
mountPath: /config
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 3000
protocol: tcp
targetPort: 3000
workload:
main:
podSpec:
containers:
main:
env:
KEYBOARD: ""
SUBFOLDER: ""

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,2 @@
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.all" . }}

View File

View File

@ -0,0 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/kdenlive.png
categories:
- Other
screenshots: []

View File

@ -0,0 +1,13 @@
**Important:**
*for the complete changelog, please refer to the website*
## [livestreamdvr-3.0.8](https://github.com/truecharts/charts/compare/livestreamdvr-3.0.7...livestreamdvr-3.0.8) (2023-12-21)
### Chore
- move more incubator to stable

Some files were not shown because too many files have changed in this diff Show More