run prettier as pre-commit hook (#3264)
This commit is contained in:
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ on:
|
|||||||
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,7 +23,6 @@ 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
|
||||||
@@ -35,18 +33,17 @@ jobs:
|
|||||||
- 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
|
- name: Upload Trivy scan results to GitHub Security tab
|
||||||
uses: github/codeql-action/upload-sarif@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2
|
uses: github/codeql-action/upload-sarif@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2
|
||||||
with:
|
with:
|
||||||
sarif_file: 'trivy-repo-results.sarif'
|
sarif_file: "trivy-repo-results.sarif"
|
||||||
|
|
||||||
|
|
||||||
scan_containers:
|
scan_containers:
|
||||||
name: Scan Containers
|
name: Scan Containers
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
+22
-9
@@ -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-shebang-scripts-are-executable # ensures that (non-binary) files with a shebang are executable.
|
||||||
- id: check-docstring-first
|
- id: check-docstring-first
|
||||||
- id: check-symlinks
|
- id: check-symlinks
|
||||||
- id: destroyed-symlinks
|
- id: destroyed-symlinks
|
||||||
- id: fix-byte-order-marker
|
- 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)$
|
||||||
|
|||||||
Vendored
+2
-12
@@ -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}"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
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
|
||||||
@@ -9,17 +9,17 @@ 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 `!@#$%^&*?`
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
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
|
||||||
@@ -13,9 +13,9 @@ 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
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
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
|
||||||
@@ -9,12 +9,12 @@ 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
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
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
|
||||||
@@ -12,9 +12,9 @@ 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
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
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
|
||||||
@@ -9,18 +9,18 @@ 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:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
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
|
||||||
@@ -9,11 +9,11 @@ description: Promtail is an agent which ships the contents of local logs to a Lo
|
|||||||
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
|
||||||
|
|||||||
@@ -76,7 +76,6 @@ 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:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
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
|
||||||
@@ -12,9 +12,9 @@ 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
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
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
|
||||||
@@ -9,18 +9,18 @@ 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:
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
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
|
||||||
@@ -13,16 +13,16 @@ 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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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: |
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
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
|
||||||
@@ -13,16 +13,16 @@ 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,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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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,7 +7,7 @@ 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
|
||||||
@@ -15,18 +15,18 @@ 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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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,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
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
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
|
||||||
@@ -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: |
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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,7 +7,7 @@ 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
|
||||||
@@ -15,18 +15,18 @@ 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
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
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
|
||||||
@@ -16,16 +16,16 @@ description: authentik is an open-source Identity Provider focused on flexibilit
|
|||||||
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: |
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
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
|
||||||
@@ -9,17 +9,17 @@ description: Avidemux is a free video editor designed for simple cutting, filter
|
|||||||
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:
|
||||||
|
|||||||
@@ -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 }}"
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -5,22 +5,22 @@ 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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
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
|
||||||
@@ -13,16 +13,16 @@ 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
|
||||||
|
|||||||
@@ -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: "<b>Barcode Buddy is a Grocy companion app/plugin, which allows\
|
description:
|
||||||
|
"<b>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.</b>\r\n"
|
\ library.</b>\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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
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
|
||||||
@@ -13,16 +13,16 @@ 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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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.
|
description: "Bitcoin wallet with GUI over VNC and NoVNC.
|
||||||
|
|
||||||
'
|
"
|
||||||
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
|
||||||
|
|||||||
@@ -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,7 +8,7 @@ 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
|
||||||
@@ -16,19 +16,19 @@ 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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
env:
|
env:
|
||||||
ADMIN_PWD: adminDocker
|
ADMIN_PWD: adminDocker
|
||||||
GAME_ID: '220070'
|
GAME_ID: "220070"
|
||||||
GAME_PARAMS: ?port=7000?queryport=7010
|
GAME_PARAMS: ?port=7000?queryport=7010
|
||||||
GAME_PARAMS_EXTRA: -seekfreeloadingserver
|
GAME_PARAMS_EXTRA: -seekfreeloadingserver
|
||||||
MAP: aocffa-moor_p
|
MAP: aocffa-moor_p
|
||||||
PASSWRD: ''
|
PASSWRD: ""
|
||||||
USERNAME: ''
|
USERNAME: ""
|
||||||
VALIDATE: ''
|
VALIDATE: ""
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: tccr.io/truecharts/chivalry-medievalwarfare
|
repository: tccr.io/truecharts/chivalry-medievalwarfare
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
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
|
||||||
@@ -13,15 +13,15 @@ description: Simple recipes in Markdown format.
|
|||||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/chowdown
|
home: https://github.com/truecharts/apps/tree/master/charts/stable/chowdown
|
||||||
icon: https://truecharts.org/img/chart-icons/chowdown.png
|
icon: https://truecharts.org/img/chart-icons/chowdown.png
|
||||||
keywords:
|
keywords:
|
||||||
- chowdown
|
- chowdown
|
||||||
- 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: chowdown
|
name: chowdown
|
||||||
sources:
|
sources:
|
||||||
- https://hub.docker.com/r/gregyankovoy/chowdown/Dockerfile/
|
- https://hub.docker.com/r/gregyankovoy/chowdown/Dockerfile/
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.10
|
version: 0.0.10
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
annotations:
|
annotations:
|
||||||
truecharts.org/SCALE-support: 'true'
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- Tools-Utilities
|
- Tools-Utilities
|
||||||
- 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
|
||||||
@@ -14,17 +14,17 @@ description: "DESCRIPTION\r\n"
|
|||||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/chromium-desktop-g3
|
home: https://github.com/truecharts/apps/tree/master/charts/stable/chromium-desktop-g3
|
||||||
icon: https://truecharts.org/img/chart-icons/chromium-desktop-g3.png
|
icon: https://truecharts.org/img/chart-icons/chromium-desktop-g3.png
|
||||||
keywords:
|
keywords:
|
||||||
- chromium-desktop-g3
|
- chromium-desktop-g3
|
||||||
- Tools-Utilities
|
- Tools-Utilities
|
||||||
- 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: chromium-desktop-g3
|
name: chromium-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-chromium-g3
|
- https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-chromium-g3
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.10
|
version: 0.0.10
|
||||||
|
|||||||
@@ -1,31 +1,32 @@
|
|||||||
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: Chromium is a free and open-source software project developed by the
|
description:
|
||||||
|
Chromium is a free and open-source software project developed by the
|
||||||
Google-sponsored Chromium project.
|
Google-sponsored Chromium project.
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/chromium
|
home: https://github.com/truecharts/apps/tree/master/charts/stable/chromium
|
||||||
icon: https://truecharts.org/img/chart-icons/chromium.png
|
icon: https://truecharts.org/img/chart-icons/chromium.png
|
||||||
keywords:
|
keywords:
|
||||||
- chromium
|
- chromium
|
||||||
- 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: chromium
|
name: chromium
|
||||||
sources:
|
sources:
|
||||||
- https://www.google.com/chrome/
|
- https://www.google.com/chrome/
|
||||||
- https://hub.docker.com/r/ich777/chrome/
|
- https://hub.docker.com/r/ich777/chrome/
|
||||||
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
Reference in New Issue
Block a user