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
711 changed files with 35800 additions and 32229 deletions
+6 -2
View File
@@ -1,16 +1,20 @@
{{ range .Versions }} {{ 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 }}) ## [{{ .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 -}} {{ range .CommitGroups -}}
### {{ .Title }} ### {{ .Title }}
{{ range .Commits -}} {{ range .Commits -}}
- {{ .Subject }} - {{ .Subject }}
{{ end }} {{ end }}
{{ end -}} {{ end -}}
{{- if .NoteGroups -}} {{- if .NoteGroups -}}
{{ range .NoteGroups -}} {{ range .NoteGroups -}}
### {{ .Title }} ### {{ .Title }}
{{ range .Notes }} {{ range .Notes }}
+47 -47
View File
@@ -3,52 +3,52 @@ target-branch: master
helm-extra-args: --timeout 300s helm-extra-args: --timeout 300s
chart-yaml-schema: .github/chart_schema.yaml chart-yaml-schema: .github/chart_schema.yaml
chart-dirs: chart-dirs:
- charts/incubator - charts/incubator
- charts/stable - charts/stable
- charts/dependency - charts/dependency
- charts/core - charts/core
- charts/dev - charts/dev
- charts/games - charts/games
- charts/enterprise - charts/enterprise
- charts/SCALE - charts/SCALE
excluded-charts: excluded-charts:
- charts/incubator/sdtd - charts/incubator/sdtd
- charts/stable/alertmanager-bot - charts/stable/alertmanager-bot
- charts/stable/alertmanager-discord - charts/stable/alertmanager-discord
- charts/stable/amcrest2mqtt - charts/stable/amcrest2mqtt
- charts/stable/facebox - charts/stable/facebox
- charts/stable/foundryvtt - charts/stable/foundryvtt
- charts/stable/heimdall - charts/stable/heimdall
- charts/stable/multus - charts/stable/multus
- charts/stable/pod-gateway - charts/stable/pod-gateway
- charts/stable/promcord - charts/stable/promcord
- charts/stable/reg - charts/stable/reg
- charts/stable/ser2sock - charts/stable/ser2sock
- charts/stable/zalando-postgres-cluster - charts/stable/zalando-postgres-cluster
- charts/stable/zigbee2mqtt - charts/stable/zigbee2mqtt
- charts/stable/wireguard - charts/stable/wireguard
- charts/stable/alertmanager-bot - charts/stable/alertmanager-bot
- charts/stable/storj-node - charts/stable/storj-node
- charts/incubator/amcrest2mqtt - charts/incubator/amcrest2mqtt
- charts/library/common - charts/library/common
- charts/stable/foundryvtt - charts/stable/foundryvtt
- charts/stable/promcord - charts/stable/promcord
- charts/incubator/zigbee2mqtt - charts/incubator/zigbee2mqtt
- charts/dev/alienswarm-reactivedrop - charts/dev/alienswarm-reactivedrop
- charts/dev/arksurvivalevolved - charts/dev/arksurvivalevolved
- charts/dev/arma3 - charts/dev/arma3
- charts/dev/arma3exilemod - charts/dev/arma3exilemod
- charts/dev/assettocorsa - charts/dev/assettocorsa
- charts/dev/server-7daystodie - charts/dev/server-7daystodie
- charts/dev/craftopia - charts/dev/craftopia
- charts/dev/alienswarm - charts/dev/alienswarm
- charts/dev/csgo - charts/dev/csgo
- charts/dev/cstrike1-6 - charts/dev/cstrike1-6
- charts/dev/cstrikeconditionzero - charts/dev/cstrikeconditionzero
chart-repos: chart-repos:
- truecharts=https://charts.truecharts.org - truecharts=https://charts.truecharts.org
- truecharts-library=https://library-charts.truecharts.org - truecharts-library=https://library-charts.truecharts.org
- bitnami=https://charts.bitnami.com/bitnami - bitnami=https://charts.bitnami.com/bitnami
- metallb=https://metallb.github.io/metallb - metallb=https://metallb.github.io/metallb
- grafana=https://grafana.github.io/helm-charts - grafana=https://grafana.github.io/helm-charts
- prometheus=https://prometheus-community.github.io/helm-charts - prometheus=https://prometheus-community.github.io/helm-charts
+14 -14
View File
@@ -3,19 +3,19 @@ target-branch: master
chart-yaml-schema: .github/chart_schema.yaml chart-yaml-schema: .github/chart_schema.yaml
helm-extra-args: --timeout 600s helm-extra-args: --timeout 600s
chart-dirs: chart-dirs:
- charts/incubator - charts/incubator
- charts/stable - charts/stable
- charts/dependency - charts/dependency
- charts/core - charts/core
- charts/dev - charts/dev
- charts/games - charts/games
- charts/enterprise - charts/enterprise
- charts/SCALE - charts/SCALE
excluded-charts: [] excluded-charts: []
chart-repos: chart-repos:
- truecharts=https://charts.truecharts.org - truecharts=https://charts.truecharts.org
- truecharts-library=https://library-charts.truecharts.org - truecharts-library=https://library-charts.truecharts.org
- bitnami=https://charts.bitnami.com/bitnami - bitnami=https://charts.bitnami.com/bitnami
- metallb=https://metallb.github.io/metallb - metallb=https://metallb.github.io/metallb
- grafana=https://grafana.github.io/helm-charts - grafana=https://grafana.github.io/helm-charts
- prometheus=https://prometheus-community.github.io/helm-charts - prometheus=https://prometheus-community.github.io/helm-charts
+11 -13
View File
@@ -1,22 +1,20 @@
module.exports = { module.exports = {
dryRun: false, dryRun: false,
username: 'truecharts-bot', username: "truecharts-bot",
gitAuthor: 'truecharts-bot <bot@truecharts.org>', gitAuthor: "truecharts-bot <bot@truecharts.org>",
onboarding: false, onboarding: false,
platform: 'github', platform: "github",
repositories: [ repositories: ["truecharts/charts"],
'truecharts/charts',
],
packageRules: [ packageRules: [
{ {
description: 'lockFileMaintenance', description: "lockFileMaintenance",
matchUpdateTypes: [ matchUpdateTypes: [
'pin', "pin",
'digest', "digest",
'patch', "patch",
'minor', "minor",
'major', "major",
'lockFileMaintenance', "lockFileMaintenance",
], ],
dependencyDashboardApproval: false, dependencyDashboardApproval: false,
stabilityDays: 0, stabilityDays: 0,
+2 -2
View File
@@ -8,8 +8,8 @@ daysUntilClose: 5
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels: exemptLabels:
- on-hold - on-hold
- pinned - pinned
# Label to use when marking as stale # Label to use when marking as stale
staleLabel: stale staleLabel: stale
-1
View File
@@ -299,7 +299,6 @@ jobs:
- name: Run chart-testing (lint) - 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 }}" 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 # Summarize matrix https://github.community/t/status-check-for-a-matrix-jobs/127354/7
lint_success: lint_success:
needs: needs:
-3
View File
@@ -58,7 +58,6 @@ jobs:
parthreads=$(($(nproc) * 2)) parthreads=$(($(nproc) * 2))
parallel -j ${parthreads} .github/scripts/gen-docs.sh '2>&1' ::: ${CHARTS[@]} parallel -j ${parthreads} .github/scripts/gen-docs.sh '2>&1' ::: ${CHARTS[@]}
- name: Fix Pre-Commit issues - name: Fix Pre-Commit issues
shell: bash shell: bash
if: | if: |
@@ -170,7 +169,6 @@ jobs:
parthreads=$(($(nproc) * 2)) parthreads=$(($(nproc) * 2))
parallel -j ${parthreads} .github/scripts/build-catalog.sh '2>&1' ::: ${CHARTS[@]} parallel -j ${parthreads} .github/scripts/build-catalog.sh '2>&1' ::: ${CHARTS[@]}
- name: Generate docker-hub Catalog - name: Generate docker-hub Catalog
shell: bash shell: bash
if: | if: |
@@ -190,7 +188,6 @@ jobs:
echo "Starting Catalog Validation" echo "Starting Catalog Validation"
/usr/local/bin/catalog_validate validate --path "${PWD}/catalog" /usr/local/bin/catalog_validate validate --path "${PWD}/catalog"
- name: Commit Catalog - name: Commit Catalog
if: | if: |
steps.collect-changes.outputs.changesDetected == 'true' steps.collect-changes.outputs.changesDetected == 'true'
-7
View File
@@ -168,7 +168,6 @@ jobs:
run: | run: |
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
- name: Run chart-testing (install) - name: Run chart-testing (install)
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade
@@ -213,11 +212,9 @@ jobs:
run: | run: |
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
- name: Run chart-testing (install) - name: Run chart-testing (install)
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade
install-charts3: install-charts3:
needs: needs:
- generate-install-matrix - generate-install-matrix
@@ -258,7 +255,6 @@ jobs:
run: | run: |
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
- name: Run chart-testing (install) - name: Run chart-testing (install)
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade
@@ -302,7 +298,6 @@ jobs:
run: | run: |
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
- name: Run chart-testing (install) - name: Run chart-testing (install)
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade
@@ -346,7 +341,6 @@ jobs:
run: | run: |
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
- name: Run chart-testing (install) - name: Run chart-testing (install)
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade
@@ -390,7 +384,6 @@ jobs:
run: | run: |
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
- name: Run chart-testing (install) - name: Run chart-testing (install)
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade
+22 -25
View File
@@ -4,13 +4,12 @@ on:
workflow_dispatch: workflow_dispatch:
push: push:
branches: branches:
- master - master
paths: paths:
- ".github/workflows/general.security-scan.yaml" - ".github/workflows/general.security-scan.yaml"
schedule: schedule:
- cron: "0 0 * * 0" - cron: "0 0 * * 0"
jobs: jobs:
directories: # Job that list subdirectories directories: # Job that list subdirectories
runs-on: ubuntu-latest 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]')" 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 # Define step output named dir base on ls command transformed to JSON thanks to jq
scan_files: scan_files:
name: Scan Files name: Scan Files
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
- name: Run Trivy vulnerability scanner in repo mode - name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@master uses: aquasecurity/trivy-action@master
with: with:
scan-type: 'fs' scan-type: "fs"
ignore-unfixed: true ignore-unfixed: true
format: 'template' format: "template"
template: '@/contrib/sarif.tpl' template: "@/contrib/sarif.tpl"
output: 'trivy-repo-results.sarif' output: "trivy-repo-results.sarif"
severity: 'CRITICAL' 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: 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: scan_containers:
name: Scan Containers name: Scan Containers
@@ -57,8 +54,8 @@ jobs:
dir: ${{fromJson(needs.directories.outputs.dir)}} # List matrix strategy from directories dynamically dir: ${{fromJson(needs.directories.outputs.dir)}} # List matrix strategy from directories dynamically
fail-fast: false fail-fast: false
steps: steps:
- name: Container Security scan - name: Container Security scan
uses: Azure/container-scan@f9af925b897d8af5f7e0026b8bca9346261abc93 # tag=v0 uses: Azure/container-scan@f9af925b897d8af5f7e0026b8bca9346261abc93 # tag=v0
with: with:
image-name: ghcr.io/${{ github.repository_owner }}/${{matrix.dir}}:latest image-name: ghcr.io/${{ github.repository_owner }}/${{matrix.dir}}:latest
severity-threshold: HIGH severity-threshold: HIGH
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
uses: ./.github/workflows/charts-test.yaml uses: ./.github/workflows/charts-test.yaml
needs: needs:
- pr-metadata - pr-metadata
# - charts-changelog # - charts-changelog
- charts-lint - charts-lint
with: with:
checkoutCommit: ${{ needs.charts-changelog.outputs.commitHash }} checkoutCommit: ${{ needs.charts-changelog.outputs.commitHash }}
+7 -7
View File
@@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: "prune old releases" name: "prune old releases"
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: actions/delete-package-versions@a31a43afa6c2d3afdf8b5f1e311b2dc75585932e # tag=v3 - uses: actions/delete-package-versions@a31a43afa6c2d3afdf8b5f1e311b2dc75585932e # tag=v3
with: with:
min-versions-to-keep: 200 min-versions-to-keep: 200
+40 -40
View File
@@ -3,9 +3,9 @@ name: "Renovate: Bump on Push"
on: on:
push: push:
branches: branches:
- 'renovate/**' - "renovate/**"
tags-ignore: tags-ignore:
- '**' - "**"
jobs: jobs:
renovate-bump: renovate-bump:
@@ -41,44 +41,44 @@ jobs:
run: echo '${{ toJson(steps.filter.outputs) }}' > changes.json run: echo '${{ toJson(steps.filter.outputs) }}' > changes.json
- name: Bump - name: Bump
run: | 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 '.[]') 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[*]}" echo "changed apps: ${APPS[*]}"
for chart in ${APPS[*]} for chart in ${APPS[*]}
do do
if [[ "${chart}" == '.gitkee' ]]; then if [[ "${chart}" == '.gitkee' ]]; then
echo "Skipping..." echo "Skipping..."
return return
elif test -f "./charts/stable/${chart}/Chart.yaml"; then elif test -f "./charts/stable/${chart}/Chart.yaml"; then
train="stable" train="stable"
elif test -f "./charts/incubator/${chart}/Chart.yaml"; then elif test -f "./charts/incubator/${chart}/Chart.yaml"; then
train="incubator" train="incubator"
elif test -f "./charts/SCALE/${chart}/Chart.yaml"; then elif test -f "./charts/SCALE/${chart}/Chart.yaml"; then
train="SCALE" train="SCALE"
elif test -f "./charts/library/${chart}/Chart.yaml"; then elif test -f "./charts/library/${chart}/Chart.yaml"; then
train="library" train="library"
elif test -f "./charts/dependency/${chart}/Chart.yaml"; then elif test -f "./charts/dependency/${chart}/Chart.yaml"; then
train="dependency" train="dependency"
elif test -f "./charts/core/${chart}/Chart.yaml"; then elif test -f "./charts/core/${chart}/Chart.yaml"; then
train="core" train="core"
elif test -f "./charts/games/${chart}/Chart.yaml"; then elif test -f "./charts/games/${chart}/Chart.yaml"; then
train="games" train="games"
elif test -f "./charts/enterprise/${chart}/Chart.yaml"; then elif test -f "./charts/enterprise/${chart}/Chart.yaml"; then
train="enterprise" train="enterprise"
else else
train="incubator" train="incubator"
fi fi
echo "Comparing versions for ${train}/${chart}" echo "Comparing versions for ${train}/${chart}"
master=$(cat ./master/charts/${train}/${chart}/Chart.yaml | grep "^version") master=$(cat ./master/charts/${train}/${chart}/Chart.yaml | grep "^version")
current=$(cat ./charts/${train}/${chart}/Chart.yaml | grep "^version") current=$(cat ./charts/${train}/${chart}/Chart.yaml | grep "^version")
echo "master version: ${master}" echo "master version: ${master}"
echo "current version: ${current}" echo "current version: ${current}"
if [[ "${master}" != "${current}" ]]; then if [[ "${master}" != "${current}" ]]; then
echo "Version does not have to be bumped" echo "Version does not have to be bumped"
else else
echo "Bumping patch version for ${train}/${chart}" echo "Bumping patch version for ${train}/${chart}"
./tools/bump.sh patch ./charts/${train}/${chart} ./tools/bump.sh patch ./charts/${train}/${chart}
fi fi
done done
- name: Cleanup - name: Cleanup
run: | run: |
rm -rf changes.json rm -rf changes.json
+1 -1
View File
@@ -20,6 +20,6 @@ jobs:
uses: EndBug/label-sync@852ef5d7a242975b02f1832ad53dc45ca635c3e4 # tag=v2 uses: EndBug/label-sync@852ef5d7a242975b02f1832ad53dc45ca635c3e4 # tag=v2
with: with:
config-file: | 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 }}" token: "${{ secrets.BOT_TOKEN }}"
delete-other-labels: true delete-other-labels: true
+31 -18
View File
@@ -1,21 +1,34 @@
# See https://pre-commit.com for more information # See https://pre-commit.com for more information
repos: repos:
- repo: https://github.com/Lucas-C/pre-commit-hooks - repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.10 rev: v1.1.10
hooks: hooks:
- id: remove-tabs - id: remove-tabs
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1 rev: v4.0.1
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace # trims trailing whitespace.
- id: end-of-file-fixer - id: end-of-file-fixer # ensures that a file is either empty, or ends with one newline.
- id: fix-byte-order-marker - id: fix-byte-order-marker
- id: mixed-line-ending - id: mixed-line-ending # replaces or checks mixed line ending.
- id: check-merge-conflict - id: check-merge-conflict # checks for files that contain merge conflict strings.
- id: check-case-conflict - id: check-case-conflict # checks for files that would conflict in case-insensitive filesystems.
- id: check-executables-have-shebangs - id: check-executables-have-shebangs # ensures that (non-binary) executables have a shebang.
- id: check-docstring-first - id: check-shebang-scripts-are-executable # ensures that (non-binary) files with a shebang are executable.
- id: check-symlinks - id: check-docstring-first
- id: destroyed-symlinks - id: check-symlinks
- id: fix-byte-order-marker - 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)$
+2 -12
View File
@@ -10,12 +10,7 @@
"request": "launch", "request": "launch",
"cwd": "${workspaceRoot}", "cwd": "${workspaceRoot}",
"program": "/usr/local/bin/bundle", "program": "/usr/local/bin/bundle",
"args": [ "args": ["exec", "m", "-r", "${workspaceFolder}/tests"]
"exec",
"m",
"-r",
"${workspaceFolder}/tests"
]
}, },
{ {
"name": "Common UnitTest - active spec file only", "name": "Common UnitTest - active spec file only",
@@ -23,12 +18,7 @@
"request": "launch", "request": "launch",
"cwd": "${workspaceRoot}", "cwd": "${workspaceRoot}",
"program": "/usr/local/bin/bundle", "program": "/usr/local/bin/bundle",
"args": [ "args": ["exec", "m", "-r", "${relativeFile}"]
"exec",
"m",
"-r",
"${relativeFile}"
]
} }
] ]
} }
+1 -1
View File
@@ -12,7 +12,7 @@ keywords:
- database - database
- clickhouse - clickhouse
- sql - sql
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+11 -11
View File
@@ -1,25 +1,25 @@
apiVersion: v2 apiVersion: v2
appVersion: "22.05.4.1" appVersion: "22.05.4.1"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: "An awesome Online Office suite." description: "An awesome Online Office suite."
home: https://github.com/truecharts/apps/tree/master/charts/stable/collabora-online home: https://github.com/truecharts/apps/tree/master/charts/stable/collabora-online
icon: https://truecharts.org/img/chart-icons/collabora-online.png icon: https://truecharts.org/img/chart-icons/collabora-online.png
keywords: keywords:
- collabora-online - collabora-online
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: collabora-online name: collabora-online
sources: sources:
- https://hub.docker.com/r/collabora/code - https://hub.docker.com/r/collabora/code
- https://sdk.collaboraonline.com/contents.html - https://sdk.collaboraonline.com/contents.html
- https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm - https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm
type: application type: application
version: 12.1.19 version: 12.1.19
annotations: annotations:
@@ -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 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`. - 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 `Server Name` to `hostIP:port` (The port number you set for `NodePort`)
* Set `Service type` to `NodePort` - Set `Service type` to `NodePort`
* Set `Port type` to `HTTPS` - 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) - 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)
@@ -1,6 +1,6 @@
# Input Validation # Input Validation
__`Server Name`__ **`Server Name`**
Accepted formats are: Accepted formats are:
- Single FQDN (eg. `collabora.mydomain.com` or `mydomain.com`) - 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}))$` 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) You can try live [here](https://regex101.com/r/mICKDp/1)
__`Password for WebUI`__ **`Password for WebUI`**
Accepted formats are: Accepted formats are:
- Letters, Numbers, Symbols, Minimum 8 characters (eg. `dg523$*a`) - It accepts `a-z`, `A-Z`, `0-9` and `!@#$%^&*?` - Letters, Numbers, Symbols, Minimum 8 characters (eg. `dg523$*a`) - It accepts `a-z`, `A-Z`, `0-9` and `!@#$%^&*?`
+7 -7
View File
@@ -1,9 +1,9 @@
apiVersion: v2 apiVersion: v2
appVersion: "10.8.3" appVersion: "10.8.3"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: Fast, reliable, scalable, and easy to use open-source relational database system. description: Fast, reliable, scalable, and easy to use open-source relational database system.
home: https://github.com/truecharts/apps/tree/master/charts/dependency/mariadb home: https://github.com/truecharts/apps/tree/master/charts/dependency/mariadb
@@ -13,11 +13,11 @@ keywords:
- mysql - mysql
- database - database
- sql - sql
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: mariadb name: mariadb
sources: sources:
- https://github.com/bitnami/bitnami-docker-mariadb - https://github.com/bitnami/bitnami-docker-mariadb
+10 -10
View File
@@ -1,22 +1,22 @@
apiVersion: v2 apiVersion: v2
appVersion: "1.6.15" appVersion: "1.6.15"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: Memcached is a memory-backed database caching solution description: Memcached is a memory-backed database caching solution
home: https://github.com/truecharts/apps/tree/master/charts/dependency/memcached home: https://github.com/truecharts/apps/tree/master/charts/dependency/memcached
icon: https://truecharts.org/img/chart-icons/memcached.png icon: https://truecharts.org/img/chart-icons/memcached.png
keywords: keywords:
- memcached - memcached
- database - database
- cache - cache
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: memcached name: memcached
sources: sources:
- https://github.com/bitnami/bitnami-docker-memcached - https://github.com/bitnami/bitnami-docker-memcached
+7 -7
View File
@@ -1,9 +1,9 @@
apiVersion: v2 apiVersion: v2
appVersion: "5.0.9" appVersion: "5.0.9"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: Fast, reliable, scalable, and easy to use open-source no-sql database system. 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 home: https://github.com/truecharts/apps/tree/master/charts/dependency/mongodb
@@ -12,11 +12,11 @@ keywords:
- mongodb - mongodb
- database - database
- nosql - nosql
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: mongodb name: mongodb
sources: sources:
- https://hub.docker.com/r/bitnami/mongodb - https://hub.docker.com/r/bitnami/mongodb
+12 -12
View File
@@ -1,26 +1,26 @@
apiVersion: v2 apiVersion: v2
appVersion: "14.4.0" appVersion: "14.4.0"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: PostgresSQL description: PostgresSQL
home: https://github.com/truecharts/apps/tree/master/charts/dependency/postgresql home: https://github.com/truecharts/apps/tree/master/charts/dependency/postgresql
icon: https://truecharts.org/img/chart-icons/postgresql.png icon: https://truecharts.org/img/chart-icons/postgresql.png
keywords: keywords:
- postgres - postgres
- postgressql - postgressql
- dtabase - dtabase
- sql - sql
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: postgresql name: postgresql
sources: sources:
- https://www.postgresql.org/ - https://www.postgresql.org/
type: application type: application
version: 8.0.42 version: 8.0.42
annotations: annotations:
+9 -9
View File
@@ -1,21 +1,21 @@
apiVersion: v2 apiVersion: v2
appVersion: "2.6.1" appVersion: "2.6.1"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: Promtail is an agent which ships the contents of local logs to a Loki instance 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 icon: https://truecharts.org/img/chart-icons/promtail.png
home: https://github.com/truecharts/apps/tree/master/charts/dependency/promtail home: https://github.com/truecharts/apps/tree/master/charts/dependency/promtail
keywords: keywords:
- metrics - metrics
- logs - logs
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: promtail name: promtail
sources: sources:
- https://github.com/grafana/loki - https://github.com/grafana/loki
+13 -14
View File
@@ -15,7 +15,7 @@ secret:
enabled: true enabled: true
data: data:
promtail.yaml: | promtail.yaml: |
{{- tpl .Values.config.file . | nindent 4 }} {{- tpl .Values.config.file . | nindent 4 }}
env: env:
HOSTNAME: HOSTNAME:
@@ -76,24 +76,23 @@ persistence:
objectName: '{{ include "tc.common.names.fullname" . }}-config' objectName: '{{ include "tc.common.names.fullname" . }}-config'
mountPath: /etc/promtail mountPath: /etc/promtail
# -- Whether Role Based Access Control objects like roles and rolebindings should be created # -- Whether Role Based Access Control objects like roles and rolebindings should be created
rbac: rbac:
main: main:
enabled: true enabled: true
rules: rules:
- apiGroups: - apiGroups:
- "" - ""
resources: resources:
- nodes - nodes
- nodes/proxy - nodes/proxy
- services - services
- endpoints - endpoints
- pods - pods
verbs: verbs:
- get - get
- watch - watch
- list - list
# -- The service account the pods will use to interact with the Kubernetes API # -- The service account the pods will use to interact with the Kubernetes API
serviceAccount: serviceAccount:
+7 -7
View File
@@ -1,9 +1,9 @@
apiVersion: v2 apiVersion: v2
appVersion: "7.0.4" appVersion: "7.0.4"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: Open source, advanced key-value store. description: Open source, advanced key-value store.
home: https://github.com/truecharts/apps/tree/master/charts/dependency/redis home: https://github.com/truecharts/apps/tree/master/charts/dependency/redis
@@ -12,11 +12,11 @@ keywords:
- redis - redis
- keyvalue - keyvalue
- database - database
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: redis name: redis
sources: sources:
- https://github.com/bitnami/bitnami-docker-redis - https://github.com/bitnami/bitnami-docker-redis
+12 -12
View File
@@ -1,26 +1,26 @@
apiVersion: v2 apiVersion: v2
appVersion: "9.0.0" appVersion: "9.0.0"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: Apache Solr description: Apache Solr
home: https://github.com/truecharts/apps/tree/master/charts/dependency/solr home: https://github.com/truecharts/apps/tree/master/charts/dependency/solr
icon: https://truecharts.org/img/chart-icons/solr.png icon: https://truecharts.org/img/chart-icons/solr.png
keywords: keywords:
- solr - solr
- apache - apache
- search - search
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: solr name: solr
sources: sources:
- https://github.com/apache/solr - https://github.com/apache/solr
- https://hub.docker.com/r/bitnami/solr/ - https://hub.docker.com/r/bitnami/solr/
type: application type: application
version: 0.0.16 version: 0.0.16
annotations: annotations:
+12 -12
View File
@@ -1,28 +1,28 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- MediaServer-Video - MediaServer-Video
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: "Acestream-engine\r\n" description: "Acestream-engine\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/acestream home: https://github.com/truecharts/apps/tree/master/charts/stable/acestream
icon: https://truecharts.org/img/chart-icons/acestream.png icon: https://truecharts.org/img/chart-icons/acestream.png
keywords: keywords:
- acestream - acestream
- MediaServer-Video - MediaServer-Video
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: acestream name: acestream
sources: sources:
- https://github.com/vstavrinov/acestream-service - https://github.com/vstavrinov/acestream-service
- https://hub.docker.com/r/vstavrinov/acestream-service - https://hub.docker.com/r/vstavrinov/acestream-service
type: application type: application
version: 0.0.10 version: 0.0.10
+14 -13
View File
@@ -1,30 +1,31 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Other - Other
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false 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\ \ You own your data and it will sync it across all devices with optional end-to-end\
\ encryption..\r\n" \ encryption..\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/actualserver home: https://github.com/truecharts/apps/tree/master/charts/stable/actualserver
icon: https://truecharts.org/img/chart-icons/actualserver.png icon: https://truecharts.org/img/chart-icons/actualserver.png
keywords: keywords:
- actualserver - actualserver
- Other - Other
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: actualserver name: actualserver
sources: sources:
- https://github.com/Kippenhof/docker-templates - https://github.com/Kippenhof/docker-templates
- https://hub.docker.com/r/kippenhof/actual-server - https://hub.docker.com/r/kippenhof/actual-server
type: application type: application
version: 0.0.10 version: 0.0.10
+10 -10
View File
@@ -1,23 +1,23 @@
apiVersion: v2 apiVersion: v2
appVersion: "0.107.8" appVersion: "0.107.8"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.4 version: 10.4.4
description: Free and open source, powerful network-wide ads & trackers blocking DNS server. 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 home: https://github.com/truecharts/apps/tree/master/charts/incubator/adguard-home
icon: https://truecharts.org/img/chart-icons/adguard-home.png icon: https://truecharts.org/img/chart-icons/adguard-home.png
keywords: keywords:
- adblock - adblock
- adguard - adguard
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: adguard-home name: adguard-home
sources: sources:
- https://hub.docker.com/r/adguard/adguardhome - https://hub.docker.com/r/adguard/adguardhome
version: 1.0.21 version: 1.0.21
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
+15 -14
View File
@@ -1,30 +1,31 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Other - Other
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false 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. to synchronize AdGuardHome config to replica instances.
home: https://github.com/truecharts/apps/tree/master/charts/stable/adguardhome-sync home: https://github.com/truecharts/apps/tree/master/charts/stable/adguardhome-sync
icon: https://truecharts.org/img/chart-icons/adguardhome-sync.png icon: https://truecharts.org/img/chart-icons/adguardhome-sync.png
keywords: keywords:
- adguardhome-sync - adguardhome-sync
- Other - Other
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: adguardhome-sync name: adguardhome-sync
sources: sources:
- https://github.com/bakito/adguardhome-sync/ - https://github.com/bakito/adguardhome-sync/
- https://github.com/orgs/linuxserver/packages/container/package/adguardhome-sync - https://github.com/orgs/linuxserver/packages/container/package/adguardhome-sync
- https://github.com/linuxserver/docker-adguardhome-sync#readme - https://github.com/linuxserver/docker-adguardhome-sync#readme
type: application type: application
version: 0.0.10 version: 0.0.10
@@ -1,6 +1,6 @@
env: env:
CONFIGFILE: '' CONFIGFILE: ""
UMASK: '' UMASK: ""
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/adguardhome-sync repository: tccr.io/truecharts/adguardhome-sync
+14 -13
View File
@@ -1,31 +1,32 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Tools-Utilities - Tools-Utilities
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false 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\ \ 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,\ \ to deploy to the target server. Adminer is available for MySQL, PostgreSQL, SQLite,\
\ MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB.\r\n" \ MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/adminer home: https://github.com/truecharts/apps/tree/master/charts/stable/adminer
icon: https://truecharts.org/img/chart-icons/adminer.png icon: https://truecharts.org/img/chart-icons/adminer.png
keywords: keywords:
- adminer - adminer
- Tools-Utilities - Tools-Utilities
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: adminer name: adminer
sources: sources:
- https://github.com/vrana/adminer - https://github.com/vrana/adminer
- http://hub.docker.com/_/adminer/ - http://hub.docker.com/_/adminer/
type: application type: application
version: 0.0.10 version: 0.0.10
+2 -2
View File
@@ -1,6 +1,6 @@
env: env:
ADMINER_DESIGN: '' ADMINER_DESIGN: ""
ADMINER_PLUGINS: '' ADMINER_PLUGINS: ""
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/adminer repository: tccr.io/truecharts/adminer
+15 -14
View File
@@ -1,31 +1,32 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Security - Security
- Network-Other - Network-Other
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false 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" \ platform\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/agent-dvr home: https://github.com/truecharts/apps/tree/master/charts/stable/agent-dvr
icon: https://truecharts.org/img/chart-icons/agent-dvr.png icon: https://truecharts.org/img/chart-icons/agent-dvr.png
keywords: keywords:
- agent-dvr - agent-dvr
- Security - Security
- Network-Other - Network-Other
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: agent-dvr name: agent-dvr
sources: sources:
- https://www.ispyconnect.com/ - https://www.ispyconnect.com/
- https://hub.docker.com/r/doitandbedone/ispyagentdvr - https://hub.docker.com/r/doitandbedone/ispyagentdvr
type: application type: application
version: 0.0.10 version: 0.0.10
@@ -1,30 +1,31 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- GameServers - GameServers
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false 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\ \ Alien Swarm: Reactive Drop and run it. (!!!This container will only run on systems\
\ with less than 32 CPU cores!!!) \r\n" \ with less than 32 CPU cores!!!) \r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/alienswarm-reactivedrop home: https://github.com/truecharts/apps/tree/master/charts/stable/alienswarm-reactivedrop
icon: https://truecharts.org/img/chart-icons/alienswarm-reactivedrop.png icon: https://truecharts.org/img/chart-icons/alienswarm-reactivedrop.png
keywords: keywords:
- alienswarm-reactivedrop - alienswarm-reactivedrop
- GameServers - GameServers
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: alienswarm-reactivedrop name: alienswarm-reactivedrop
sources: sources:
- https://www.steampowered.com/ - https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/ - https://hub.docker.com/r/ich777/steamcmd/
type: application type: application
version: 0.0.10 version: 0.0.10
@@ -1,11 +1,11 @@
env: env:
GAME_ID: '563560' GAME_ID: "563560"
GAME_NAME: reactivedrop GAME_NAME: reactivedrop
GAME_PARAMS: +map lobby -maxplayers 4 +exec server.cfg GAME_PARAMS: +map lobby -maxplayers 4 +exec server.cfg
GAME_PORT: '27015' GAME_PORT: "27015"
PASSWRD: '' PASSWRD: ""
USERNAME: '' USERNAME: ""
VALIDATE: '' VALIDATE: ""
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/alienswarm-reactivedrop repository: tccr.io/truecharts/alienswarm-reactivedrop
@@ -22,11 +22,11 @@ podSecurityContext:
runAsUser: 0 runAsUser: 0
probes: probes:
liveness: liveness:
port: '{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}' port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
readiness: readiness:
port: '{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}' port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
startup: startup:
port: '{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}' port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
securityContext: securityContext:
readOnlyRootFilesystem: false readOnlyRootFilesystem: false
runAsNonRoot: false runAsNonRoot: false
+14 -13
View File
@@ -1,29 +1,30 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- GameServers - GameServers
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false 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" \ Alien Swarm and run it.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/alienswarm home: https://github.com/truecharts/apps/tree/master/charts/stable/alienswarm
icon: https://truecharts.org/img/chart-icons/alienswarm.png icon: https://truecharts.org/img/chart-icons/alienswarm.png
keywords: keywords:
- alienswarm - alienswarm
- GameServers - GameServers
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: alienswarm name: alienswarm
sources: sources:
- https://www.steampowered.com/ - https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/ - https://hub.docker.com/r/ich777/steamcmd/
type: application type: application
version: 0.0.10 version: 0.0.10
+8 -8
View File
@@ -1,11 +1,11 @@
env: env:
GAME_ID: '635' GAME_ID: "635"
GAME_NAME: swarm GAME_NAME: swarm
GAME_PARAMS: +map lobby -maxplayers 4 +exec server.cfg GAME_PARAMS: +map lobby -maxplayers 4 +exec server.cfg
GAME_PORT: '27015' GAME_PORT: "27015"
PASSWRD: '' PASSWRD: ""
USERNAME: '' USERNAME: ""
VALIDATE: '' VALIDATE: ""
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/alienswarm repository: tccr.io/truecharts/alienswarm
@@ -22,11 +22,11 @@ podSecurityContext:
runAsUser: 0 runAsUser: 0
probes: probes:
liveness: liveness:
port: '{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}' port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
readiness: readiness:
port: '{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}' port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
startup: startup:
port: '{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}' port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
securityContext: securityContext:
readOnlyRootFilesystem: false readOnlyRootFilesystem: false
runAsNonRoot: false runAsNonRoot: false
+12 -12
View File
@@ -1,28 +1,28 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- GameServers - GameServers
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: "This Docker will download and install Altitude and run it.\r\n" description: "This Docker will download and install Altitude and run it.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/altitude home: https://github.com/truecharts/apps/tree/master/charts/stable/altitude
icon: https://truecharts.org/img/chart-icons/altitude.png icon: https://truecharts.org/img/chart-icons/altitude.png
keywords: keywords:
- altitude - altitude
- GameServers - GameServers
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: altitude name: altitude
sources: sources:
- https://www.steampowered.com/ - https://www.steampowered.com/
- https://hub.docker.com/r/ich777/altitude/ - https://hub.docker.com/r/ich777/altitude/
type: application type: application
version: 0.0.10 version: 0.0.10
+1 -1
View File
@@ -1,6 +1,6 @@
env: env:
DL_URL: http://installer.altitudegame.com/0.0.1/altitude.sh DL_URL: http://installer.altitudegame.com/0.0.1/altitude.sh
GAME_PARAMS: '' GAME_PARAMS: ""
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/altitude repository: tccr.io/truecharts/altitude
+14 -13
View File
@@ -1,29 +1,30 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- GameServers - GameServers
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false 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" \ America's Army: Proving Grounds and run it.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/americasarmy-pg home: https://github.com/truecharts/apps/tree/master/charts/stable/americasarmy-pg
icon: https://truecharts.org/img/chart-icons/americasarmy-pg.png icon: https://truecharts.org/img/chart-icons/americasarmy-pg.png
keywords: keywords:
- americasarmy-pg - americasarmy-pg
- GameServers - GameServers
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: americasarmy-pg name: americasarmy-pg
sources: sources:
- https://www.americasarmy.com/ - https://www.americasarmy.com/
- https://hub.docker.com/r/ich777/steamcmd/ - https://hub.docker.com/r/ich777/steamcmd/
type: application type: application
version: 0.0.10 version: 0.0.10
+4 -4
View File
@@ -1,10 +1,10 @@
env: env:
GAME_ID: '203300' GAME_ID: "203300"
GAME_PARAMS: -port=7778 -SAP=8778 -SQP=27015 -aauregion=1 -log=Server.log GAME_PARAMS: -port=7778 -SAP=8778 -SQP=27015 -aauregion=1 -log=Server.log
PASSWRD: '' PASSWRD: ""
SRV_NAME: Army Docker SRV_NAME: Army Docker
USERNAME: '' USERNAME: ""
VALIDATE: '' VALIDATE: ""
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/americasarmy-pg repository: tccr.io/truecharts/americasarmy-pg
+16 -15
View File
@@ -1,33 +1,34 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Downloaders - Downloaders
- MediaApp-Video - MediaApp-Video
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false 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 to automatically download movie trailers for use in media applications
' "
home: https://github.com/truecharts/apps/tree/master/charts/stable/amtd home: https://github.com/truecharts/apps/tree/master/charts/stable/amtd
icon: https://truecharts.org/img/chart-icons/amtd.png icon: https://truecharts.org/img/chart-icons/amtd.png
keywords: keywords:
- amtd - amtd
- Downloaders - Downloaders
- MediaApp-Video - MediaApp-Video
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: amtd name: amtd
sources: sources:
- https://github.com/RandomNinjaAtk/docker-amtd - https://github.com/RandomNinjaAtk/docker-amtd
- https://hub.docker.com/r/randomninjaatk/amtd - https://hub.docker.com/r/randomninjaatk/amtd
type: application type: application
version: 0.0.10 version: 0.0.10
+14 -14
View File
@@ -1,18 +1,18 @@
env: env:
AUTOSTART: '' AUTOSTART: ""
EndClient: '' EndClient: ""
FilePermissions: '' FilePermissions: ""
FolderPermissions: '' FolderPermissions: ""
LANGUAGES: '' LANGUAGES: ""
PREFER_EXISTING: '' PREFER_EXISTING: ""
RadarrAPIkey: '' RadarrAPIkey: ""
RadarrUrl: '' RadarrUrl: ""
SCRIPTINTERVAL: '' SCRIPTINTERVAL: ""
SINGLETRAILER: '' SINGLETRAILER: ""
USEFOLDERS: '' USEFOLDERS: ""
extrastype: '' extrastype: ""
subtitlelanguage: '' subtitlelanguage: ""
videoformat: '' videoformat: ""
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/amtd repository: tccr.io/truecharts/amtd
+14 -14
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Downloaders - Downloaders
- Productivity - Productivity
@@ -7,26 +7,26 @@ annotations:
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: "DESCRIPTION\r\n" description: "DESCRIPTION\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/amule home: https://github.com/truecharts/apps/tree/master/charts/stable/amule
icon: https://truecharts.org/img/chart-icons/amule.png icon: https://truecharts.org/img/chart-icons/amule.png
keywords: keywords:
- amule - amule
- Downloaders - Downloaders
- Productivity - Productivity
- Tools-Utilities - Tools-Utilities
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: amule name: amule
sources: sources:
- https://github.com/t-chab/dockerfiles - https://github.com/t-chab/dockerfiles
- https://hub.docker.com/r/tchabaud/amule - https://hub.docker.com/r/tchabaud/amule
type: application type: application
version: 0.0.10 version: 0.0.10
+16 -15
View File
@@ -1,31 +1,32 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Downloaders - Downloaders
- MediaApp-Video - MediaApp-Video
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: 'Automated Music Video Downloader :: AMVD is a Lidarr Companion script description:
to automatically download and tag Music Videos for use in various media applications' "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 home: https://github.com/truecharts/apps/tree/master/charts/stable/amvd
icon: https://truecharts.org/img/chart-icons/amvd.png icon: https://truecharts.org/img/chart-icons/amvd.png
keywords: keywords:
- amvd - amvd
- Downloaders - Downloaders
- MediaApp-Video - MediaApp-Video
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: amvd name: amvd
sources: sources:
- https://github.com/RandomNinjaAtk/docker-amvd - https://github.com/RandomNinjaAtk/docker-amvd
- https://hub.docker.com/r/randomninjaatk/amvd - https://hub.docker.com/r/randomninjaatk/amvd
type: application type: application
version: 0.0.10 version: 0.0.10
+12 -12
View File
@@ -1,16 +1,16 @@
env: env:
AUTOSTART: '' AUTOSTART: ""
CountryCode: '' CountryCode: ""
LidarrAPIkey: '' LidarrAPIkey: ""
LidarrUrl: '' LidarrUrl: ""
MBRAINZMIRROR: '' MBRAINZMIRROR: ""
MBRATELIMIT: '' MBRATELIMIT: ""
SCRIPTINTERVAL: '' SCRIPTINTERVAL: ""
SOURCE_CONNECTION: '' SOURCE_CONNECTION: ""
USEFOLDERS: '' USEFOLDERS: ""
USEVIDEOFOLDERS: '' USEVIDEOFOLDERS: ""
WriteNFOs: '' WriteNFOs: ""
subtitlelanguage: '' subtitlelanguage: ""
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/amvd repository: tccr.io/truecharts/amvd
+13 -12
View File
@@ -1,29 +1,30 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Other - Other
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false 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 Work way better with Intel CPUs because AMD doesn't an cpu graphics card. So with
amd cpus can be unusable. amd cpus can be unusable.
home: https://github.com/truecharts/apps/tree/master/charts/stable/android-8-0 home: https://github.com/truecharts/apps/tree/master/charts/stable/android-8-0
icon: https://truecharts.org/img/chart-icons/android-8-0.png icon: https://truecharts.org/img/chart-icons/android-8-0.png
keywords: keywords:
- android-8-0 - android-8-0
- Other - Other
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: android-8-0 name: android-8-0
sources: sources:
- https://registry.hub.docker.com/r/ulisses1478/docker-android - https://registry.hub.docker.com/r/ulisses1478/docker-android
type: application type: application
version: 0.0.10 version: 0.0.10
+14 -13
View File
@@ -1,29 +1,30 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- HomeAutomation - HomeAutomation
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false 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" \ Core docker image.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/androiddebugbridge home: https://github.com/truecharts/apps/tree/master/charts/stable/androiddebugbridge
icon: https://truecharts.org/img/chart-icons/androiddebugbridge.png icon: https://truecharts.org/img/chart-icons/androiddebugbridge.png
keywords: keywords:
- androiddebugbridge - androiddebugbridge
- HomeAutomation - HomeAutomation
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: androiddebugbridge name: androiddebugbridge
sources: 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 type: application
version: 0.0.10 version: 0.0.10
@@ -1,6 +1,6 @@
env: env:
bootwait: '10' bootwait: "10"
checkfreq: '30' checkfreq: "30"
devicelist: 10.0.0.192:5555 devicelist: 10.0.0.192:5555
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
+16 -15
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Network-Other - Network-Other
- Productivity - Productivity
@@ -7,27 +7,28 @@ annotations:
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false 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" \ use.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/anope home: https://github.com/truecharts/apps/tree/master/charts/stable/anope
icon: https://truecharts.org/img/chart-icons/anope.png icon: https://truecharts.org/img/chart-icons/anope.png
keywords: keywords:
- anope - anope
- Network-Other - Network-Other
- Productivity - Productivity
- Tools-Utilities - Tools-Utilities
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: anope name: anope
sources: sources:
- https://thelounge.chat/ - https://thelounge.chat/
- https://hub.docker.com/r/ich777/anope - https://hub.docker.com/r/ich777/anope
type: application type: application
version: 0.0.10 version: 0.0.10
+6 -6
View File
@@ -1,14 +1,14 @@
env: env:
CASEMAP: rfc1459 CASEMAP: rfc1459
DATA_PERM: '770' DATA_PERM: "770"
HOST: irc.example.com HOST: irc.example.com
IP_ADDR: '' IP_ADDR: ""
IRCD: inspircd3 IRCD: inspircd3
LOCAL_HOSTNAME: services LOCAL_HOSTNAME: services
PASSWORD: '' PASSWORD: ""
PORT: '7000' PORT: "7000"
SSL: 'yes' SSL: "yes"
UMASK: '000' UMASK: "000"
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/anope repository: tccr.io/truecharts/anope
+14 -13
View File
@@ -1,30 +1,31 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Cloud - Cloud
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false 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\ \ to transfer files. It does not include a WebUI to upload files through your browser.\r\
\n" \n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/apache-webdav home: https://github.com/truecharts/apps/tree/master/charts/stable/apache-webdav
icon: https://truecharts.org/img/chart-icons/apache-webdav.png icon: https://truecharts.org/img/chart-icons/apache-webdav.png
keywords: keywords:
- apache-webdav - apache-webdav
- Cloud - Cloud
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: apache-webdav name: apache-webdav
sources: sources:
- https://httpd.apache.org/docs/2.4/mod/mod_dav.html - https://httpd.apache.org/docs/2.4/mod/mod_dav.html
- https://github.com/mgutt/docker-apachewebdav - https://github.com/mgutt/docker-apachewebdav
type: application type: application
version: 0.0.10 version: 0.0.10
+5 -5
View File
@@ -1,13 +1,13 @@
env: env:
ANONYMOUS_METHODS: '' ANONYMOUS_METHODS: ""
AUTH_TYPE: Basic AUTH_TYPE: Basic
LOCATION: / LOCATION: /
PASSWORD: '' PASSWORD: ""
PUMASK: '0000' PUMASK: "0000"
REALM: WebDAV-Login REALM: WebDAV-Login
SERVER_NAMES: localhost SERVER_NAMES: localhost
SSL_CERT: '' SSL_CERT: ""
USERNAME: '' USERNAME: ""
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/apache-webdav repository: tccr.io/truecharts/apache-webdav
+16 -15
View File
@@ -1,33 +1,34 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Other - Other
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false 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 Apprise(https://github.com/caronc/apprise) through your network with a user-friendly
API. API.
' "
home: https://github.com/truecharts/apps/tree/master/charts/stable/apprise-api home: https://github.com/truecharts/apps/tree/master/charts/stable/apprise-api
icon: https://truecharts.org/img/chart-icons/apprise-api.png icon: https://truecharts.org/img/chart-icons/apprise-api.png
keywords: keywords:
- apprise-api - apprise-api
- Other - Other
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: apprise-api name: apprise-api
sources: sources:
- https://github.com/caronc/apprise-api - https://github.com/caronc/apprise-api
- https://github.com/orgs/linuxserver/packages/container/package/apprise-api - https://github.com/orgs/linuxserver/packages/container/package/apprise-api
- https://github.com/linuxserver/docker-apprise-api#readme - https://github.com/linuxserver/docker-apprise-api#readme
type: application type: application
version: 0.0.10 version: 0.0.10
+1 -1
View File
@@ -1,5 +1,5 @@
env: env:
UMASK: '' UMASK: ""
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/apprise-api repository: tccr.io/truecharts/apprise-api
+13 -13
View File
@@ -1,13 +1,13 @@
apiVersion: v2 apiVersion: v2
appVersion: "1.7.8" appVersion: "1.7.8"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.4 version: 10.4.4
- condition: redis.enabled - condition: redis.enabled
name: redis name: redis
repository: https://charts.truecharts.org repository: https://charts.truecharts.org
version: 3.0.30 version: 3.0.30
# - condition: mongodb.enabled # - condition: mongodb.enabled
# name: mongodb # name: mongodb
# repository: https://charts.truecharts.org # 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 home: https://github.com/truecharts/apps/tree/master/charts/incubator/appsmith
icon: https://truecharts.org/img/chart-icons/appsmith.png icon: https://truecharts.org/img/chart-icons/appsmith.png
keywords: keywords:
- appsmith - appsmith
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: appsmith name: appsmith
sources: sources:
- https://github.com/appsmithorg/appsmith - https://github.com/appsmithorg/appsmith
version: 2.0.24 version: 2.0.24
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
-2
View File
@@ -37,12 +37,10 @@ persistence:
enabled: true enabled: true
mountPath: "/appsmith-stacks" mountPath: "/appsmith-stacks"
redis: redis:
enabled: true enabled: true
existingSecret: "rediscreds" existingSecret: "rediscreds"
redisUsername: appsmith redisUsername: appsmith
# mongodb: # mongodb:
# enabled: true # enabled: true
# mongodbUsername: appsmith # mongodbUsername: appsmith
+16 -15
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Network-Proxy - Network-Proxy
- Network-Other - Network-Other
@@ -7,28 +7,29 @@ annotations:
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false 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 Linux distributors, primarily for Debian (and Debian based) distributions but not
limited to those. limited to those.
home: https://github.com/truecharts/apps/tree/master/charts/stable/apt-cacher-ng home: https://github.com/truecharts/apps/tree/master/charts/stable/apt-cacher-ng
icon: https://truecharts.org/img/chart-icons/apt-cacher-ng.png icon: https://truecharts.org/img/chart-icons/apt-cacher-ng.png
keywords: keywords:
- apt-cacher-ng - apt-cacher-ng
- Network-Proxy - Network-Proxy
- Network-Other - Network-Other
- Tools-Utilities - Tools-Utilities
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: apt-cacher-ng name: apt-cacher-ng
sources: sources:
- https://www.unix-ag.uni-kl.de/~bloch/acng/ - https://www.unix-ag.uni-kl.de/~bloch/acng/
- https://hub.docker.com/r/sameersbn/apt-cacher-ng/ - https://hub.docker.com/r/sameersbn/apt-cacher-ng/
type: application type: application
version: 0.0.10 version: 0.0.10
+16 -15
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Backup - Backup
- Cloud - Cloud
@@ -7,28 +7,29 @@ annotations:
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false 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\ \ 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" \ 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 home: https://github.com/truecharts/apps/tree/master/charts/stable/archiveteam-warrior
icon: https://truecharts.org/img/chart-icons/archiveteam-warrior.png icon: https://truecharts.org/img/chart-icons/archiveteam-warrior.png
keywords: keywords:
- archiveteam-warrior - archiveteam-warrior
- Backup - Backup
- Cloud - Cloud
- Downloaders - Downloaders
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: archiveteam-warrior name: archiveteam-warrior
sources: sources:
- https://wiki.archiveteam.org/index.php/ArchiveTeam_Warrior - https://wiki.archiveteam.org/index.php/ArchiveTeam_Warrior
- https://hub.docker.com/r/archiveteam/warrior-dockerfile/ - https://hub.docker.com/r/archiveteam/warrior-dockerfile/
type: application type: application
version: 0.0.10 version: 0.0.10
+14 -13
View File
@@ -1,30 +1,31 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- GameServers - GameServers
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false 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\ \ ARK:SurvivalEvolved and run it (Normal server startup of ARK can take a long time!).\r\
\n" \n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/arksurvivalevolved home: https://github.com/truecharts/apps/tree/master/charts/stable/arksurvivalevolved
icon: https://truecharts.org/img/chart-icons/arksurvivalevolved.png icon: https://truecharts.org/img/chart-icons/arksurvivalevolved.png
keywords: keywords:
- arksurvivalevolved - arksurvivalevolved
- GameServers - GameServers
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: arksurvivalevolved name: arksurvivalevolved
sources: sources:
- https://survivetheark.com/ - https://survivetheark.com/
- https://hub.docker.com/r/ich777/steamcmd/ - https://hub.docker.com/r/ich777/steamcmd/
type: application type: application
version: 0.0.10 version: 0.0.10
+11 -11
View File
@@ -1,14 +1,14 @@
env: env:
GAME_ID: '376030' GAME_ID: "376030"
GAME_PARAMS: '' GAME_PARAMS: ""
GAME_PARAMS_EXTRA: -server -log GAME_PARAMS_EXTRA: -server -log
MAP: TheIsland MAP: TheIsland
PASSWRD: '' PASSWRD: ""
SERVER_NAME: '' SERVER_NAME: ""
SRV_ADMIN_PWD: '' SRV_ADMIN_PWD: ""
SRV_PWD: '' SRV_PWD: ""
USERNAME: '' USERNAME: ""
VALIDATE: '' VALIDATE: ""
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/arksurvivalevolved repository: tccr.io/truecharts/arksurvivalevolved
@@ -25,11 +25,11 @@ podSecurityContext:
runAsUser: 0 runAsUser: 0
probes: probes:
liveness: liveness:
port: '{{ .Values.service.rcontcp.ports.rcontcp.targetPort }}' port: "{{ .Values.service.rcontcp.ports.rcontcp.targetPort }}"
readiness: readiness:
port: '{{ .Values.service.rcontcp.ports.rcontcp.targetPort }}' port: "{{ .Values.service.rcontcp.ports.rcontcp.targetPort }}"
startup: startup:
port: '{{ .Values.service.rcontcp.ports.rcontcp.targetPort }}' port: "{{ .Values.service.rcontcp.ports.rcontcp.targetPort }}"
securityContext: securityContext:
readOnlyRootFilesystem: false readOnlyRootFilesystem: false
runAsNonRoot: false runAsNonRoot: false
+14 -13
View File
@@ -1,29 +1,30 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- GameServers - GameServers
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false 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" \ ArmA III and run it.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/arma3 home: https://github.com/truecharts/apps/tree/master/charts/stable/arma3
icon: https://truecharts.org/img/chart-icons/arma3.png icon: https://truecharts.org/img/chart-icons/arma3.png
keywords: keywords:
- arma3 - arma3
- GameServers - GameServers
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: arma3 name: arma3
sources: sources:
- https://arma3.com/ - https://arma3.com/
- https://hub.docker.com/r/ich777/steamcmd/ - https://hub.docker.com/r/ich777/steamcmd/
type: application type: application
version: 0.0.10 version: 0.0.10
+5 -5
View File
@@ -1,10 +1,10 @@
env: env:
GAME_ID: '233780' GAME_ID: "233780"
GAME_PARAMS: -config=server.cfg -mod= GAME_PARAMS: -config=server.cfg -mod=
GAME_PORT: '2302' GAME_PORT: "2302"
PASSWRD: '' PASSWRD: ""
USERNAME: '' USERNAME: ""
VALIDATE: '' VALIDATE: ""
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/arma3 repository: tccr.io/truecharts/arma3
+14 -13
View File
@@ -1,29 +1,30 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- GameServers - GameServers
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false 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" \ ArmA III including ExileMod and run it.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/arma3exilemod home: https://github.com/truecharts/apps/tree/master/charts/stable/arma3exilemod
icon: https://truecharts.org/img/chart-icons/arma3exilemod.png icon: https://truecharts.org/img/chart-icons/arma3exilemod.png
keywords: keywords:
- arma3exilemod - arma3exilemod
- GameServers - GameServers
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: arma3exilemod name: arma3exilemod
sources: sources:
- http://www.exilemod.com/ - http://www.exilemod.com/
- https://hub.docker.com/r/ich777/steamcmd/ - https://hub.docker.com/r/ich777/steamcmd/
type: application type: application
version: 0.0.10 version: 0.0.10
+7 -7
View File
@@ -1,13 +1,13 @@
env: env:
EXILEMOD_SERVER_URL: http://www.exilemod.com/ExileServer-1.0.4a.zip EXILEMOD_SERVER_URL: http://www.exilemod.com/ExileServer-1.0.4a.zip
GAME_ID: '233780' GAME_ID: "233780"
GAME_PARAMS: '' GAME_PARAMS: ""
GAME_PORT: '2302' GAME_PORT: "2302"
MARIA_DB_ROOT_PWD: ExileMod MARIA_DB_ROOT_PWD: ExileMod
PASSWRD: '' PASSWRD: ""
USERNAME: '' USERNAME: ""
VALIDATE: '' VALIDATE: ""
WORKSHOP_MAN_INST: '' WORKSHOP_MAN_INST: ""
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/arma3exilemod repository: tccr.io/truecharts/arma3exilemod
+15 -14
View File
@@ -1,33 +1,34 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Productivity - Productivity
- Tools-Utilities - Tools-Utilities
apiVersion: v2 apiVersion: v2
appVersion: "7.41.4" appVersion: "7.41.4"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false 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\ \ development cycles using binary repositories. It\u2019s the world\u2019s most\
\ advanced repository manager, creating a single place for teams to manage all their\ \ advanced repository manager, creating a single place for teams to manage all their\
\ binary artifacts efficiently." \ binary artifacts efficiently."
home: https://github.com/truecharts/apps/tree/master/charts/stable/artifactory-oss home: https://github.com/truecharts/apps/tree/master/charts/stable/artifactory-oss
icon: https://truecharts.org/img/chart-icons/artifactory-oss.png icon: https://truecharts.org/img/chart-icons/artifactory-oss.png
keywords: keywords:
- artifactory-oss - artifactory-oss
- Productivity - Productivity
- Tools-Utilities - Tools-Utilities
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: artifactory-oss name: artifactory-oss
sources: sources:
- https://jfrog.com/ - https://jfrog.com/
- https://registry.hub.docker.com/r/docker.bintray.io/jfrog/artifactory-oss - https://registry.hub.docker.com/r/docker.bintray.io/jfrog/artifactory-oss
type: application type: application
version: 0.0.10 version: 0.0.10
+14 -13
View File
@@ -1,29 +1,30 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- GameServers - GameServers
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false 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" \ AssettoCorsa and run it.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/assettocorsa home: https://github.com/truecharts/apps/tree/master/charts/stable/assettocorsa
icon: https://truecharts.org/img/chart-icons/assettocorsa.png icon: https://truecharts.org/img/chart-icons/assettocorsa.png
keywords: keywords:
- assettocorsa - assettocorsa
- GameServers - GameServers
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: assettocorsa name: assettocorsa
sources: sources:
- https://www.assettocorsa.net/ - https://www.assettocorsa.net/
- https://hub.docker.com/r/ich777/steamcmd/ - https://hub.docker.com/r/ich777/steamcmd/
type: application type: application
version: 0.0.10 version: 0.0.10
+6 -6
View File
@@ -1,10 +1,10 @@
env: env:
GAME_ID: '302550' GAME_ID: "302550"
INSTALL_ASSETTO_SERVER_MANAGER: '' INSTALL_ASSETTO_SERVER_MANAGER: ""
INSTALL_STRACKER: '' INSTALL_STRACKER: ""
PASSWRD: '' PASSWRD: ""
USERNAME: '' USERNAME: ""
VALIDATE: '' VALIDATE: ""
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/assettocorsa repository: tccr.io/truecharts/assettocorsa
+14 -14
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Cloud - Cloud
- Tools-Utilities - Tools-Utilities
@@ -7,26 +7,26 @@ annotations:
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: "DESCRIPTION\r\n" description: "DESCRIPTION\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/aurora-files home: https://github.com/truecharts/apps/tree/master/charts/stable/aurora-files
icon: https://truecharts.org/img/chart-icons/aurora-files.png icon: https://truecharts.org/img/chart-icons/aurora-files.png
keywords: keywords:
- aurora-files - aurora-files
- Cloud - Cloud
- Tools-Utilities - Tools-Utilities
- Network-FTP - Network-FTP
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: aurora-files name: aurora-files
sources: sources:
- https://github.com/afterlogic/docker-aurora-files - https://github.com/afterlogic/docker-aurora-files
- https://hub.docker.com/r/afterlogic/docker-aurora-files - https://hub.docker.com/r/afterlogic/docker-aurora-files
type: application type: application
version: 0.0.10 version: 0.0.10
+18 -18
View File
@@ -1,31 +1,31 @@
apiVersion: v2 apiVersion: v2
appVersion: "2022.7.2" appVersion: "2022.7.2"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.4 version: 10.4.4
- condition: postgresql.enabled - condition: postgresql.enabled
name: postgresql name: postgresql
repository: https://charts.truecharts.org/ repository: https://charts.truecharts.org/
version: 8.0.30 version: 8.0.30
- condition: redis.enabled - condition: redis.enabled
name: redis name: redis
repository: https://charts.truecharts.org repository: https://charts.truecharts.org
version: 3.0.30 version: 3.0.30
description: authentik is an open-source Identity Provider focused on flexibility and versatility. description: authentik is an open-source Identity Provider focused on flexibility and versatility.
home: https://github.com/truecharts/apps/tree/master/charts/incubator/authentik home: https://github.com/truecharts/apps/tree/master/charts/incubator/authentik
icon: https://truecharts.org/img/chart-icons/authentik.png icon: https://truecharts.org/img/chart-icons/authentik.png
keywords: keywords:
- authentik - authentik
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: authentik name: authentik
sources: sources:
- https://github.com/goauthentik/authentik - https://github.com/goauthentik/authentik
- https://goauthentik.io/docs/ - https://goauthentik.io/docs/
version: 2.0.23 version: 2.0.23
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
+8 -8
View File
@@ -106,14 +106,14 @@ additionalContainers:
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
args: ["worker"] args: ["worker"]
volumeMounts: volumeMounts:
- name: media - name: media
mountPath: "/media" mountPath: "/media"
- name: templates - name: templates
mountPath: "/templates" mountPath: "/templates"
- name: certs - name: certs
mountPath: "/certs" mountPath: "/certs"
- name: geoip - name: geoip
mountPath: "/geoip" mountPath: "/geoip"
env: env:
- name: AUTHENTIK_REDIS__PORT - name: AUTHENTIK_REDIS__PORT
value: "6379" value: "6379"
+14 -13
View File
@@ -1,29 +1,30 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Downloaders - Downloaders
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false 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. 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 home: https://github.com/truecharts/apps/tree/master/charts/stable/auto-yt-dl
icon: https://truecharts.org/img/chart-icons/auto-yt-dl.png icon: https://truecharts.org/img/chart-icons/auto-yt-dl.png
keywords: keywords:
- auto-yt-dl - auto-yt-dl
- Downloaders - Downloaders
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: auto-yt-dl name: auto-yt-dl
sources: sources:
- https://github.com/xXGuhuXx/auto-yt-dl - https://github.com/xXGuhuXx/auto-yt-dl
- https://hub.docker.com/repository/docker/guhu007/auto-yt-dl - https://hub.docker.com/repository/docker/guhu007/auto-yt-dl
type: application type: application
version: 0.0.10 version: 0.0.10
+14 -13
View File
@@ -1,30 +1,31 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Other - Other
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false 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 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. to fetch changes in near real-time without relying on the file system.
home: https://github.com/truecharts/apps/tree/master/charts/stable/autoscan home: https://github.com/truecharts/apps/tree/master/charts/stable/autoscan
icon: https://truecharts.org/img/chart-icons/autoscan.png icon: https://truecharts.org/img/chart-icons/autoscan.png
keywords: keywords:
- autoscan - autoscan
- Other - Other
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: autoscan name: autoscan
sources: sources:
- https://hotio.dev/containers/autoscan - https://hotio.dev/containers/autoscan
- https://hub.docker.com/r/hotio/autoscan - https://hub.docker.com/r/hotio/autoscan
type: application type: application
version: 0.0.10 version: 0.0.10
+3 -3
View File
@@ -1,7 +1,7 @@
env: env:
PLEX_LOGIN: '' PLEX_LOGIN: ""
PLEX_PASSWORD: '' PLEX_PASSWORD: ""
UMASK: '' UMASK: ""
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/autoscan repository: tccr.io/truecharts/autoscan
+11 -11
View File
@@ -1,25 +1,25 @@
apiVersion: v2 apiVersion: v2
appVersion: "1.4.0" appVersion: "1.4.0"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.4 version: 10.4.4
deprecated: false deprecated: false
description: Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks. 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 home: https://github.com/truecharts/apps/tree/master/charts/stable/avidemux
icon: https://truecharts.org/img/chart-icons/avidemux.png icon: https://truecharts.org/img/chart-icons/avidemux.png
keywords: keywords:
- media - media
- avidemux - avidemux
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: avidemux name: avidemux
sources: sources:
- https://github.com/jlesage/docker-avidemux - https://github.com/jlesage/docker-avidemux
- https://hub.docker.com/r/jlesage/avidemux/ - https://hub.docker.com/r/jlesage/avidemux/
type: application type: application
version: 0.0.12 version: 0.0.12
annotations: annotations:
+3 -3
View File
@@ -43,9 +43,9 @@ configmap:
avidemux: avidemux:
enabled: true enabled: true
data: data:
ENABLE_CJK_FONT: "{{ ternary \"1\" \"0\" .Values.avidemux.ENABLE_CJK_FONT }}" ENABLE_CJK_FONT: '{{ ternary "1" "0" .Values.avidemux.ENABLE_CJK_FONT }}'
KEEP_APP_RUNNING: "{{ ternary \"1\" \"0\" .Values.avidemux.KEEP_APP_RUNNING }}" KEEP_APP_RUNNING: '{{ ternary "1" "0" .Values.avidemux.KEEP_APP_RUNNING }}'
SECURE_CONNECTION: "{{ ternary \"1\" \"0\" .Values.avidemux.SECURE_CONNECTION }}" SECURE_CONNECTION: '{{ ternary "1" "0" .Values.avidemux.SECURE_CONNECTION }}'
DISPLAY_WIDTH: "{{ .Values.avidemux.DISPLAY_WIDTH }}" DISPLAY_WIDTH: "{{ .Values.avidemux.DISPLAY_WIDTH }}"
DISPLAY_HEIGHT: "{{ .Values.avidemux.DISPLAY_HEIGHT }}" DISPLAY_HEIGHT: "{{ .Values.avidemux.DISPLAY_HEIGHT }}"
+14 -13
View File
@@ -1,29 +1,30 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- GameServers - GameServers
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false 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" \ Avorion and run it.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/avorion home: https://github.com/truecharts/apps/tree/master/charts/stable/avorion
icon: https://truecharts.org/img/chart-icons/avorion.png icon: https://truecharts.org/img/chart-icons/avorion.png
keywords: keywords:
- avorion - avorion
- GameServers - GameServers
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: avorion name: avorion
sources: sources:
- https://www.steampowered.com/ - https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/ - https://hub.docker.com/r/ich777/steamcmd/
type: application type: application
version: 0.0.10 version: 0.0.10
+6 -6
View File
@@ -1,11 +1,11 @@
env: env:
GALAXY_NAME: AvorionDocker GALAXY_NAME: AvorionDocker
GAME_ID: '565060' GAME_ID: "565060"
GAME_PARAMS: '' GAME_PARAMS: ""
PASSWRD: '' PASSWRD: ""
UMASK: '000' UMASK: "000"
USERNAME: '' USERNAME: ""
VALIDATE: '' VALIDATE: ""
stdin: true stdin: true
tty: true tty: true
image: image:
+13 -13
View File
@@ -5,24 +5,24 @@ name: awesome-ttrss
version: 0.0.22 version: 0.0.22
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- tt-rss - tt-rss
- awesome-ttrss - awesome-ttrss
home: https://github.com/truecharts/apps/tree/master/charts/stable/awesome-ttrss home: https://github.com/truecharts/apps/tree/master/charts/stable/awesome-ttrss
icon: https://truecharts.org/img/chart-icons/awesome-ttrss.png icon: https://truecharts.org/img/chart-icons/awesome-ttrss.png
sources: sources:
- https://github.com/HenryQW/Awesome-TTRSS - https://github.com/HenryQW/Awesome-TTRSS
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.4 version: 10.4.4
- condition: postgresql.enabled - condition: postgresql.enabled
name: postgresql name: postgresql
repository: https://charts.truecharts.org/ repository: https://charts.truecharts.org/
version: 8.0.30 version: 8.0.30
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- media - media
+15 -14
View File
@@ -1,31 +1,32 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Backup - Backup
- Network-Web - Network-Web
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false 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. Linux, Windows and macOS PCs and laptops to a server's disk.
home: https://github.com/truecharts/apps/tree/master/charts/stable/backuppc home: https://github.com/truecharts/apps/tree/master/charts/stable/backuppc
icon: https://truecharts.org/img/chart-icons/backuppc.png icon: https://truecharts.org/img/chart-icons/backuppc.png
keywords: keywords:
- backuppc - backuppc
- Backup - Backup
- Network-Web - Network-Web
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: backuppc name: backuppc
sources: sources:
- https://backuppc.github.io/backuppc/index.html - https://backuppc.github.io/backuppc/index.html
- https://hub.docker.com/r/tiredofit/backuppc/ - https://hub.docker.com/r/tiredofit/backuppc/
type: application type: application
version: 0.0.10 version: 0.0.10
+12 -12
View File
@@ -1,28 +1,28 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Network-Web - Network-Web
apiVersion: v2 apiVersion: v2
appVersion: "nginx" appVersion: "nginx"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: "Ba\xEFkal is a lightweight CalDAV+CardDAV server" description: "Ba\xEFkal is a lightweight CalDAV+CardDAV server"
home: https://github.com/truecharts/apps/tree/master/charts/stable/baikal home: https://github.com/truecharts/apps/tree/master/charts/stable/baikal
icon: https://truecharts.org/img/chart-icons/baikal.png icon: https://truecharts.org/img/chart-icons/baikal.png
keywords: keywords:
- baikal - baikal
- Network-Web - Network-Web
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: baikal name: baikal
sources: sources:
- https://github.com/ckulka/baikal-docker - https://github.com/ckulka/baikal-docker
- https://hub.docker.com/r/ckulka/baikal/ - https://hub.docker.com/r/ckulka/baikal/
type: application type: application
version: 0.0.10 version: 0.0.10
+15 -14
View File
@@ -1,32 +1,33 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Productivity - Productivity
- Tools-Utilities - Tools-Utilities
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false 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\ \ you to install the Barcode Buddy app and scan products directly to your Grocy\
\ library.&lt;/b&gt;\r\n" \ library.&lt;/b&gt;\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/barcodebuddy home: https://github.com/truecharts/apps/tree/master/charts/stable/barcodebuddy
icon: https://truecharts.org/img/chart-icons/barcodebuddy.png icon: https://truecharts.org/img/chart-icons/barcodebuddy.png
keywords: keywords:
- barcodebuddy - barcodebuddy
- Productivity - Productivity
- Tools-Utilities - Tools-Utilities
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: barcodebuddy name: barcodebuddy
sources: sources:
- https://github.com/Forceu/barcodebuddy - https://github.com/Forceu/barcodebuddy
- https://hub.docker.com/r/f0rc3/barcodebuddy-docker - https://hub.docker.com/r/f0rc3/barcodebuddy-docker
type: application type: application
version: 0.0.10 version: 0.0.10
+14 -13
View File
@@ -1,29 +1,30 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- GameServers - GameServers
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false 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" \ Barotrauma and run it.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/barotrauma home: https://github.com/truecharts/apps/tree/master/charts/stable/barotrauma
icon: https://truecharts.org/img/chart-icons/barotrauma.png icon: https://truecharts.org/img/chart-icons/barotrauma.png
keywords: keywords:
- barotrauma - barotrauma
- GameServers - GameServers
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: barotrauma name: barotrauma
sources: sources:
- https://www.steampowered.com/ - https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/ - https://hub.docker.com/r/ich777/steamcmd/
type: application type: application
version: 0.0.10 version: 0.0.10
+5 -5
View File
@@ -1,9 +1,9 @@
env: env:
GAME_ID: '1026340' GAME_ID: "1026340"
GAME_PARAMS: '' GAME_PARAMS: ""
PASSWRD: '' PASSWRD: ""
USERNAME: '' USERNAME: ""
VALIDATE: '' VALIDATE: ""
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/barotrauma repository: tccr.io/truecharts/barotrauma
+12 -12
View File
@@ -1,28 +1,28 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Crypto - Crypto
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: "DESCRIPTION\r\n" description: "DESCRIPTION\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/bitcoin-node home: https://github.com/truecharts/apps/tree/master/charts/stable/bitcoin-node
icon: https://truecharts.org/img/chart-icons/bitcoin-node.png icon: https://truecharts.org/img/chart-icons/bitcoin-node.png
keywords: keywords:
- bitcoin-node - bitcoin-node
- Crypto - Crypto
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: bitcoin-node name: bitcoin-node
sources: sources:
- https://github.com/kylemanna/docker-bitcoind - https://github.com/kylemanna/docker-bitcoind
- https://hub.docker.com/r/kylemanna/bitcoind - https://hub.docker.com/r/kylemanna/bitcoind
type: application type: application
version: 0.0.10 version: 0.0.10
+17 -16
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Tools-Utilities - Tools-Utilities
- Network-Other - Network-Other
@@ -7,29 +7,30 @@ annotations:
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false 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. provides a full Bitcoin Core node, built in a verifiably trustless way.
' "
home: https://github.com/truecharts/apps/tree/master/charts/stable/bitcoind home: https://github.com/truecharts/apps/tree/master/charts/stable/bitcoind
icon: https://truecharts.org/img/chart-icons/bitcoind.png icon: https://truecharts.org/img/chart-icons/bitcoind.png
keywords: keywords:
- bitcoind - bitcoind
- Tools-Utilities - Tools-Utilities
- Network-Other - Network-Other
- Crypto - Crypto
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: bitcoind name: bitcoind
sources: sources:
- https://bitcoin.org/ - https://bitcoin.org/
- https://hub.docker.com/r/ofawx/bitcoind/ - https://hub.docker.com/r/ofawx/bitcoind/
type: application type: application
version: 0.0.10 version: 0.0.10
+13 -12
View File
@@ -1,28 +1,29 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Network-Other - Network-Other
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false 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" \ in the Bitcoin ecosystem.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/bitcoinunlimited home: https://github.com/truecharts/apps/tree/master/charts/stable/bitcoinunlimited
icon: https://truecharts.org/img/chart-icons/bitcoinunlimited.png icon: https://truecharts.org/img/chart-icons/bitcoinunlimited.png
keywords: keywords:
- bitcoinunlimited - bitcoinunlimited
- Network-Other - Network-Other
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: bitcoinunlimited name: bitcoinunlimited
sources: sources:
- https://hub.docker.com/r/amacneil/bitcoinunlimited/~/dockerfile/ - https://hub.docker.com/r/amacneil/bitcoinunlimited/~/dockerfile/
type: application type: application
version: 0.0.10 version: 0.0.10
+13 -13
View File
@@ -1,29 +1,29 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Other - Other
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false 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 home: https://github.com/truecharts/apps/tree/master/charts/stable/bitcoinwalletgui
icon: https://truecharts.org/img/chart-icons/bitcoinwalletgui.png icon: https://truecharts.org/img/chart-icons/bitcoinwalletgui.png
keywords: keywords:
- bitcoinwalletgui - bitcoinwalletgui
- Other - Other
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: bitcoinwalletgui name: bitcoinwalletgui
sources: sources:
- https://hub.docker.com/r/ulisses1478/bitcoinwallet-gui - https://hub.docker.com/r/ulisses1478/bitcoinwallet-gui
type: application type: application
version: 0.0.10 version: 0.0.10
@@ -1,7 +1,7 @@
env: env:
VNC_PW: vncpassword VNC_PW: vncpassword
VNC_RESOLUTION: 1280x1024 VNC_RESOLUTION: 1280x1024
VNC_VIEW_ONLY: 'false' VNC_VIEW_ONLY: "false"
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/bitcoinwalletgui repository: tccr.io/truecharts/bitcoinwalletgui
+15 -15
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Productivity - Productivity
- Tools-Utilities - Tools-Utilities
@@ -8,27 +8,27 @@ annotations:
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: "DESCRIPTION\r\n" description: "DESCRIPTION\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/blender-desktop-g3 home: https://github.com/truecharts/apps/tree/master/charts/stable/blender-desktop-g3
icon: https://truecharts.org/img/chart-icons/blender-desktop-g3.png icon: https://truecharts.org/img/chart-icons/blender-desktop-g3.png
keywords: keywords:
- blender-desktop-g3 - blender-desktop-g3
- Productivity - Productivity
- Tools-Utilities - Tools-Utilities
- MediaApp-Photos - MediaApp-Photos
- MediaApp-Other - MediaApp-Other
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: blender-desktop-g3 name: blender-desktop-g3
sources: sources:
- https://github.com/accetto/headless-drawing-g3/ - https://github.com/accetto/headless-drawing-g3/
- https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-blender-g3 - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-blender-g3
type: application type: application
version: 0.0.10 version: 0.0.10
+15 -14
View File
@@ -1,15 +1,16 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Other - Other
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false 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, graphics software toolset used for creating animated films, visual effects, art,
3D printed models, motion graphics, interactive 3D applications, virtual reality, 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 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 home: https://github.com/truecharts/apps/tree/master/charts/stable/blender
icon: https://truecharts.org/img/chart-icons/blender.png icon: https://truecharts.org/img/chart-icons/blender.png
keywords: keywords:
- blender - blender
- Other - Other
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: blender name: blender
sources: sources:
- https://www.blender.org/ - https://www.blender.org/
- https://github.com/orgs/linuxserver/packages/container/package/blender - https://github.com/orgs/linuxserver/packages/container/package/blender
- https://github.com/linuxserver/docker-blender#readme - https://github.com/linuxserver/docker-blender#readme
type: application type: application
version: 0.0.10 version: 0.0.10
+3 -3
View File
@@ -1,7 +1,7 @@
env: env:
KEYBOARD: '' KEYBOARD: ""
SUBFOLDER: '' SUBFOLDER: ""
UMASK: '' UMASK: ""
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/blender repository: tccr.io/truecharts/blender
+18 -17
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- HomeAutomation - HomeAutomation
- Productivity - Productivity
@@ -9,29 +9,30 @@ annotations:
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false 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" \ 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 home: https://github.com/truecharts/apps/tree/master/charts/stable/breitbandmessung-de
icon: https://truecharts.org/img/chart-icons/breitbandmessung-de.png icon: https://truecharts.org/img/chart-icons/breitbandmessung-de.png
keywords: keywords:
- breitbandmessung-de - breitbandmessung-de
- HomeAutomation - HomeAutomation
- Productivity - Productivity
- Tools-Utilities - Tools-Utilities
- Other - Other
- Network-Management - Network-Management
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: breitbandmessung-de name: breitbandmessung-de
sources: sources:
- https://github.com/shneezin/breitbandmessung-node - https://github.com/shneezin/breitbandmessung-node
- https://hub.docker.com/r/shneezin/breitbandmessung-node - https://hub.docker.com/r/shneezin/breitbandmessung-node
type: application type: application
version: 0.0.10 version: 0.0.10
+14 -13
View File
@@ -1,29 +1,30 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Crypto - Crypto
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false 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. Docker image.
home: https://github.com/truecharts/apps/tree/master/charts/stable/btdex home: https://github.com/truecharts/apps/tree/master/charts/stable/btdex
icon: https://truecharts.org/img/chart-icons/btdex.png icon: https://truecharts.org/img/chart-icons/btdex.png
keywords: keywords:
- btdex - btdex
- Crypto - Crypto
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: btdex name: btdex
sources: sources:
- https://btdex.trade/ - https://btdex.trade/
- https://hub.docker.com/r/furritos/docker-btdex:latest - https://hub.docker.com/r/furritos/docker-btdex:latest
type: application type: application
version: 0.0.10 version: 0.0.10
+15 -14
View File
@@ -1,31 +1,32 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Tools-Utilities - Tools-Utilities
- Other - Other
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false 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" \ insecure web application.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/bwapp home: https://github.com/truecharts/apps/tree/master/charts/stable/bwapp
icon: https://truecharts.org/img/chart-icons/bwapp.png icon: https://truecharts.org/img/chart-icons/bwapp.png
keywords: keywords:
- bwapp - bwapp
- Tools-Utilities - Tools-Utilities
- Other - Other
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: bwapp name: bwapp
sources: sources:
- https://sourceforge.net/projects/bwapp/ - https://sourceforge.net/projects/bwapp/
- https://hub.docker.com/r/raesene/bwapp/ - https://hub.docker.com/r/raesene/bwapp/
type: application type: application
version: 0.0.10 version: 0.0.10
+18 -17
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Productivity - Productivity
- Tools-Utilities - Tools-Utilities
@@ -9,31 +9,32 @@ annotations:
apiVersion: v2 apiVersion: v2
appVersion: "3.1.0rc4" appVersion: "3.1.0rc4"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false 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\ \ 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\ \ high quality CAD models. It is easy to make many different objects using a single\
\ script that can be customized.\r\n" \ script that can be customized.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/cadquery-jupyter home: https://github.com/truecharts/apps/tree/master/charts/stable/cadquery-jupyter
icon: https://truecharts.org/img/chart-icons/cadquery-jupyter.png icon: https://truecharts.org/img/chart-icons/cadquery-jupyter.png
keywords: keywords:
- cadquery-jupyter - cadquery-jupyter
- Productivity - Productivity
- Tools-Utilities - Tools-Utilities
- Other - Other
- Network-Web - Network-Web
- Network-Other - Network-Other
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: cadquery-jupyter name: cadquery-jupyter
sources: sources:
- https://github.com/bernhard-42/jupyter-cadquery - https://github.com/bernhard-42/jupyter-cadquery
- https://hub.docker.com/r/cadquery/cadquery-server - https://hub.docker.com/r/cadquery/cadquery-server
type: application type: application
version: 0.0.10 version: 0.0.10
+17 -16
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Productivity - Productivity
- Tools-Utilities - Tools-Utilities
@@ -8,30 +8,31 @@ annotations:
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false 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\ \ 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\ \ high quality CAD models. It is easy to make many different objects using a single\
\ script that can be customized.\r\n" \ script that can be customized.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/cadquery-server home: https://github.com/truecharts/apps/tree/master/charts/stable/cadquery-server
icon: https://truecharts.org/img/chart-icons/cadquery-server.png icon: https://truecharts.org/img/chart-icons/cadquery-server.png
keywords: keywords:
- cadquery-server - cadquery-server
- Productivity - Productivity
- Tools-Utilities - Tools-Utilities
- Other - Other
- Network-Other - Network-Other
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: cadquery-server name: cadquery-server
sources: sources:
- https://github.com/roipoussiere/cadquery - https://github.com/roipoussiere/cadquery
- https://hub.docker.com/r/cadquery/cadquery-server - https://hub.docker.com/r/cadquery/cadquery-server
type: application type: application
version: 0.0.10 version: 0.0.10
@@ -1,29 +1,30 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- GameServers - GameServers
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false 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" \ Chivalry: Medieval Warfare and run it.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/chivalry-medievalwarfare home: https://github.com/truecharts/apps/tree/master/charts/stable/chivalry-medievalwarfare
icon: https://truecharts.org/img/chart-icons/chivalry-medievalwarfare.png icon: https://truecharts.org/img/chart-icons/chivalry-medievalwarfare.png
keywords: keywords:
- chivalry-medievalwarfare - chivalry-medievalwarfare
- GameServers - GameServers
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: chivalry-medievalwarfare name: chivalry-medievalwarfare
sources: sources:
- https://www.steampowered.com/ - https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/ - https://hub.docker.com/r/ich777/steamcmd/
type: application type: application
version: 0.0.10 version: 0.0.10

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