run prettier as pre-commit hook (#3264)

This commit is contained in:
Kjeld Schouten-Lebbing 2022-07-22 20:23:01 +02:00 committed by GitHub
parent c41dda9d32
commit ded5a3c0e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
711 changed files with 35800 additions and 32229 deletions

View File

@ -1,16 +1,20 @@
{{ range .Versions }}
## [{{ .Tag.Name }}]{{ if .Tag.Previous }}({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}){{ else }}{{ .Tag.Name }}{{ end }} ({{ datetime "2006-01-02" .Tag.Date }})
{{ range .CommitGroups -}}
### {{ .Title }}
{{ range .Commits -}}
- {{ .Subject }}
{{ end }}
{{ end -}}
{{ end }}
{{ end -}}
{{- if .NoteGroups -}}
{{ range .NoteGroups -}}
### {{ .Title }}
{{ range .Notes }}

View File

@ -3,52 +3,52 @@ target-branch: master
helm-extra-args: --timeout 300s
chart-yaml-schema: .github/chart_schema.yaml
chart-dirs:
- charts/incubator
- charts/stable
- charts/dependency
- charts/core
- charts/dev
- charts/games
- charts/enterprise
- charts/SCALE
- charts/incubator
- charts/stable
- charts/dependency
- charts/core
- charts/dev
- charts/games
- charts/enterprise
- charts/SCALE
excluded-charts:
- charts/incubator/sdtd
- charts/stable/alertmanager-bot
- charts/stable/alertmanager-discord
- charts/stable/amcrest2mqtt
- charts/stable/facebox
- charts/stable/foundryvtt
- charts/stable/heimdall
- charts/stable/multus
- charts/stable/pod-gateway
- charts/stable/promcord
- charts/stable/reg
- charts/stable/ser2sock
- charts/stable/zalando-postgres-cluster
- charts/stable/zigbee2mqtt
- charts/stable/wireguard
- charts/stable/alertmanager-bot
- charts/stable/storj-node
- charts/incubator/amcrest2mqtt
- charts/library/common
- charts/stable/foundryvtt
- charts/stable/promcord
- charts/incubator/zigbee2mqtt
- charts/dev/alienswarm-reactivedrop
- charts/dev/arksurvivalevolved
- charts/dev/arma3
- charts/dev/arma3exilemod
- charts/dev/assettocorsa
- charts/dev/server-7daystodie
- charts/dev/craftopia
- charts/dev/alienswarm
- charts/dev/csgo
- charts/dev/cstrike1-6
- charts/dev/cstrikeconditionzero
- charts/incubator/sdtd
- charts/stable/alertmanager-bot
- charts/stable/alertmanager-discord
- charts/stable/amcrest2mqtt
- charts/stable/facebox
- charts/stable/foundryvtt
- charts/stable/heimdall
- charts/stable/multus
- charts/stable/pod-gateway
- charts/stable/promcord
- charts/stable/reg
- charts/stable/ser2sock
- charts/stable/zalando-postgres-cluster
- charts/stable/zigbee2mqtt
- charts/stable/wireguard
- charts/stable/alertmanager-bot
- charts/stable/storj-node
- charts/incubator/amcrest2mqtt
- charts/library/common
- charts/stable/foundryvtt
- charts/stable/promcord
- charts/incubator/zigbee2mqtt
- charts/dev/alienswarm-reactivedrop
- charts/dev/arksurvivalevolved
- charts/dev/arma3
- charts/dev/arma3exilemod
- charts/dev/assettocorsa
- charts/dev/server-7daystodie
- charts/dev/craftopia
- charts/dev/alienswarm
- charts/dev/csgo
- charts/dev/cstrike1-6
- charts/dev/cstrikeconditionzero
chart-repos:
- truecharts=https://charts.truecharts.org
- truecharts-library=https://library-charts.truecharts.org
- bitnami=https://charts.bitnami.com/bitnami
- metallb=https://metallb.github.io/metallb
- grafana=https://grafana.github.io/helm-charts
- prometheus=https://prometheus-community.github.io/helm-charts
- truecharts=https://charts.truecharts.org
- truecharts-library=https://library-charts.truecharts.org
- bitnami=https://charts.bitnami.com/bitnami
- metallb=https://metallb.github.io/metallb
- grafana=https://grafana.github.io/helm-charts
- prometheus=https://prometheus-community.github.io/helm-charts

28
.github/ct-lint.yaml vendored
View File

@ -3,19 +3,19 @@ target-branch: master
chart-yaml-schema: .github/chart_schema.yaml
helm-extra-args: --timeout 600s
chart-dirs:
- charts/incubator
- charts/stable
- charts/dependency
- charts/core
- charts/dev
- charts/games
- charts/enterprise
- charts/SCALE
- charts/incubator
- charts/stable
- charts/dependency
- charts/core
- charts/dev
- charts/games
- charts/enterprise
- charts/SCALE
excluded-charts: []
chart-repos:
- truecharts=https://charts.truecharts.org
- truecharts-library=https://library-charts.truecharts.org
- bitnami=https://charts.bitnami.com/bitnami
- metallb=https://metallb.github.io/metallb
- grafana=https://grafana.github.io/helm-charts
- prometheus=https://prometheus-community.github.io/helm-charts
- truecharts=https://charts.truecharts.org
- truecharts-library=https://library-charts.truecharts.org
- bitnami=https://charts.bitnami.com/bitnami
- metallb=https://metallb.github.io/metallb
- grafana=https://grafana.github.io/helm-charts
- prometheus=https://prometheus-community.github.io/helm-charts

View File

@ -1,22 +1,20 @@
module.exports = {
dryRun: false,
username: 'truecharts-bot',
gitAuthor: 'truecharts-bot <bot@truecharts.org>',
username: "truecharts-bot",
gitAuthor: "truecharts-bot <bot@truecharts.org>",
onboarding: false,
platform: 'github',
repositories: [
'truecharts/charts',
],
platform: "github",
repositories: ["truecharts/charts"],
packageRules: [
{
description: 'lockFileMaintenance',
description: "lockFileMaintenance",
matchUpdateTypes: [
'pin',
'digest',
'patch',
'minor',
'major',
'lockFileMaintenance',
"pin",
"digest",
"patch",
"minor",
"major",
"lockFileMaintenance",
],
dependencyDashboardApproval: false,
stabilityDays: 0,

4
.github/stale.yml vendored
View File

@ -8,8 +8,8 @@ daysUntilClose: 5
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels:
- on-hold
- pinned
- on-hold
- pinned
# Label to use when marking as stale
staleLabel: stale

View File

@ -299,7 +299,6 @@ jobs:
- name: Run chart-testing (lint)
run: ct lint --config ".github/ct-lint.yaml" --charts "${{ matrix.chart }}" || ct lint --config ".github/ct-lint.yaml" --charts "${{ matrix.chart }}"
# Summarize matrix https://github.community/t/status-check-for-a-matrix-jobs/127354/7
lint_success:
needs:

View File

@ -58,7 +58,6 @@ jobs:
parthreads=$(($(nproc) * 2))
parallel -j ${parthreads} .github/scripts/gen-docs.sh '2>&1' ::: ${CHARTS[@]}
- name: Fix Pre-Commit issues
shell: bash
if: |
@ -170,7 +169,6 @@ jobs:
parthreads=$(($(nproc) * 2))
parallel -j ${parthreads} .github/scripts/build-catalog.sh '2>&1' ::: ${CHARTS[@]}
- name: Generate docker-hub Catalog
shell: bash
if: |
@ -190,7 +188,6 @@ jobs:
echo "Starting Catalog Validation"
/usr/local/bin/catalog_validate validate --path "${PWD}/catalog"
- name: Commit Catalog
if: |
steps.collect-changes.outputs.changesDetected == 'true'

View File

@ -168,7 +168,6 @@ jobs:
run: |
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
- name: Run chart-testing (install)
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade
@ -213,11 +212,9 @@ jobs:
run: |
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
- name: Run chart-testing (install)
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade
install-charts3:
needs:
- generate-install-matrix
@ -258,7 +255,6 @@ jobs:
run: |
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
- name: Run chart-testing (install)
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade
@ -302,7 +298,6 @@ jobs:
run: |
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
- name: Run chart-testing (install)
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade
@ -346,7 +341,6 @@ jobs:
run: |
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
- name: Run chart-testing (install)
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade
@ -390,7 +384,6 @@ jobs:
run: |
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
- name: Run chart-testing (install)
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade

View File

@ -4,13 +4,12 @@ on:
workflow_dispatch:
push:
branches:
- master
- master
paths:
- ".github/workflows/general.security-scan.yaml"
- ".github/workflows/general.security-scan.yaml"
schedule:
- cron: "0 0 * * 0"
jobs:
directories: # Job that list subdirectories
runs-on: ubuntu-latest
@ -24,29 +23,27 @@ jobs:
run: echo "::set-output name=dir::$({ ls -d containers/apps/*/ & ls -d containers/base/*/; } | tr '\n' '\0' | xargs -0 -n 1 basename | jq -R -s -c 'split("\n")[:-1]')"
# Define step output named dir base on ls command transformed to JSON thanks to jq
scan_files:
name: Scan Files
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
- name: Checkout
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@master
with:
scan-type: 'fs'
ignore-unfixed: true
format: 'template'
template: '@/contrib/sarif.tpl'
output: 'trivy-repo-results.sarif'
severity: 'CRITICAL'
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2
with:
sarif_file: 'trivy-repo-results.sarif'
- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@master
with:
scan-type: "fs"
ignore-unfixed: true
format: "template"
template: "@/contrib/sarif.tpl"
output: "trivy-repo-results.sarif"
severity: "CRITICAL"
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2
with:
sarif_file: "trivy-repo-results.sarif"
scan_containers:
name: Scan Containers
@ -57,8 +54,8 @@ jobs:
dir: ${{fromJson(needs.directories.outputs.dir)}} # List matrix strategy from directories dynamically
fail-fast: false
steps:
- name: Container Security scan
uses: Azure/container-scan@f9af925b897d8af5f7e0026b8bca9346261abc93 # tag=v0
with:
image-name: ghcr.io/${{ github.repository_owner }}/${{matrix.dir}}:latest
severity-threshold: HIGH
- name: Container Security scan
uses: Azure/container-scan@f9af925b897d8af5f7e0026b8bca9346261abc93 # tag=v0
with:
image-name: ghcr.io/${{ github.repository_owner }}/${{matrix.dir}}:latest
severity-threshold: HIGH

View File

@ -40,7 +40,7 @@ jobs:
uses: ./.github/workflows/charts-test.yaml
needs:
- pr-metadata
# - charts-changelog
# - charts-changelog
- charts-lint
with:
checkoutCommit: ${{ needs.charts-changelog.outputs.commitHash }}

View File

@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest
name: "prune old releases"
steps:
- name: Checkout
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
with:
fetch-depth: 0
- uses: actions/delete-package-versions@a31a43afa6c2d3afdf8b5f1e311b2dc75585932e # tag=v3
with:
min-versions-to-keep: 200
- name: Checkout
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
with:
fetch-depth: 0
- uses: actions/delete-package-versions@a31a43afa6c2d3afdf8b5f1e311b2dc75585932e # tag=v3
with:
min-versions-to-keep: 200

View File

@ -3,9 +3,9 @@ name: "Renovate: Bump on Push"
on:
push:
branches:
- 'renovate/**'
- "renovate/**"
tags-ignore:
- '**'
- "**"
jobs:
renovate-bump:
@ -41,44 +41,44 @@ jobs:
run: echo '${{ toJson(steps.filter.outputs) }}' > changes.json
- name: Bump
run: |
APPS=$(jq --raw-output '.changed_files | fromjson | .[] |= sub("(?<filepath>(?<first_directory>(?<root1>[\/]?)[^\/]+\/)(?<second_directory>(?<root2>[\/]?)[^\/]+\/)(?<third_directory>(?<root3>[\/]?)[^\/]+)(?<extra_paths>.+))"; "\(.third_directory)") | unique' changes.json | jq -r '.[]')
echo "changed apps: ${APPS[*]}"
for chart in ${APPS[*]}
do
if [[ "${chart}" == '.gitkee' ]]; then
echo "Skipping..."
return
elif test -f "./charts/stable/${chart}/Chart.yaml"; then
train="stable"
elif test -f "./charts/incubator/${chart}/Chart.yaml"; then
train="incubator"
elif test -f "./charts/SCALE/${chart}/Chart.yaml"; then
train="SCALE"
elif test -f "./charts/library/${chart}/Chart.yaml"; then
train="library"
elif test -f "./charts/dependency/${chart}/Chart.yaml"; then
train="dependency"
elif test -f "./charts/core/${chart}/Chart.yaml"; then
train="core"
elif test -f "./charts/games/${chart}/Chart.yaml"; then
train="games"
elif test -f "./charts/enterprise/${chart}/Chart.yaml"; then
train="enterprise"
else
train="incubator"
fi
echo "Comparing versions for ${train}/${chart}"
master=$(cat ./master/charts/${train}/${chart}/Chart.yaml | grep "^version")
current=$(cat ./charts/${train}/${chart}/Chart.yaml | grep "^version")
echo "master version: ${master}"
echo "current version: ${current}"
if [[ "${master}" != "${current}" ]]; then
echo "Version does not have to be bumped"
else
echo "Bumping patch version for ${train}/${chart}"
./tools/bump.sh patch ./charts/${train}/${chart}
fi
done
APPS=$(jq --raw-output '.changed_files | fromjson | .[] |= sub("(?<filepath>(?<first_directory>(?<root1>[\/]?)[^\/]+\/)(?<second_directory>(?<root2>[\/]?)[^\/]+\/)(?<third_directory>(?<root3>[\/]?)[^\/]+)(?<extra_paths>.+))"; "\(.third_directory)") | unique' changes.json | jq -r '.[]')
echo "changed apps: ${APPS[*]}"
for chart in ${APPS[*]}
do
if [[ "${chart}" == '.gitkee' ]]; then
echo "Skipping..."
return
elif test -f "./charts/stable/${chart}/Chart.yaml"; then
train="stable"
elif test -f "./charts/incubator/${chart}/Chart.yaml"; then
train="incubator"
elif test -f "./charts/SCALE/${chart}/Chart.yaml"; then
train="SCALE"
elif test -f "./charts/library/${chart}/Chart.yaml"; then
train="library"
elif test -f "./charts/dependency/${chart}/Chart.yaml"; then
train="dependency"
elif test -f "./charts/core/${chart}/Chart.yaml"; then
train="core"
elif test -f "./charts/games/${chart}/Chart.yaml"; then
train="games"
elif test -f "./charts/enterprise/${chart}/Chart.yaml"; then
train="enterprise"
else
train="incubator"
fi
echo "Comparing versions for ${train}/${chart}"
master=$(cat ./master/charts/${train}/${chart}/Chart.yaml | grep "^version")
current=$(cat ./charts/${train}/${chart}/Chart.yaml | grep "^version")
echo "master version: ${master}"
echo "current version: ${current}"
if [[ "${master}" != "${current}" ]]; then
echo "Version does not have to be bumped"
else
echo "Bumping patch version for ${train}/${chart}"
./tools/bump.sh patch ./charts/${train}/${chart}
fi
done
- name: Cleanup
run: |
rm -rf changes.json

View File

@ -20,6 +20,6 @@ jobs:
uses: EndBug/label-sync@852ef5d7a242975b02f1832ad53dc45ca635c3e4 # tag=v2
with:
config-file: |
https://raw.githubusercontent.com/truecharts/.github/main/.github/labels.yaml
https://raw.githubusercontent.com/truecharts/.github/main/.github/labels.yaml
token: "${{ secrets.BOT_TOKEN }}"
delete-other-labels: true

View File

@ -1,21 +1,34 @@
# See https://pre-commit.com for more information
repos:
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.10
hooks:
- id: remove-tabs
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.10
hooks:
- id: remove-tabs
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: fix-byte-order-marker
- id: mixed-line-ending
- id: check-merge-conflict
- id: check-case-conflict
- id: check-executables-have-shebangs
- id: check-docstring-first
- id: check-symlinks
- id: destroyed-symlinks
- id: fix-byte-order-marker
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
- id: trailing-whitespace # trims trailing whitespace.
- id: end-of-file-fixer # ensures that a file is either empty, or ends with one newline.
- id: fix-byte-order-marker
- id: mixed-line-ending # replaces or checks mixed line ending.
- id: check-merge-conflict # checks for files that contain merge conflict strings.
- id: check-case-conflict # checks for files that would conflict in case-insensitive filesystems.
- id: check-executables-have-shebangs # ensures that (non-binary) executables have a shebang.
- id: check-shebang-scripts-are-executable # ensures that (non-binary) files with a shebang are executable.
- id: check-docstring-first
- id: check-symlinks
- id: destroyed-symlinks
- id: fix-byte-order-marker # removes utf-8 byte order marker.
- id: requirements-txt-fixer # sorts entries in requirements.txt.
- id: check-added-large-files # prevents giant files from being committed.
- id: check-yaml # checks yaml files for parseable syntax.
exclude: (templates\/.*|questions.yaml|chart_schema.yaml)
- id: detect-private-key # detects the presence of private keys.
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.5.1
hooks:
- id: prettier
exclude: (templates\/.*|README.md|CHANGELOG.md|questions.yaml|devcontainer.json)
files: \.(js|ts|jsx|tsx|css|less|html|json|markdown|md|yaml|yml)$

14
.vscode/launch.json vendored
View File

@ -10,12 +10,7 @@
"request": "launch",
"cwd": "${workspaceRoot}",
"program": "/usr/local/bin/bundle",
"args": [
"exec",
"m",
"-r",
"${workspaceFolder}/tests"
]
"args": ["exec", "m", "-r", "${workspaceFolder}/tests"]
},
{
"name": "Common UnitTest - active spec file only",
@ -23,12 +18,7 @@
"request": "launch",
"cwd": "${workspaceRoot}",
"program": "/usr/local/bin/bundle",
"args": [
"exec",
"m",
"-r",
"${relativeFile}"
]
"args": ["exec", "m", "-r", "${relativeFile}"]
}
]
}

View File

@ -12,7 +12,7 @@ keywords:
- database
- clickhouse
- sql
kubeVersion: '>=1.16.0-0'
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts

View File

@ -1,25 +1,25 @@
apiVersion: v2
appVersion: "22.05.4.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: "An awesome Online Office suite."
home: https://github.com/truecharts/apps/tree/master/charts/stable/collabora-online
icon: https://truecharts.org/img/chart-icons/collabora-online.png
keywords:
- collabora-online
kubeVersion: '>=1.16.0-0'
- collabora-online
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: collabora-online
sources:
- https://hub.docker.com/r/collabora/code
- https://sdk.collaboraonline.com/contents.html
- https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm
- https://hub.docker.com/r/collabora/code
- https://sdk.collaboraonline.com/contents.html
- https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm
type: application
version: 12.1.19
annotations:

View File

@ -2,8 +2,8 @@
If you don't enable `Reverse Proxy` on `Collabora` (It's not recommended as it is unsecure), in order for it to work you have to
* Remove `-o:ssl.termination=true -o:ssl.enable=false` from `Extra Parameters`.
* Set `Server Name` to `hostIP:port` (The port number you set for `NodePort`)
* Set `Service type` to `NodePort`
* Set `Port type` to `HTTPS`
* Disable certificate validation in the app you are going to use it. (eg. Nextcloud have a checkbox under Collabora's URL to disable Cert Validation)
- Remove `-o:ssl.termination=true -o:ssl.enable=false` from `Extra Parameters`.
- Set `Server Name` to `hostIP:port` (The port number you set for `NodePort`)
- Set `Service type` to `NodePort`
- Set `Port type` to `HTTPS`
- Disable certificate validation in the app you are going to use it. (eg. Nextcloud have a checkbox under Collabora's URL to disable Cert Validation)

View File

@ -1,6 +1,6 @@
# Input Validation
__`Server Name`__
**`Server Name`**
Accepted formats are:
- Single FQDN (eg. `collabora.mydomain.com` or `mydomain.com`)
@ -11,7 +11,7 @@ _Same rules apply for FQDN as in the section above_
Regex used to match this: `^((([a-z\d](-?[a-z\d]){0,62})\.)*(([a-z\d](-?[a-z\d]){0,62})\.)([a-z](-?[a-z\d]){1,62})|((\d{1,3}\.){3}\d{1,3}))$`
You can try live [here](https://regex101.com/r/mICKDp/1)
__`Password for WebUI`__
**`Password for WebUI`**
Accepted formats are:
- Letters, Numbers, Symbols, Minimum 8 characters (eg. `dg523$*a`) - It accepts `a-z`, `A-Z`, `0-9` and `!@#$%^&*?`

View File

@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "10.8.3"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: Fast, reliable, scalable, and easy to use open-source relational database system.
home: https://github.com/truecharts/apps/tree/master/charts/dependency/mariadb
@ -13,11 +13,11 @@ keywords:
- mysql
- database
- sql
kubeVersion: '>=1.16.0-0'
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: mariadb
sources:
- https://github.com/bitnami/bitnami-docker-mariadb

View File

@ -1,22 +1,22 @@
apiVersion: v2
appVersion: "1.6.15"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: Memcached is a memory-backed database caching solution
home: https://github.com/truecharts/apps/tree/master/charts/dependency/memcached
icon: https://truecharts.org/img/chart-icons/memcached.png
keywords:
- memcached
- database
- cache
kubeVersion: '>=1.16.0-0'
- memcached
- database
- cache
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: memcached
sources:
- https://github.com/bitnami/bitnami-docker-memcached

View File

@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "5.0.9"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: Fast, reliable, scalable, and easy to use open-source no-sql database system.
home: https://github.com/truecharts/apps/tree/master/charts/dependency/mongodb
@ -12,11 +12,11 @@ keywords:
- mongodb
- database
- nosql
kubeVersion: '>=1.16.0-0'
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: mongodb
sources:
- https://hub.docker.com/r/bitnami/mongodb

View File

@ -1,26 +1,26 @@
apiVersion: v2
appVersion: "14.4.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: PostgresSQL
home: https://github.com/truecharts/apps/tree/master/charts/dependency/postgresql
icon: https://truecharts.org/img/chart-icons/postgresql.png
keywords:
- postgres
- postgressql
- dtabase
- sql
kubeVersion: '>=1.16.0-0'
- postgres
- postgressql
- dtabase
- sql
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: postgresql
sources:
- https://www.postgresql.org/
- https://www.postgresql.org/
type: application
version: 8.0.42
annotations:

View File

@ -1,21 +1,21 @@
apiVersion: v2
appVersion: "2.6.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: Promtail is an agent which ships the contents of local logs to a Loki instance
icon: https://truecharts.org/img/chart-icons/promtail.png
home: https://github.com/truecharts/apps/tree/master/charts/dependency/promtail
keywords:
- metrics
- logs
kubeVersion: '>=1.16.0-0'
- metrics
- logs
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: promtail
sources:
- https://github.com/grafana/loki

View File

@ -15,7 +15,7 @@ secret:
enabled: true
data:
promtail.yaml: |
{{- tpl .Values.config.file . | nindent 4 }}
{{- tpl .Values.config.file . | nindent 4 }}
env:
HOSTNAME:
@ -76,24 +76,23 @@ persistence:
objectName: '{{ include "tc.common.names.fullname" . }}-config'
mountPath: /etc/promtail
# -- Whether Role Based Access Control objects like roles and rolebindings should be created
rbac:
main:
enabled: true
rules:
- apiGroups:
- ""
resources:
- nodes
- nodes/proxy
- services
- endpoints
- pods
verbs:
- get
- watch
- list
- apiGroups:
- ""
resources:
- nodes
- nodes/proxy
- services
- endpoints
- pods
verbs:
- get
- watch
- list
# -- The service account the pods will use to interact with the Kubernetes API
serviceAccount:

View File

@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "7.0.4"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: Open source, advanced key-value store.
home: https://github.com/truecharts/apps/tree/master/charts/dependency/redis
@ -12,11 +12,11 @@ keywords:
- redis
- keyvalue
- database
kubeVersion: '>=1.16.0-0'
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: redis
sources:
- https://github.com/bitnami/bitnami-docker-redis

View File

@ -1,26 +1,26 @@
apiVersion: v2
appVersion: "9.0.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: Apache Solr
home: https://github.com/truecharts/apps/tree/master/charts/dependency/solr
icon: https://truecharts.org/img/chart-icons/solr.png
keywords:
- solr
- apache
- search
kubeVersion: '>=1.16.0-0'
- solr
- apache
- search
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: solr
sources:
- https://github.com/apache/solr
- https://hub.docker.com/r/bitnami/solr/
- https://github.com/apache/solr
- https://hub.docker.com/r/bitnami/solr/
type: application
version: 0.0.16
annotations:

View File

@ -1,28 +1,28 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- MediaServer-Video
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: "Acestream-engine\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/acestream
icon: https://truecharts.org/img/chart-icons/acestream.png
keywords:
- acestream
- MediaServer-Video
kubeVersion: '>=1.16.0-0'
- acestream
- MediaServer-Video
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: acestream
sources:
- https://github.com/vstavrinov/acestream-service
- https://hub.docker.com/r/vstavrinov/acestream-service
- https://github.com/vstavrinov/acestream-service
- https://hub.docker.com/r/vstavrinov/acestream-service
type: application
version: 0.0.10

View File

@ -1,30 +1,31 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Other
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: "Actual is a super fast privacy-focused app for managing your finances.\
description:
"Actual is a super fast privacy-focused app for managing your finances.\
\ You own your data and it will sync it across all devices with optional end-to-end\
\ encryption..\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/actualserver
icon: https://truecharts.org/img/chart-icons/actualserver.png
keywords:
- actualserver
- Other
kubeVersion: '>=1.16.0-0'
- actualserver
- Other
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: actualserver
sources:
- https://github.com/Kippenhof/docker-templates
- https://hub.docker.com/r/kippenhof/actual-server
- https://github.com/Kippenhof/docker-templates
- https://hub.docker.com/r/kippenhof/actual-server
type: application
version: 0.0.10

View File

@ -1,23 +1,23 @@
apiVersion: v2
appVersion: "0.107.8"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.4
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.4
description: Free and open source, powerful network-wide ads & trackers blocking DNS server.
home: https://github.com/truecharts/apps/tree/master/charts/incubator/adguard-home
icon: https://truecharts.org/img/chart-icons/adguard-home.png
keywords:
- adblock
- adguard
kubeVersion: '>=1.16.0-0'
- adblock
- adguard
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: adguard-home
sources:
- https://hub.docker.com/r/adguard/adguardhome
- https://hub.docker.com/r/adguard/adguardhome
version: 1.0.21
annotations:
truecharts.org/catagories: |

View File

@ -1,30 +1,31 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Other
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: Adguardhome-sync(https://github.com/bakito/adguardhome-sync/) is a tool
description:
Adguardhome-sync(https://github.com/bakito/adguardhome-sync/) is a tool
to synchronize AdGuardHome config to replica instances.
home: https://github.com/truecharts/apps/tree/master/charts/stable/adguardhome-sync
icon: https://truecharts.org/img/chart-icons/adguardhome-sync.png
keywords:
- adguardhome-sync
- Other
kubeVersion: '>=1.16.0-0'
- adguardhome-sync
- Other
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: adguardhome-sync
sources:
- https://github.com/bakito/adguardhome-sync/
- https://github.com/orgs/linuxserver/packages/container/package/adguardhome-sync
- https://github.com/linuxserver/docker-adguardhome-sync#readme
- https://github.com/bakito/adguardhome-sync/
- https://github.com/orgs/linuxserver/packages/container/package/adguardhome-sync
- https://github.com/linuxserver/docker-adguardhome-sync#readme
type: application
version: 0.0.10

View File

@ -1,6 +1,6 @@
env:
CONFIGFILE: ''
UMASK: ''
CONFIGFILE: ""
UMASK: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/adguardhome-sync

View File

@ -1,31 +1,32 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Tools-Utilities
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: "Adminer (formerly phpMinAdmin) is a full-featured database management\
description:
"Adminer (formerly phpMinAdmin) is a full-featured database management\
\ tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready\
\ to deploy to the target server. Adminer is available for MySQL, PostgreSQL, SQLite,\
\ MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/adminer
icon: https://truecharts.org/img/chart-icons/adminer.png
keywords:
- adminer
- Tools-Utilities
kubeVersion: '>=1.16.0-0'
- adminer
- Tools-Utilities
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: adminer
sources:
- https://github.com/vrana/adminer
- http://hub.docker.com/_/adminer/
- https://github.com/vrana/adminer
- http://hub.docker.com/_/adminer/
type: application
version: 0.0.10

View File

@ -1,6 +1,6 @@
env:
ADMINER_DESIGN: ''
ADMINER_PLUGINS: ''
ADMINER_DESIGN: ""
ADMINER_PLUGINS: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/adminer

View File

@ -1,31 +1,32 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Security
- Network-Other
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: "Agent DVR (next gen version of iSpy) is a super advanced video surveillance\
description:
"Agent DVR (next gen version of iSpy) is a super advanced video surveillance\
\ platform\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/agent-dvr
icon: https://truecharts.org/img/chart-icons/agent-dvr.png
keywords:
- agent-dvr
- Security
- Network-Other
kubeVersion: '>=1.16.0-0'
- agent-dvr
- Security
- Network-Other
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: agent-dvr
sources:
- https://www.ispyconnect.com/
- https://hub.docker.com/r/doitandbedone/ispyagentdvr
- https://www.ispyconnect.com/
- https://hub.docker.com/r/doitandbedone/ispyagentdvr
type: application
version: 0.0.10

View File

@ -1,30 +1,31 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- GameServers
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: "This Docker will download and install SteamCMD. It will also install\
description:
"This Docker will download and install SteamCMD. It will also install\
\ Alien Swarm: Reactive Drop and run it. (!!!This container will only run on systems\
\ with less than 32 CPU cores!!!) \r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/alienswarm-reactivedrop
icon: https://truecharts.org/img/chart-icons/alienswarm-reactivedrop.png
keywords:
- alienswarm-reactivedrop
- GameServers
kubeVersion: '>=1.16.0-0'
- alienswarm-reactivedrop
- GameServers
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: alienswarm-reactivedrop
sources:
- https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/
- https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 0.0.10

View File

@ -1,11 +1,11 @@
env:
GAME_ID: '563560'
GAME_ID: "563560"
GAME_NAME: reactivedrop
GAME_PARAMS: +map lobby -maxplayers 4 +exec server.cfg
GAME_PORT: '27015'
PASSWRD: ''
USERNAME: ''
VALIDATE: ''
GAME_PORT: "27015"
PASSWRD: ""
USERNAME: ""
VALIDATE: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/alienswarm-reactivedrop
@ -22,11 +22,11 @@ podSecurityContext:
runAsUser: 0
probes:
liveness:
port: '{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}'
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
readiness:
port: '{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}'
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
startup:
port: '{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}'
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false

View File

@ -1,29 +1,30 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- GameServers
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: "This Docker will download and install SteamCMD. It will also install\
description:
"This Docker will download and install SteamCMD. It will also install\
\ Alien Swarm and run it.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/alienswarm
icon: https://truecharts.org/img/chart-icons/alienswarm.png
keywords:
- alienswarm
- GameServers
kubeVersion: '>=1.16.0-0'
- alienswarm
- GameServers
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: alienswarm
sources:
- https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/
- https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 0.0.10

View File

@ -1,11 +1,11 @@
env:
GAME_ID: '635'
GAME_ID: "635"
GAME_NAME: swarm
GAME_PARAMS: +map lobby -maxplayers 4 +exec server.cfg
GAME_PORT: '27015'
PASSWRD: ''
USERNAME: ''
VALIDATE: ''
GAME_PORT: "27015"
PASSWRD: ""
USERNAME: ""
VALIDATE: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/alienswarm
@ -22,11 +22,11 @@ podSecurityContext:
runAsUser: 0
probes:
liveness:
port: '{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}'
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
readiness:
port: '{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}'
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
startup:
port: '{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}'
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false

View File

@ -1,28 +1,28 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- GameServers
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: "This Docker will download and install Altitude and run it.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/altitude
icon: https://truecharts.org/img/chart-icons/altitude.png
keywords:
- altitude
- GameServers
kubeVersion: '>=1.16.0-0'
- altitude
- GameServers
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: altitude
sources:
- https://www.steampowered.com/
- https://hub.docker.com/r/ich777/altitude/
- https://www.steampowered.com/
- https://hub.docker.com/r/ich777/altitude/
type: application
version: 0.0.10

View File

@ -1,6 +1,6 @@
env:
DL_URL: http://installer.altitudegame.com/0.0.1/altitude.sh
GAME_PARAMS: ''
GAME_PARAMS: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/altitude

View File

@ -1,29 +1,30 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- GameServers
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: "This Docker will download and install SteamCMD. It will also install\
description:
"This Docker will download and install SteamCMD. It will also install\
\ America's Army: Proving Grounds and run it.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/americasarmy-pg
icon: https://truecharts.org/img/chart-icons/americasarmy-pg.png
keywords:
- americasarmy-pg
- GameServers
kubeVersion: '>=1.16.0-0'
- americasarmy-pg
- GameServers
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: americasarmy-pg
sources:
- https://www.americasarmy.com/
- https://hub.docker.com/r/ich777/steamcmd/
- https://www.americasarmy.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 0.0.10

View File

@ -1,10 +1,10 @@
env:
GAME_ID: '203300'
GAME_ID: "203300"
GAME_PARAMS: -port=7778 -SAP=8778 -SQP=27015 -aauregion=1 -log=Server.log
PASSWRD: ''
PASSWRD: ""
SRV_NAME: Army Docker
USERNAME: ''
VALIDATE: ''
USERNAME: ""
VALIDATE: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/americasarmy-pg

View File

@ -1,33 +1,34 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Downloaders
- MediaApp-Video
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: 'Automated Movie Trailer Downloader :: AMTD is a Radarr Companion script
description:
"Automated Movie Trailer Downloader :: AMTD is a Radarr Companion script
to automatically download movie trailers for use in media applications
'
"
home: https://github.com/truecharts/apps/tree/master/charts/stable/amtd
icon: https://truecharts.org/img/chart-icons/amtd.png
keywords:
- amtd
- Downloaders
- MediaApp-Video
kubeVersion: '>=1.16.0-0'
- amtd
- Downloaders
- MediaApp-Video
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: amtd
sources:
- https://github.com/RandomNinjaAtk/docker-amtd
- https://hub.docker.com/r/randomninjaatk/amtd
- https://github.com/RandomNinjaAtk/docker-amtd
- https://hub.docker.com/r/randomninjaatk/amtd
type: application
version: 0.0.10

View File

@ -1,18 +1,18 @@
env:
AUTOSTART: ''
EndClient: ''
FilePermissions: ''
FolderPermissions: ''
LANGUAGES: ''
PREFER_EXISTING: ''
RadarrAPIkey: ''
RadarrUrl: ''
SCRIPTINTERVAL: ''
SINGLETRAILER: ''
USEFOLDERS: ''
extrastype: ''
subtitlelanguage: ''
videoformat: ''
AUTOSTART: ""
EndClient: ""
FilePermissions: ""
FolderPermissions: ""
LANGUAGES: ""
PREFER_EXISTING: ""
RadarrAPIkey: ""
RadarrUrl: ""
SCRIPTINTERVAL: ""
SINGLETRAILER: ""
USEFOLDERS: ""
extrastype: ""
subtitlelanguage: ""
videoformat: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/amtd

View File

@ -1,5 +1,5 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Downloaders
- Productivity
@ -7,26 +7,26 @@ annotations:
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: "DESCRIPTION\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/amule
icon: https://truecharts.org/img/chart-icons/amule.png
keywords:
- amule
- Downloaders
- Productivity
- Tools-Utilities
kubeVersion: '>=1.16.0-0'
- amule
- Downloaders
- Productivity
- Tools-Utilities
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: amule
sources:
- https://github.com/t-chab/dockerfiles
- https://hub.docker.com/r/tchabaud/amule
- https://github.com/t-chab/dockerfiles
- https://hub.docker.com/r/tchabaud/amule
type: application
version: 0.0.10

View File

@ -1,31 +1,32 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Downloaders
- MediaApp-Video
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: 'Automated Music Video Downloader :: AMVD is a Lidarr Companion script
to automatically download and tag Music Videos for use in various media applications'
description:
"Automated Music Video Downloader :: AMVD is a Lidarr Companion script
to automatically download and tag Music Videos for use in various media applications"
home: https://github.com/truecharts/apps/tree/master/charts/stable/amvd
icon: https://truecharts.org/img/chart-icons/amvd.png
keywords:
- amvd
- Downloaders
- MediaApp-Video
kubeVersion: '>=1.16.0-0'
- amvd
- Downloaders
- MediaApp-Video
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: amvd
sources:
- https://github.com/RandomNinjaAtk/docker-amvd
- https://hub.docker.com/r/randomninjaatk/amvd
- https://github.com/RandomNinjaAtk/docker-amvd
- https://hub.docker.com/r/randomninjaatk/amvd
type: application
version: 0.0.10

View File

@ -1,16 +1,16 @@
env:
AUTOSTART: ''
CountryCode: ''
LidarrAPIkey: ''
LidarrUrl: ''
MBRAINZMIRROR: ''
MBRATELIMIT: ''
SCRIPTINTERVAL: ''
SOURCE_CONNECTION: ''
USEFOLDERS: ''
USEVIDEOFOLDERS: ''
WriteNFOs: ''
subtitlelanguage: ''
AUTOSTART: ""
CountryCode: ""
LidarrAPIkey: ""
LidarrUrl: ""
MBRAINZMIRROR: ""
MBRATELIMIT: ""
SCRIPTINTERVAL: ""
SOURCE_CONNECTION: ""
USEFOLDERS: ""
USEVIDEOFOLDERS: ""
WriteNFOs: ""
subtitlelanguage: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/amvd

View File

@ -1,29 +1,30 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Other
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: Android in docker solution with noVNC supported and video recording.
description:
Android in docker solution with noVNC supported and video recording.
Work way better with Intel CPUs because AMD doesn't an cpu graphics card. So with
amd cpus can be unusable.
home: https://github.com/truecharts/apps/tree/master/charts/stable/android-8-0
icon: https://truecharts.org/img/chart-icons/android-8-0.png
keywords:
- android-8-0
- Other
kubeVersion: '>=1.16.0-0'
- android-8-0
- Other
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: android-8-0
sources:
- https://registry.hub.docker.com/r/ulisses1478/docker-android
- https://registry.hub.docker.com/r/ulisses1478/docker-android
type: application
version: 0.0.10

View File

@ -1,29 +1,30 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- HomeAutomation
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: "Control AndroidTV/FireTV devices through ADB from the Home Assistant\
description:
"Control AndroidTV/FireTV devices through ADB from the Home Assistant\
\ Core docker image.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/androiddebugbridge
icon: https://truecharts.org/img/chart-icons/androiddebugbridge.png
keywords:
- androiddebugbridge
- HomeAutomation
kubeVersion: '>=1.16.0-0'
- androiddebugbridge
- HomeAutomation
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: androiddebugbridge
sources:
- https://hub.docker.com/r/barnybbb/adb-hass-androidtv
- https://hub.docker.com/r/barnybbb/adb-hass-androidtv/
- https://hub.docker.com/r/barnybbb/adb-hass-androidtv
- https://hub.docker.com/r/barnybbb/adb-hass-androidtv/
type: application
version: 0.0.10

View File

@ -1,6 +1,6 @@
env:
bootwait: '10'
checkfreq: '30'
bootwait: "10"
checkfreq: "30"
devicelist: 10.0.0.192:5555
image:
pullPolicy: IfNotPresent

View File

@ -1,5 +1,5 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Network-Other
- Productivity
@ -7,27 +7,28 @@ annotations:
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: "Anope is a set of IRC Services designed for flexibility and ease of\
description:
"Anope is a set of IRC Services designed for flexibility and ease of\
\ use.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/anope
icon: https://truecharts.org/img/chart-icons/anope.png
keywords:
- anope
- Network-Other
- Productivity
- Tools-Utilities
kubeVersion: '>=1.16.0-0'
- anope
- Network-Other
- Productivity
- Tools-Utilities
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: anope
sources:
- https://thelounge.chat/
- https://hub.docker.com/r/ich777/anope
- https://thelounge.chat/
- https://hub.docker.com/r/ich777/anope
type: application
version: 0.0.10

View File

@ -1,14 +1,14 @@
env:
CASEMAP: rfc1459
DATA_PERM: '770'
DATA_PERM: "770"
HOST: irc.example.com
IP_ADDR: ''
IP_ADDR: ""
IRCD: inspircd3
LOCAL_HOSTNAME: services
PASSWORD: ''
PORT: '7000'
SSL: 'yes'
UMASK: '000'
PASSWORD: ""
PORT: "7000"
SSL: "yes"
UMASK: "000"
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/anope

View File

@ -1,30 +1,31 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Cloud
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: "Very simple WebDAV server based on Apache. You need a WebDAV client\
description:
"Very simple WebDAV server based on Apache. You need a WebDAV client\
\ to transfer files. It does not include a WebUI to upload files through your browser.\r\
\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/apache-webdav
icon: https://truecharts.org/img/chart-icons/apache-webdav.png
keywords:
- apache-webdav
- Cloud
kubeVersion: '>=1.16.0-0'
- apache-webdav
- Cloud
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: apache-webdav
sources:
- https://httpd.apache.org/docs/2.4/mod/mod_dav.html
- https://github.com/mgutt/docker-apachewebdav
- https://httpd.apache.org/docs/2.4/mod/mod_dav.html
- https://github.com/mgutt/docker-apachewebdav
type: application
version: 0.0.10

View File

@ -1,13 +1,13 @@
env:
ANONYMOUS_METHODS: ''
ANONYMOUS_METHODS: ""
AUTH_TYPE: Basic
LOCATION: /
PASSWORD: ''
PUMASK: '0000'
PASSWORD: ""
PUMASK: "0000"
REALM: WebDAV-Login
SERVER_NAMES: localhost
SSL_CERT: ''
USERNAME: ''
SSL_CERT: ""
USERNAME: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/apache-webdav

View File

@ -1,33 +1,34 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Other
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: 'Apprise-api(https://github.com/caronc/apprise-api) Takes advantage of
description:
"Apprise-api(https://github.com/caronc/apprise-api) Takes advantage of
Apprise(https://github.com/caronc/apprise) through your network with a user-friendly
API.
'
"
home: https://github.com/truecharts/apps/tree/master/charts/stable/apprise-api
icon: https://truecharts.org/img/chart-icons/apprise-api.png
keywords:
- apprise-api
- Other
kubeVersion: '>=1.16.0-0'
- apprise-api
- Other
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: apprise-api
sources:
- https://github.com/caronc/apprise-api
- https://github.com/orgs/linuxserver/packages/container/package/apprise-api
- https://github.com/linuxserver/docker-apprise-api#readme
- https://github.com/caronc/apprise-api
- https://github.com/orgs/linuxserver/packages/container/package/apprise-api
- https://github.com/linuxserver/docker-apprise-api#readme
type: application
version: 0.0.10

View File

@ -1,5 +1,5 @@
env:
UMASK: ''
UMASK: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/apprise-api

View File

@ -1,13 +1,13 @@
apiVersion: v2
appVersion: "1.7.8"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.4
- condition: redis.enabled
name: redis
repository: https://charts.truecharts.org
version: 3.0.30
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.4
- condition: redis.enabled
name: redis
repository: https://charts.truecharts.org
version: 3.0.30
# - condition: mongodb.enabled
# name: mongodb
# repository: https://charts.truecharts.org
@ -16,15 +16,15 @@ description: Turn any datasource into an internal app in minutes. Appsmith lets
home: https://github.com/truecharts/apps/tree/master/charts/incubator/appsmith
icon: https://truecharts.org/img/chart-icons/appsmith.png
keywords:
- appsmith
kubeVersion: '>=1.16.0-0'
- appsmith
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: appsmith
sources:
- https://github.com/appsmithorg/appsmith
- https://github.com/appsmithorg/appsmith
version: 2.0.24
annotations:
truecharts.org/catagories: |

View File

@ -37,12 +37,10 @@ persistence:
enabled: true
mountPath: "/appsmith-stacks"
redis:
enabled: true
existingSecret: "rediscreds"
redisUsername: appsmith
# mongodb:
# enabled: true
# mongodbUsername: appsmith

View File

@ -1,5 +1,5 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Network-Proxy
- Network-Other
@ -7,28 +7,29 @@ annotations:
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: Apt-Cacher NG is a caching proxy, specialized for package files from
description:
Apt-Cacher NG is a caching proxy, specialized for package files from
Linux distributors, primarily for Debian (and Debian based) distributions but not
limited to those.
home: https://github.com/truecharts/apps/tree/master/charts/stable/apt-cacher-ng
icon: https://truecharts.org/img/chart-icons/apt-cacher-ng.png
keywords:
- apt-cacher-ng
- Network-Proxy
- Network-Other
- Tools-Utilities
kubeVersion: '>=1.16.0-0'
- apt-cacher-ng
- Network-Proxy
- Network-Other
- Tools-Utilities
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: apt-cacher-ng
sources:
- https://www.unix-ag.uni-kl.de/~bloch/acng/
- https://hub.docker.com/r/sameersbn/apt-cacher-ng/
- https://www.unix-ag.uni-kl.de/~bloch/acng/
- https://hub.docker.com/r/sameersbn/apt-cacher-ng/
type: application
version: 0.0.10

View File

@ -1,5 +1,5 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Backup
- Cloud
@ -7,28 +7,29 @@ annotations:
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: "The Archive Team Warrior is a virtual archiving appliance. You can run\
description:
"The Archive Team Warrior is a virtual archiving appliance. You can run\
\ it to help with the Archive Team archiving efforts. It will download sites and\
\ upload them to our archive\u2014and it\u2019s really easy to do!\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/archiveteam-warrior
icon: https://truecharts.org/img/chart-icons/archiveteam-warrior.png
keywords:
- archiveteam-warrior
- Backup
- Cloud
- Downloaders
kubeVersion: '>=1.16.0-0'
- archiveteam-warrior
- Backup
- Cloud
- Downloaders
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: archiveteam-warrior
sources:
- https://wiki.archiveteam.org/index.php/ArchiveTeam_Warrior
- https://hub.docker.com/r/archiveteam/warrior-dockerfile/
- https://wiki.archiveteam.org/index.php/ArchiveTeam_Warrior
- https://hub.docker.com/r/archiveteam/warrior-dockerfile/
type: application
version: 0.0.10

View File

@ -1,30 +1,31 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- GameServers
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: "This Docker will download and install SteamCMD. It will also install\
description:
"This Docker will download and install SteamCMD. It will also install\
\ ARK:SurvivalEvolved and run it (Normal server startup of ARK can take a long time!).\r\
\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/arksurvivalevolved
icon: https://truecharts.org/img/chart-icons/arksurvivalevolved.png
keywords:
- arksurvivalevolved
- GameServers
kubeVersion: '>=1.16.0-0'
- arksurvivalevolved
- GameServers
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: arksurvivalevolved
sources:
- https://survivetheark.com/
- https://hub.docker.com/r/ich777/steamcmd/
- https://survivetheark.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 0.0.10

View File

@ -1,14 +1,14 @@
env:
GAME_ID: '376030'
GAME_PARAMS: ''
GAME_ID: "376030"
GAME_PARAMS: ""
GAME_PARAMS_EXTRA: -server -log
MAP: TheIsland
PASSWRD: ''
SERVER_NAME: ''
SRV_ADMIN_PWD: ''
SRV_PWD: ''
USERNAME: ''
VALIDATE: ''
PASSWRD: ""
SERVER_NAME: ""
SRV_ADMIN_PWD: ""
SRV_PWD: ""
USERNAME: ""
VALIDATE: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/arksurvivalevolved
@ -25,11 +25,11 @@ podSecurityContext:
runAsUser: 0
probes:
liveness:
port: '{{ .Values.service.rcontcp.ports.rcontcp.targetPort }}'
port: "{{ .Values.service.rcontcp.ports.rcontcp.targetPort }}"
readiness:
port: '{{ .Values.service.rcontcp.ports.rcontcp.targetPort }}'
port: "{{ .Values.service.rcontcp.ports.rcontcp.targetPort }}"
startup:
port: '{{ .Values.service.rcontcp.ports.rcontcp.targetPort }}'
port: "{{ .Values.service.rcontcp.ports.rcontcp.targetPort }}"
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false

View File

@ -1,29 +1,30 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- GameServers
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: "This Docker will download and install SteamCMD. It will also install\
description:
"This Docker will download and install SteamCMD. It will also install\
\ ArmA III and run it.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/arma3
icon: https://truecharts.org/img/chart-icons/arma3.png
keywords:
- arma3
- GameServers
kubeVersion: '>=1.16.0-0'
- arma3
- GameServers
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: arma3
sources:
- https://arma3.com/
- https://hub.docker.com/r/ich777/steamcmd/
- https://arma3.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 0.0.10

View File

@ -1,10 +1,10 @@
env:
GAME_ID: '233780'
GAME_ID: "233780"
GAME_PARAMS: -config=server.cfg -mod=
GAME_PORT: '2302'
PASSWRD: ''
USERNAME: ''
VALIDATE: ''
GAME_PORT: "2302"
PASSWRD: ""
USERNAME: ""
VALIDATE: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/arma3

View File

@ -1,29 +1,30 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- GameServers
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: "This Docker will download and install SteamCMD. It will also install\
description:
"This Docker will download and install SteamCMD. It will also install\
\ ArmA III including ExileMod and run it.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/arma3exilemod
icon: https://truecharts.org/img/chart-icons/arma3exilemod.png
keywords:
- arma3exilemod
- GameServers
kubeVersion: '>=1.16.0-0'
- arma3exilemod
- GameServers
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: arma3exilemod
sources:
- http://www.exilemod.com/
- https://hub.docker.com/r/ich777/steamcmd/
- http://www.exilemod.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 0.0.10

View File

@ -1,13 +1,13 @@
env:
EXILEMOD_SERVER_URL: http://www.exilemod.com/ExileServer-1.0.4a.zip
GAME_ID: '233780'
GAME_PARAMS: ''
GAME_PORT: '2302'
GAME_ID: "233780"
GAME_PARAMS: ""
GAME_PORT: "2302"
MARIA_DB_ROOT_PWD: ExileMod
PASSWRD: ''
USERNAME: ''
VALIDATE: ''
WORKSHOP_MAN_INST: ''
PASSWRD: ""
USERNAME: ""
VALIDATE: ""
WORKSHOP_MAN_INST: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/arma3exilemod

View File

@ -1,33 +1,34 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Productivity
- Tools-Utilities
apiVersion: v2
appVersion: "7.41.4"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: "JFrog\u2019s Artifactory open source project was created to speed up\
description:
"JFrog\u2019s Artifactory open source project was created to speed up\
\ development cycles using binary repositories. It\u2019s the world\u2019s most\
\ advanced repository manager, creating a single place for teams to manage all their\
\ binary artifacts efficiently."
home: https://github.com/truecharts/apps/tree/master/charts/stable/artifactory-oss
icon: https://truecharts.org/img/chart-icons/artifactory-oss.png
keywords:
- artifactory-oss
- Productivity
- Tools-Utilities
kubeVersion: '>=1.16.0-0'
- artifactory-oss
- Productivity
- Tools-Utilities
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: artifactory-oss
sources:
- https://jfrog.com/
- https://registry.hub.docker.com/r/docker.bintray.io/jfrog/artifactory-oss
- https://jfrog.com/
- https://registry.hub.docker.com/r/docker.bintray.io/jfrog/artifactory-oss
type: application
version: 0.0.10

View File

@ -1,29 +1,30 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- GameServers
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: "This Docker will download and install SteamCMD. It will also install\
description:
"This Docker will download and install SteamCMD. It will also install\
\ AssettoCorsa and run it.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/assettocorsa
icon: https://truecharts.org/img/chart-icons/assettocorsa.png
keywords:
- assettocorsa
- GameServers
kubeVersion: '>=1.16.0-0'
- assettocorsa
- GameServers
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: assettocorsa
sources:
- https://www.assettocorsa.net/
- https://hub.docker.com/r/ich777/steamcmd/
- https://www.assettocorsa.net/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 0.0.10

View File

@ -1,10 +1,10 @@
env:
GAME_ID: '302550'
INSTALL_ASSETTO_SERVER_MANAGER: ''
INSTALL_STRACKER: ''
PASSWRD: ''
USERNAME: ''
VALIDATE: ''
GAME_ID: "302550"
INSTALL_ASSETTO_SERVER_MANAGER: ""
INSTALL_STRACKER: ""
PASSWRD: ""
USERNAME: ""
VALIDATE: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/assettocorsa

View File

@ -1,5 +1,5 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Cloud
- Tools-Utilities
@ -7,26 +7,26 @@ annotations:
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: "DESCRIPTION\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/aurora-files
icon: https://truecharts.org/img/chart-icons/aurora-files.png
keywords:
- aurora-files
- Cloud
- Tools-Utilities
- Network-FTP
kubeVersion: '>=1.16.0-0'
- aurora-files
- Cloud
- Tools-Utilities
- Network-FTP
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: aurora-files
sources:
- https://github.com/afterlogic/docker-aurora-files
- https://hub.docker.com/r/afterlogic/docker-aurora-files
- https://github.com/afterlogic/docker-aurora-files
- https://hub.docker.com/r/afterlogic/docker-aurora-files
type: application
version: 0.0.10

View File

@ -1,31 +1,31 @@
apiVersion: v2
appVersion: "2022.7.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.4
- condition: postgresql.enabled
name: postgresql
repository: https://charts.truecharts.org/
version: 8.0.30
- condition: redis.enabled
name: redis
repository: https://charts.truecharts.org
version: 3.0.30
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.4
- condition: postgresql.enabled
name: postgresql
repository: https://charts.truecharts.org/
version: 8.0.30
- condition: redis.enabled
name: redis
repository: https://charts.truecharts.org
version: 3.0.30
description: authentik is an open-source Identity Provider focused on flexibility and versatility.
home: https://github.com/truecharts/apps/tree/master/charts/incubator/authentik
icon: https://truecharts.org/img/chart-icons/authentik.png
keywords:
- authentik
kubeVersion: '>=1.16.0-0'
- authentik
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: authentik
sources:
- https://github.com/goauthentik/authentik
- https://goauthentik.io/docs/
- https://github.com/goauthentik/authentik
- https://goauthentik.io/docs/
version: 2.0.23
annotations:
truecharts.org/catagories: |

View File

@ -106,14 +106,14 @@ additionalContainers:
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
args: ["worker"]
volumeMounts:
- name: media
mountPath: "/media"
- name: templates
mountPath: "/templates"
- name: certs
mountPath: "/certs"
- name: geoip
mountPath: "/geoip"
- name: media
mountPath: "/media"
- name: templates
mountPath: "/templates"
- name: certs
mountPath: "/certs"
- name: geoip
mountPath: "/geoip"
env:
- name: AUTHENTIK_REDIS__PORT
value: "6379"

View File

@ -1,29 +1,30 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Downloaders
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: auto-yt-dl is used to automatically download new Videos of specific YouTube
description:
auto-yt-dl is used to automatically download new Videos of specific YouTube
Channels. It features a Web Gui to add and remove Channels from your watch list.
home: https://github.com/truecharts/apps/tree/master/charts/stable/auto-yt-dl
icon: https://truecharts.org/img/chart-icons/auto-yt-dl.png
keywords:
- auto-yt-dl
- Downloaders
kubeVersion: '>=1.16.0-0'
- auto-yt-dl
- Downloaders
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: auto-yt-dl
sources:
- https://github.com/xXGuhuXx/auto-yt-dl
- https://hub.docker.com/repository/docker/guhu007/auto-yt-dl
- https://github.com/xXGuhuXx/auto-yt-dl
- https://hub.docker.com/repository/docker/guhu007/auto-yt-dl
type: application
version: 0.0.10

View File

@ -1,30 +1,31 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Other
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: Autoscan replaces the default Plex and Emby behaviour for picking up
description:
Autoscan replaces the default Plex and Emby behaviour for picking up
file changes on the file system. Autoscan integrates with Sonarr, Radarr and Lidarr
to fetch changes in near real-time without relying on the file system.
home: https://github.com/truecharts/apps/tree/master/charts/stable/autoscan
icon: https://truecharts.org/img/chart-icons/autoscan.png
keywords:
- autoscan
- Other
kubeVersion: '>=1.16.0-0'
- autoscan
- Other
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: autoscan
sources:
- https://hotio.dev/containers/autoscan
- https://hub.docker.com/r/hotio/autoscan
- https://hotio.dev/containers/autoscan
- https://hub.docker.com/r/hotio/autoscan
type: application
version: 0.0.10

View File

@ -1,7 +1,7 @@
env:
PLEX_LOGIN: ''
PLEX_PASSWORD: ''
UMASK: ''
PLEX_LOGIN: ""
PLEX_PASSWORD: ""
UMASK: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/autoscan

View File

@ -1,25 +1,25 @@
apiVersion: v2
appVersion: "1.4.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.4
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.4
deprecated: false
description: Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks.
home: https://github.com/truecharts/apps/tree/master/charts/stable/avidemux
icon: https://truecharts.org/img/chart-icons/avidemux.png
keywords:
- media
- avidemux
kubeVersion: '>=1.16.0-0'
- media
- avidemux
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: avidemux
sources:
- https://github.com/jlesage/docker-avidemux
- https://hub.docker.com/r/jlesage/avidemux/
- https://github.com/jlesage/docker-avidemux
- https://hub.docker.com/r/jlesage/avidemux/
type: application
version: 0.0.12
annotations:

View File

@ -43,9 +43,9 @@ configmap:
avidemux:
enabled: true
data:
ENABLE_CJK_FONT: "{{ ternary \"1\" \"0\" .Values.avidemux.ENABLE_CJK_FONT }}"
KEEP_APP_RUNNING: "{{ ternary \"1\" \"0\" .Values.avidemux.KEEP_APP_RUNNING }}"
SECURE_CONNECTION: "{{ ternary \"1\" \"0\" .Values.avidemux.SECURE_CONNECTION }}"
ENABLE_CJK_FONT: '{{ ternary "1" "0" .Values.avidemux.ENABLE_CJK_FONT }}'
KEEP_APP_RUNNING: '{{ ternary "1" "0" .Values.avidemux.KEEP_APP_RUNNING }}'
SECURE_CONNECTION: '{{ ternary "1" "0" .Values.avidemux.SECURE_CONNECTION }}'
DISPLAY_WIDTH: "{{ .Values.avidemux.DISPLAY_WIDTH }}"
DISPLAY_HEIGHT: "{{ .Values.avidemux.DISPLAY_HEIGHT }}"

View File

@ -1,29 +1,30 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- GameServers
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: "This Docker will download and install SteamCMD. It will also install\
description:
"This Docker will download and install SteamCMD. It will also install\
\ Avorion and run it.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/avorion
icon: https://truecharts.org/img/chart-icons/avorion.png
keywords:
- avorion
- GameServers
kubeVersion: '>=1.16.0-0'
- avorion
- GameServers
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: avorion
sources:
- https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/
- https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 0.0.10

View File

@ -1,11 +1,11 @@
env:
GALAXY_NAME: AvorionDocker
GAME_ID: '565060'
GAME_PARAMS: ''
PASSWRD: ''
UMASK: '000'
USERNAME: ''
VALIDATE: ''
GAME_ID: "565060"
GAME_PARAMS: ""
PASSWRD: ""
UMASK: "000"
USERNAME: ""
VALIDATE: ""
stdin: true
tty: true
image:

View File

@ -5,24 +5,24 @@ name: awesome-ttrss
version: 0.0.22
kubeVersion: ">=1.16.0-0"
keywords:
- tt-rss
- awesome-ttrss
- tt-rss
- awesome-ttrss
home: https://github.com/truecharts/apps/tree/master/charts/stable/awesome-ttrss
icon: https://truecharts.org/img/chart-icons/awesome-ttrss.png
sources:
- https://github.com/HenryQW/Awesome-TTRSS
- https://github.com/HenryQW/Awesome-TTRSS
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.4
- condition: postgresql.enabled
name: postgresql
repository: https://charts.truecharts.org/
version: 8.0.30
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.4
- condition: postgresql.enabled
name: postgresql
repository: https://charts.truecharts.org/
version: 8.0.30
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
annotations:
truecharts.org/catagories: |
- media

View File

@ -1,31 +1,32 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Backup
- Network-Web
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: BackupPC is a high-performance, enterprise-grade system for backing up
description:
BackupPC is a high-performance, enterprise-grade system for backing up
Linux, Windows and macOS PCs and laptops to a server's disk.
home: https://github.com/truecharts/apps/tree/master/charts/stable/backuppc
icon: https://truecharts.org/img/chart-icons/backuppc.png
keywords:
- backuppc
- Backup
- Network-Web
kubeVersion: '>=1.16.0-0'
- backuppc
- Backup
- Network-Web
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: backuppc
sources:
- https://backuppc.github.io/backuppc/index.html
- https://hub.docker.com/r/tiredofit/backuppc/
- https://backuppc.github.io/backuppc/index.html
- https://hub.docker.com/r/tiredofit/backuppc/
type: application
version: 0.0.10

View File

@ -1,28 +1,28 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Network-Web
apiVersion: v2
appVersion: "nginx"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: "Ba\xEFkal is a lightweight CalDAV+CardDAV server"
home: https://github.com/truecharts/apps/tree/master/charts/stable/baikal
icon: https://truecharts.org/img/chart-icons/baikal.png
keywords:
- baikal
- Network-Web
kubeVersion: '>=1.16.0-0'
- baikal
- Network-Web
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: baikal
sources:
- https://github.com/ckulka/baikal-docker
- https://hub.docker.com/r/ckulka/baikal/
- https://github.com/ckulka/baikal-docker
- https://hub.docker.com/r/ckulka/baikal/
type: application
version: 0.0.10

View File

@ -1,32 +1,33 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Productivity
- Tools-Utilities
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: "&lt;b&gt;Barcode Buddy is a Grocy companion app/plugin, which allows\
description:
"&lt;b&gt;Barcode Buddy is a Grocy companion app/plugin, which allows\
\ you to install the Barcode Buddy app and scan products directly to your Grocy\
\ library.&lt;/b&gt;\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/barcodebuddy
icon: https://truecharts.org/img/chart-icons/barcodebuddy.png
keywords:
- barcodebuddy
- Productivity
- Tools-Utilities
kubeVersion: '>=1.16.0-0'
- barcodebuddy
- Productivity
- Tools-Utilities
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: barcodebuddy
sources:
- https://github.com/Forceu/barcodebuddy
- https://hub.docker.com/r/f0rc3/barcodebuddy-docker
- https://github.com/Forceu/barcodebuddy
- https://hub.docker.com/r/f0rc3/barcodebuddy-docker
type: application
version: 0.0.10

View File

@ -1,29 +1,30 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- GameServers
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: "This Docker will download and install SteamCMD. It will also install\
description:
"This Docker will download and install SteamCMD. It will also install\
\ Barotrauma and run it.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/barotrauma
icon: https://truecharts.org/img/chart-icons/barotrauma.png
keywords:
- barotrauma
- GameServers
kubeVersion: '>=1.16.0-0'
- barotrauma
- GameServers
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: barotrauma
sources:
- https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/
- https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 0.0.10

View File

@ -1,9 +1,9 @@
env:
GAME_ID: '1026340'
GAME_PARAMS: ''
PASSWRD: ''
USERNAME: ''
VALIDATE: ''
GAME_ID: "1026340"
GAME_PARAMS: ""
PASSWRD: ""
USERNAME: ""
VALIDATE: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/barotrauma

View File

@ -1,28 +1,28 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Crypto
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: "DESCRIPTION\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/bitcoin-node
icon: https://truecharts.org/img/chart-icons/bitcoin-node.png
keywords:
- bitcoin-node
- Crypto
kubeVersion: '>=1.16.0-0'
- bitcoin-node
- Crypto
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: bitcoin-node
sources:
- https://github.com/kylemanna/docker-bitcoind
- https://hub.docker.com/r/kylemanna/bitcoind
- https://github.com/kylemanna/docker-bitcoind
- https://hub.docker.com/r/kylemanna/bitcoind
type: application
version: 0.0.10

View File

@ -1,5 +1,5 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Tools-Utilities
- Network-Other
@ -7,29 +7,30 @@ annotations:
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: 'Support the Bitcoin network by hosting your own node! This template
description:
"Support the Bitcoin network by hosting your own node! This template
provides a full Bitcoin Core node, built in a verifiably trustless way.
'
"
home: https://github.com/truecharts/apps/tree/master/charts/stable/bitcoind
icon: https://truecharts.org/img/chart-icons/bitcoind.png
keywords:
- bitcoind
- Tools-Utilities
- Network-Other
- Crypto
kubeVersion: '>=1.16.0-0'
- bitcoind
- Tools-Utilities
- Network-Other
- Crypto
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: bitcoind
sources:
- https://bitcoin.org/
- https://hub.docker.com/r/ofawx/bitcoind/
- https://bitcoin.org/
- https://hub.docker.com/r/ofawx/bitcoind/
type: application
version: 0.0.10

View File

@ -1,28 +1,29 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Network-Other
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: "The Bitcoin Unlimited project seeks to provide a voice to all stakeholders\
description:
"The Bitcoin Unlimited project seeks to provide a voice to all stakeholders\
\ in the Bitcoin ecosystem.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/bitcoinunlimited
icon: https://truecharts.org/img/chart-icons/bitcoinunlimited.png
keywords:
- bitcoinunlimited
- Network-Other
kubeVersion: '>=1.16.0-0'
- bitcoinunlimited
- Network-Other
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: bitcoinunlimited
sources:
- https://hub.docker.com/r/amacneil/bitcoinunlimited/~/dockerfile/
- https://hub.docker.com/r/amacneil/bitcoinunlimited/~/dockerfile/
type: application
version: 0.0.10

View File

@ -1,29 +1,29 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Other
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: 'Bitcoin wallet with GUI over VNC and NoVNC.&#xD;
description: "Bitcoin wallet with GUI over VNC and NoVNC.&#xD;
'
"
home: https://github.com/truecharts/apps/tree/master/charts/stable/bitcoinwalletgui
icon: https://truecharts.org/img/chart-icons/bitcoinwalletgui.png
keywords:
- bitcoinwalletgui
- Other
kubeVersion: '>=1.16.0-0'
- bitcoinwalletgui
- Other
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: bitcoinwalletgui
sources:
- https://hub.docker.com/r/ulisses1478/bitcoinwallet-gui
- https://hub.docker.com/r/ulisses1478/bitcoinwallet-gui
type: application
version: 0.0.10

View File

@ -1,7 +1,7 @@
env:
VNC_PW: vncpassword
VNC_RESOLUTION: 1280x1024
VNC_VIEW_ONLY: 'false'
VNC_VIEW_ONLY: "false"
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/bitcoinwalletgui

View File

@ -1,5 +1,5 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Productivity
- Tools-Utilities
@ -8,27 +8,27 @@ annotations:
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: "DESCRIPTION\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/blender-desktop-g3
icon: https://truecharts.org/img/chart-icons/blender-desktop-g3.png
keywords:
- blender-desktop-g3
- Productivity
- Tools-Utilities
- MediaApp-Photos
- MediaApp-Other
kubeVersion: '>=1.16.0-0'
- blender-desktop-g3
- Productivity
- Tools-Utilities
- MediaApp-Photos
- MediaApp-Other
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: blender-desktop-g3
sources:
- https://github.com/accetto/headless-drawing-g3/
- https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-blender-g3
- https://github.com/accetto/headless-drawing-g3/
- https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-blender-g3
type: application
version: 0.0.10

View File

@ -1,15 +1,16 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Other
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: Blender(https://www.blender.org/) is a free and open-source 3D computer
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
@ -17,17 +18,17 @@ description: Blender(https://www.blender.org/) is a free and open-source 3D comp
home: https://github.com/truecharts/apps/tree/master/charts/stable/blender
icon: https://truecharts.org/img/chart-icons/blender.png
keywords:
- blender
- Other
kubeVersion: '>=1.16.0-0'
- blender
- Other
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: blender
sources:
- https://www.blender.org/
- https://github.com/orgs/linuxserver/packages/container/package/blender
- https://github.com/linuxserver/docker-blender#readme
- https://www.blender.org/
- https://github.com/orgs/linuxserver/packages/container/package/blender
- https://github.com/linuxserver/docker-blender#readme
type: application
version: 0.0.10

View File

@ -1,7 +1,7 @@
env:
KEYBOARD: ''
SUBFOLDER: ''
UMASK: ''
KEYBOARD: ""
SUBFOLDER: ""
UMASK: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/blender

View File

@ -1,5 +1,5 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- HomeAutomation
- Productivity
@ -9,29 +9,30 @@ annotations:
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: "A script to enable customers of lazy ISPs to perform measurement campaigns\
description:
"A script to enable customers of lazy ISPs to perform measurement campaigns\
\ of the connection speed as described here in an automated way.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/breitbandmessung-de
icon: https://truecharts.org/img/chart-icons/breitbandmessung-de.png
keywords:
- breitbandmessung-de
- HomeAutomation
- Productivity
- Tools-Utilities
- Other
- Network-Management
kubeVersion: '>=1.16.0-0'
- breitbandmessung-de
- HomeAutomation
- Productivity
- Tools-Utilities
- Other
- Network-Management
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: breitbandmessung-de
sources:
- https://github.com/shneezin/breitbandmessung-node
- https://hub.docker.com/r/shneezin/breitbandmessung-node
- https://github.com/shneezin/breitbandmessung-node
- https://hub.docker.com/r/shneezin/breitbandmessung-node
type: application
version: 0.0.10

View File

@ -1,29 +1,30 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Crypto
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: This is a Docker container for BTDEX based on jlesage/docker-baseimage-gui
description:
This is a Docker container for BTDEX based on jlesage/docker-baseimage-gui
Docker image.
home: https://github.com/truecharts/apps/tree/master/charts/stable/btdex
icon: https://truecharts.org/img/chart-icons/btdex.png
keywords:
- btdex
- Crypto
kubeVersion: '>=1.16.0-0'
- btdex
- Crypto
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: btdex
sources:
- https://btdex.trade/
- https://hub.docker.com/r/furritos/docker-btdex:latest
- https://btdex.trade/
- https://hub.docker.com/r/furritos/docker-btdex:latest
type: application
version: 0.0.10

View File

@ -1,31 +1,32 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Tools-Utilities
- Other
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: "bWAPP, or a buggy web application, is a free and open source deliberately\
description:
"bWAPP, or a buggy web application, is a free and open source deliberately\
\ insecure web application.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/bwapp
icon: https://truecharts.org/img/chart-icons/bwapp.png
keywords:
- bwapp
- Tools-Utilities
- Other
kubeVersion: '>=1.16.0-0'
- bwapp
- Tools-Utilities
- Other
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: bwapp
sources:
- https://sourceforge.net/projects/bwapp/
- https://hub.docker.com/r/raesene/bwapp/
- https://sourceforge.net/projects/bwapp/
- https://hub.docker.com/r/raesene/bwapp/
type: application
version: 0.0.10

View File

@ -1,5 +1,5 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Productivity
- Tools-Utilities
@ -9,31 +9,32 @@ annotations:
apiVersion: v2
appVersion: "3.1.0rc4"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: "CadQuery is an intuitive, easy-to-use Python module for building parametric\
description:
"CadQuery is an intuitive, easy-to-use Python module for building parametric\
\ 3D CAD models. Using CadQuery, you can write short, simple scripts that produce\
\ high quality CAD models. It is easy to make many different objects using a single\
\ script that can be customized.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/cadquery-jupyter
icon: https://truecharts.org/img/chart-icons/cadquery-jupyter.png
keywords:
- cadquery-jupyter
- Productivity
- Tools-Utilities
- Other
- Network-Web
- Network-Other
kubeVersion: '>=1.16.0-0'
- cadquery-jupyter
- Productivity
- Tools-Utilities
- Other
- Network-Web
- Network-Other
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: cadquery-jupyter
sources:
- https://github.com/bernhard-42/jupyter-cadquery
- https://hub.docker.com/r/cadquery/cadquery-server
- https://github.com/bernhard-42/jupyter-cadquery
- https://hub.docker.com/r/cadquery/cadquery-server
type: application
version: 0.0.10

View File

@ -1,5 +1,5 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Productivity
- Tools-Utilities
@ -8,30 +8,31 @@ annotations:
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: "CadQuery is an intuitive, easy-to-use Python module for building parametric\
description:
"CadQuery is an intuitive, easy-to-use Python module for building parametric\
\ 3D CAD models. Using CadQuery, you can write short, simple scripts that produce\
\ high quality CAD models. It is easy to make many different objects using a single\
\ script that can be customized.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/cadquery-server
icon: https://truecharts.org/img/chart-icons/cadquery-server.png
keywords:
- cadquery-server
- Productivity
- Tools-Utilities
- Other
- Network-Other
kubeVersion: '>=1.16.0-0'
- cadquery-server
- Productivity
- Tools-Utilities
- Other
- Network-Other
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: cadquery-server
sources:
- https://github.com/roipoussiere/cadquery
- https://hub.docker.com/r/cadquery/cadquery-server
- https://github.com/roipoussiere/cadquery
- https://hub.docker.com/r/cadquery/cadquery-server
type: application
version: 0.0.10

View File

@ -1,29 +1,30 @@
annotations:
truecharts.org/SCALE-support: 'true'
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- GameServers
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.6
deprecated: false
description: "This Docker will download and install SteamCMD. It will also install\
description:
"This Docker will download and install SteamCMD. It will also install\
\ Chivalry: Medieval Warfare and run it.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/chivalry-medievalwarfare
icon: https://truecharts.org/img/chart-icons/chivalry-medievalwarfare.png
keywords:
- chivalry-medievalwarfare
- GameServers
kubeVersion: '>=1.16.0-0'
- chivalry-medievalwarfare
- GameServers
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: chivalry-medievalwarfare
sources:
- https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/
- https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 0.0.10

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