chore: move new-common incubator stuff to stable (#15646)

**Description**
Applications that are currently on new common in incubator are either
working or unstable.
We should act on that and filter accordingly

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [x] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
This commit is contained in:
Kjeld Schouten 2023-12-03 22:49:05 +01:00 committed by GitHub
parent 8bdaa4c078
commit 5bded42f49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
517 changed files with 1204 additions and 1191 deletions

View File

@ -124,6 +124,7 @@ copy_apps() {
}
export -f copy_apps
rm -rf charts/unstable
if [[ -d "charts/${1}" ]]; then
echo "Start processing charts/${1} ..."
chartversion=$(cat charts/${1}/Chart.yaml | grep "^version: " | awk -F" " '{ print $2 }')

View File

@ -1,39 +0,0 @@
kubeVersion: '>=1.24.0'
apiVersion: v2
name: backuppc
version: 3.0.7
appVersion: 6.0.2
description: A high-performance, enterprise-grade system for backing up Linux, Windows
and macOS PCs and laptops to a server's disk.
home: https://truecharts.org/charts/incubator/backuppc
icon: https://truecharts.org/img/hotlink-ok/chart-icons/backuppc.png
deprecated: false
sources:
- https://backuppc.github.io/backuppc/index.html
- https://github.com/tiredofit/docker-backuppc
- https://github.com/truecharts/charts/tree/master/charts/incubator/backuppc
- https://github.com/truecharts/containers/tree/master/mirrorbackuppc
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- backuppc
- Backup
- Network-Web
dependencies:
- name: common
version: 14.3.5
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.1
min_scale_version: 22.12.4
truecharts.org/SCALE-support: "true"
truecharts.org/category: Backup
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator

View File

@ -1,50 +0,0 @@
kubeVersion: '>=1.24.0'
apiVersion: v2
name: ctfd
version: 0.0.8
appVersion: 3.5.3
description: CTFd is a Capture The Flag framework focusing on ease of use and customizability.
home: https://truecharts.org/charts/incubator/ctfd
icon: https://truecharts.org/img/hotlink-ok/chart-icons/ctfd.png
deprecated: false
sources:
- https://github.com/CTFd/CTFd
- https://github.com/truecharts/charts/tree/master/charts/incubator/ctfd
- https://github.com/truecharts/containers/tree/master/mirrorctfd
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- ctfd
- learning
dependencies:
- name: common
version: 14.3.5
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
- name: mariadb
version: 7.0.70
repository: https://deps.truecharts.org/
condition: mariadb.enabled
alias: ""
tags: []
import-values: []
- name: redis
version: 6.0.66
repository: https://deps.truecharts.org
condition: redis.enabled
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.1
min_scale_version: 22.12.4
truecharts.org/SCALE-support: "true"
truecharts.org/category: learning
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator

View File

@ -1,37 +0,0 @@
kubeVersion: '>=1.24.0'
apiVersion: v2
name: docassemble
version: 0.0.9
appVersion: latest
description: A free, open-source expert system for guided interviews and document
assembly.
home: https://truecharts.org/charts/incubator/docassemble
icon: https://truecharts.org/img/hotlink-ok/chart-icons/docassemble.png
deprecated: false
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/docassemble
- https://github.com/truecharts/containers/tree/master/mirrordocassemble
- https://github.com/jhpyle/docassemble
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- docassemble
- documentation
dependencies:
- name: common
version: 14.3.5
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.1
min_scale_version: 22.12.4
truecharts.org/SCALE-support: "true"
truecharts.org/category: documentation
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator

View File

@ -1,40 +0,0 @@
kubeVersion: '>=1.24.0'
apiVersion: v2
name: filestash
version: 3.0.6
appVersion: latest
description: A Dropbox-like file manager that let you manage your data anywhere it
is located.
home: https://truecharts.org/charts/incubator/filestash
icon: https://truecharts.org/img/hotlink-ok/chart-icons/filestash.png
deprecated: false
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/filestash
- https://github.com/truecharts/containers/tree/master/mirrorfilestash
- https://www.filestash.app/
- https://github.com/mickael-kerjean/filestash
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- filestash
- Cloud
- Productivity
- Network-Web
dependencies:
- name: common
version: 14.3.5
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.1
min_scale_version: 22.12.4
truecharts.org/SCALE-support: "true"
truecharts.org/category: Cloud
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator

View File

@ -1,38 +0,0 @@
kubeVersion: '>=1.24.0'
apiVersion: v2
name: funkwhale
version: 3.0.3
appVersion: 1.2.10
description: Funkwhale is designed to make it easy to listen to music you like, and
to discover new artists.
home: https://truecharts.org/charts/incubator/funkwhale
icon: https://truecharts.org/img/hotlink-ok/chart-icons/funkwhale.png
deprecated: false
sources:
- https://funkwhale.audio/
- https://github.com/truecharts/charts/tree/master/charts/incubator/funkwhale
- https://github.com/truecharts/containers/tree/master/mirrorfunkwhale
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- funkwhale
- MediaApp-Music
- MediaServer-Music
dependencies:
- name: common
version: 13.2.2
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.1
min_scale_version: 22.12.4
truecharts.org/SCALE-support: "true"
truecharts.org/category: MediaApp-Music
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator

View File

@ -1,42 +0,0 @@
kubeVersion: '>=1.24.0'
apiVersion: v2
name: kaizoku
version: 0.1.7
appVersion: 1.6.1
description: A self-hosted manga downloader.
home: https://truecharts.org/charts/incubator/kaizoku
icon: https://truecharts.org/img/hotlink-ok/chart-icons/kaizoku.png
deprecated: false
sources:
- https://github.com/oae/kaizoku
- https://github.com/truecharts/charts/tree/master/charts/incubator/kaizoku
- https://github.com/truecharts/containers/tree/master/mirrorkaizoku
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- kaizoku
dependencies:
- name: common
version: 14.3.5
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
- name: redis
version: 7.0.6
repository: https://deps.truecharts.org
condition: redis.enabled
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.1
min_scale_version: 22.12.4
truecharts.org/SCALE-support: "true"
truecharts.org/category: media
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator

View File

@ -1,46 +0,0 @@
kubeVersion: '>=1.24.0'
apiVersion: v2
name: kimai
version: 8.0.10
appVersion: 2.0.35
description: Kimai is a free, open source and online time-tracking software designed
for small businesses and freelancers.
home: https://truecharts.org/charts/incubator/kimai
icon: https://truecharts.org/img/hotlink-ok/chart-icons/kimai.png
deprecated: false
sources:
- https://github.com/kevinpapst/kimai2
- https://github.com/tobybatch/kimai2
- https://github.com/truecharts/charts/tree/master/charts/incubator/kimai
- https://github.com/truecharts/containers/tree/master/mirrorkimai
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- kimai
- time
- tracking
dependencies:
- name: common
version: 14.3.5
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
- name: mariadb
version: 9.0.40
repository: https://deps.truecharts.org/
condition: mariadb.enabled
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.1
min_scale_version: 22.12.4
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

View File

@ -1,47 +0,0 @@
kubeVersion: '>=1.24.0'
apiVersion: v2
name: misskey
version: 4.1.1
appVersion: 2023.11.1
description: "Open source decentralized social media platform that's free forever!"
home: https://truecharts.org/charts/incubator/misskey
icon: https://truecharts.org/img/hotlink-ok/chart-icons/misskey.png
deprecated: false
sources:
- https://github.com/misskey-dev/misskey/
- https://github.com/truecharts/charts/tree/master/charts/incubator/misskey
- https://github.com/truecharts/containers/tree/master/mirrormisskey
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- Misskey
- Social
- Friend
- Social Media
- Fediverse
- ActivityPub
dependencies:
- name: common
version: 15.3.1
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
- name: redis
version: 7.0.6
repository: https://deps.truecharts.org
condition: redis.enabled
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.1
min_scale_version: 22.12.4
truecharts.org/SCALE-support: "true"
truecharts.org/category: Social
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator

View File

@ -1,44 +0,0 @@
kubeVersion: '>=1.24.0'
apiVersion: v2
name: nitter
version: 2.0.1
appVersion: latest
description: A free and open source alternative Twitter front-end focused on privacy
and performance.
home: https://truecharts.org/charts/incubator/nitter
icon: https://truecharts.org/img/hotlink-ok/chart-icons/nitter.png
deprecated: false
sources:
- https://github.com/zedeus/nitter
- https://github.com/truecharts/charts/tree/master/charts/incubator/nitter
- https://hub.docker.com/r/zedeus/nitter
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- nitter
- libre
dependencies:
- name: common
version: 14.3.5
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
- name: redis
version: 6.0.66
repository: https://deps.truecharts.org
condition: redis.enabled
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.1
min_scale_version: 22.12.4
truecharts.org/SCALE-support: "true"
truecharts.org/category: media
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator

View File

@ -1,38 +0,0 @@
kubeVersion: '>=1.24.0'
apiVersion: v2
name: owntracks
version: 1.0.2
appVersion: 0.9.3
description: The OwnTracks Recorder is a lightweight program for storing and accessing
location data published via MQTT (or HTTP) by the OwnTracks apps.
home: https://truecharts.org/charts/incubator/owntracks
icon: https://truecharts.org/img/hotlink-ok/chart-icons/owntracks.png
deprecated: false
sources:
- https://github.com/owntracks/docker-recorder
- https://github.com/owntracks/recorder
- https://github.com/truecharts/charts/tree/master/charts/incubator/owntracks
- https://github.com/truecharts/containers/tree/master/mirrorowntracks
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- owncharts
- location
dependencies:
- name: common
version: 13.2.2
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.1
min_scale_version: 22.12.4
truecharts.org/SCALE-support: "true"
truecharts.org/category: media
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator

View File

@ -1,36 +0,0 @@
kubeVersion: '>=1.24.0'
apiVersion: v2
name: speedtest-tracker
version: 4.0.19
appVersion: latest
description: A self-hosted internet performance tracking application that runs speedtest
checks against Ookla's Speedtest service.
home: https://truecharts.org/charts/incubator/speedtest-tracker
icon: https://truecharts.org/img/hotlink-ok/chart-icons/speedtest-tracker.png
deprecated: false
sources:
- https://github.com/alexjustesen/speedtest-tracker
- https://github.com/truecharts/charts/tree/master/charts/incubator/speedtest-tracker
- https://github.com/truecharts/containers/tree/master/mirrorspeedtest-tracker
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- speedtest
dependencies:
- name: common
version: 13.2.2
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.1
min_scale_version: 22.12.4
truecharts.org/SCALE-support: "true"
truecharts.org/category: speedtest
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator

View File

@ -1,38 +0,0 @@
kubeVersion: '>=1.24.0'
apiVersion: v2
name: splunk
version: 4.1.1
appVersion: 9.1.2
description: This is a Chartfile for Splunk designed for OpenShift and TrueNAS based
on Alpine Linux - https://www.splunk.com
home: https://truecharts.org/charts/incubator/splunk
icon: https://truecharts.org/img/hotlink-ok/chart-icons/splunk.png
deprecated: false
sources:
- https://splunk.github.io/docker-splunk
- https://github.com/truecharts/charts/tree/master/charts/incubator/splunk
- https://hub.docker.com/r/splunk/splunk
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- splunk
- Tools-Utilities
- Network-Management
dependencies:
- name: common
version: 15.2.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.1
min_scale_version: 22.12.4
truecharts.org/SCALE-support: "true"
truecharts.org/category: Tools-Utilities
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator

View File

@ -1,38 +0,0 @@
kubeVersion: '>=1.24.0'
apiVersion: v2
name: tasmocompiler
version: 3.0.5
appVersion: latest
description: TasmoCompiler is a simple web GUI which allows you to compile fantastic
Tasmota firmware with your own settings
home: https://truecharts.org/charts/incubator/tasmocompiler
icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmocompiler.png
deprecated: false
sources:
- https://github.com/benzino77/tasmocompiler
- https://github.com/truecharts/charts/tree/master/charts/incubator/tasmocompiler
- https://github.com/truecharts/containers/tree/master/mirrortasmocompiler
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- tasmocompiler
- HomeAutomation
- Tools-Utilities
dependencies:
- name: common
version: 13.2.2
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.1
min_scale_version: 22.12.4
truecharts.org/SCALE-support: "true"
truecharts.org/category: HomeAutomation
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator

View File

@ -1,43 +0,0 @@
kubeVersion: '>=1.24.0'
apiVersion: v2
name: van-dam
version: 0.0.8
appVersion: 0.53.0
description: A Digital Asset Manager (DAM), specifically designed for 3D print files.
home: https://truecharts.org/charts/incubator/van-dam
icon: https://truecharts.org/img/hotlink-ok/chart-icons/van-dam.png
deprecated: false
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/van-dam
- https://github.com/truecharts/containers/tree/master/mirrorvan-dam
- https://github.com/Floppy/van_dam
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- vanDAM
- media
dependencies:
- name: common
version: 14.3.5
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
- name: redis
version: 7.0.6
repository: https://deps.truecharts.org
condition: redis.enabled
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.1
min_scale_version: 22.12.4
truecharts.org/SCALE-support: "true"
truecharts.org/category: media
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator

View File

@ -1,4 +1,4 @@
kubeVersion: '>=1.24.0'
kubeVersion: ">=1.24.0"
apiVersion: v2
name: velero
version: 0.0.5
@ -8,32 +8,32 @@ home: https://truecharts.org/charts/incubator/velero
icon: https://truecharts.org/img/hotlink-ok/chart-icons/velero.png
deprecated: false
sources:
- https://github.com/cert-manager
- https://cert-manager.io/
- https://github.com/truecharts/charts/tree/master/charts/incubator/velero
- https://github.com/truecharts/containers/tree/master/mirroralpine
- https://github.com/cert-manager
- https://cert-manager.io/
- https://github.com/truecharts/charts/tree/master/charts/incubator/velero
- https://github.com/truecharts/containers/tree/master/mirroralpine
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- velero
- backup
- velero
- backup
dependencies:
- name: common
version: 15.3.1
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
- name: velero
version: 5.1.4
repository: https://vmware-tanzu.github.io/helm-charts
condition: ""
alias: velero
tags: []
import-values: []
- name: common
version: 15.3.1
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
- name: velero
version: 5.1.4
repository: https://vmware-tanzu.github.io/helm-charts
condition: ""
alias: velero
tags: []
import-values: []
annotations:
max_scale_version: 23.10.1
min_scale_version: 22.12.4

View File

@ -1,4 +1,4 @@
kubeVersion: '>=1.24.0'
kubeVersion: ">=1.24.0"
apiVersion: v2
name: anki-sync-server
version: 3.0.6
@ -8,23 +8,23 @@ home: https://truecharts.org/charts/incubator/anki-sync-server
icon: https://truecharts.org/img/hotlink-ok/chart-icons/anki-sync-server.png
deprecated: false
sources:
- https://github.com/ankicommunity/anki-devops-services
- https://github.com/truecharts/charts/tree/master/charts/incubator/anki-sync-server
- https://github.com/truecharts/containers/tree/master/mirroranki-sync-server
- https://github.com/ankicommunity/anki-devops-services
- https://github.com/truecharts/charts/tree/master/charts/incubator/anki-sync-server
- https://github.com/truecharts/containers/tree/master/mirroranki-sync-server
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- anki-sync-server
- anki-sync-server
dependencies:
- name: common
version: 14.3.5
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
- name: common
version: 14.3.5
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.1
min_scale_version: 22.12.4

View File

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -1,4 +1,4 @@
kubeVersion: '>=1.24.0'
kubeVersion: ">=1.24.0"
apiVersion: v2
name: answer
version: 0.0.11
@ -8,24 +8,24 @@ home: https://truecharts.org/charts/incubator/answer
icon: https://truecharts.org/img/hotlink-ok/chart-icons/answer.png
deprecated: false
sources:
- https://github.com/answerdev/answer
- https://github.com/truecharts/charts/tree/master/charts/incubator/answer
- https://github.com/truecharts/containers/tree/master/mirroranswer
- https://github.com/answerdev/answer
- https://github.com/truecharts/charts/tree/master/charts/incubator/answer
- https://github.com/truecharts/containers/tree/master/mirroranswer
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- answer
- forum
- answer
- forum
dependencies:
- name: common
version: 14.3.5
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
- name: common
version: 14.3.5
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.1
min_scale_version: 22.12.4

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -1,4 +1,4 @@
kubeVersion: '>=1.24.0'
kubeVersion: ">=1.24.0"
apiVersion: v2
name: automatic-ripping-machine
version: 0.0.9
@ -8,24 +8,24 @@ home: https://truecharts.org/charts/incubator/automatic-ripping-machine
icon: https://truecharts.org/img/hotlink-ok/chart-icons/automatic-ripping-machine.png
deprecated: false
sources:
- https://github.com/automatic-ripping-machine/automatic-ripping-machine
- https://github.com/truecharts/charts/tree/master/charts/incubator/automatic-ripping-machine
- https://github.com/truecharts/containers/tree/master/mirrorautomatic-ripping-machine
- https://github.com/automatic-ripping-machine/automatic-ripping-machine
- https://github.com/truecharts/charts/tree/master/charts/incubator/automatic-ripping-machine
- https://github.com/truecharts/containers/tree/master/mirrorautomatic-ripping-machine
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- automatic-ripping-machine
- media
- automatic-ripping-machine
- media
dependencies:
- name: common
version: 14.3.5
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
- name: common
version: 14.3.5
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.1
min_scale_version: 22.12.4

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 65 KiB

View File

@ -0,0 +1,40 @@
kubeVersion: ">=1.24.0"
apiVersion: v2
name: backuppc
version: 3.0.7
appVersion: 6.0.2
description:
A high-performance, enterprise-grade system for backing up Linux, Windows
and macOS PCs and laptops to a server's disk.
home: https://truecharts.org/charts/incubator/backuppc
icon: https://truecharts.org/img/hotlink-ok/chart-icons/backuppc.png
deprecated: false
sources:
- https://backuppc.github.io/backuppc/index.html
- https://github.com/tiredofit/docker-backuppc
- https://github.com/truecharts/charts/tree/master/charts/incubator/backuppc
- https://github.com/truecharts/containers/tree/master/mirrorbackuppc
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- backuppc
- Backup
- Network-Web
dependencies:
- name: common
version: 14.3.5
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.1
min_scale_version: 22.12.4
truecharts.org/SCALE-support: "true"
truecharts.org/category: Backup
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator

View File

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

@ -1,4 +1,4 @@
kubeVersion: '>=1.24.0'
kubeVersion: ">=1.24.0"
apiVersion: v2
name: cryptpad
version: 4.0.1
@ -8,25 +8,25 @@ home: https://truecharts.org/charts/incubator/cryptpad
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cryptpad.png
deprecated: false
sources:
- https://cryptpad.fr/
- https://github.com/truecharts/charts/tree/master/charts/incubator/cryptpad
- https://hub.docker.com/r/cryptpad/cryptpad
- https://cryptpad.fr/
- https://github.com/truecharts/charts/tree/master/charts/incubator/cryptpad
- https://hub.docker.com/r/cryptpad/cryptpad
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- cryptpad
- Productivity
- Security
- cryptpad
- Productivity
- Security
dependencies:
- name: common
version: 14.3.5
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
- name: common
version: 14.3.5
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.1
min_scale_version: 22.12.4

View File

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

View File

@ -1,4 +1,4 @@
kubeVersion: '>=1.24.0'
kubeVersion: ">=1.24.0"
apiVersion: v2
name: cs2
version: 0.0.2
@ -8,24 +8,24 @@ home: https://truecharts.org/charts/incubator/cs2
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cs2.png
deprecated: false
sources:
- https://github.com/ich777/docker-steamcmd-server/tree/cs2
- https://github.com/truecharts/charts/tree/master/charts/incubator/cs2
- https://github.com/truecharts/containers/tree/master/mirrorcs2
- https://github.com/ich777/docker-steamcmd-server/tree/cs2
- https://github.com/truecharts/charts/tree/master/charts/incubator/cs2
- https://github.com/truecharts/containers/tree/master/mirrorcs2
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- cs2
- counter-strike
- cs2
- counter-strike
dependencies:
- name: common
version: 14.3.3
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
- name: common
version: 14.3.3
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.1
min_scale_version: 22.12.4

View File

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 92 KiB

View File

@ -0,0 +1,50 @@
kubeVersion: ">=1.24.0"
apiVersion: v2
name: ctfd
version: 0.0.8
appVersion: 3.5.3
description: CTFd is a Capture The Flag framework focusing on ease of use and customizability.
home: https://truecharts.org/charts/incubator/ctfd
icon: https://truecharts.org/img/hotlink-ok/chart-icons/ctfd.png
deprecated: false
sources:
- https://github.com/CTFd/CTFd
- https://github.com/truecharts/charts/tree/master/charts/incubator/ctfd
- https://github.com/truecharts/containers/tree/master/mirrorctfd
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- ctfd
- learning
dependencies:
- name: common
version: 14.3.5
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
- name: mariadb
version: 7.0.70
repository: https://deps.truecharts.org/
condition: mariadb.enabled
alias: ""
tags: []
import-values: []
- name: redis
version: 6.0.66
repository: https://deps.truecharts.org
condition: redis.enabled
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.1
min_scale_version: 22.12.4
truecharts.org/SCALE-support: "true"
truecharts.org/category: learning
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -1,4 +1,4 @@
kubeVersion: '>=1.24.0'
kubeVersion: ">=1.24.0"
apiVersion: v2
name: factorio
version: 4.1.7
@ -8,24 +8,24 @@ home: https://truecharts.org/charts/incubator/factorio
icon: https://truecharts.org/img/hotlink-ok/chart-icons/factorio.png
deprecated: false
sources:
- https://github.com/factoriotools/factorio-docker
- https://github.com/truecharts/charts/tree/master/charts/incubator/factorio
- https://github.com/truecharts/containers/tree/master/mirrorfactorio
- https://github.com/factoriotools/factorio-docker
- https://github.com/truecharts/charts/tree/master/charts/incubator/factorio
- https://github.com/truecharts/containers/tree/master/mirrorfactorio
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- factorio
- GameServers
- factorio
- GameServers
dependencies:
- name: common
version: 14.3.5
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
- name: common
version: 14.3.5
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.1
min_scale_version: 22.12.4

View File

Before

Width:  |  Height:  |  Size: 838 KiB

After

Width:  |  Height:  |  Size: 838 KiB

View File

@ -0,0 +1,41 @@
kubeVersion: ">=1.24.0"
apiVersion: v2
name: filestash
version: 3.0.6
appVersion: latest
description:
A Dropbox-like file manager that let you manage your data anywhere it
is located.
home: https://truecharts.org/charts/incubator/filestash
icon: https://truecharts.org/img/hotlink-ok/chart-icons/filestash.png
deprecated: false
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/filestash
- https://github.com/truecharts/containers/tree/master/mirrorfilestash
- https://www.filestash.app/
- https://github.com/mickael-kerjean/filestash
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- filestash
- Cloud
- Productivity
- Network-Web
dependencies:
- name: common
version: 14.3.5
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.1
min_scale_version: 22.12.4
truecharts.org/SCALE-support: "true"
truecharts.org/category: Cloud
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

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