diff --git a/charts/dev/acestream/.helmignore b/charts/dev/acestream/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/acestream/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/acestream/CHANGELOG.md b/charts/dev/acestream/CHANGELOG.md new file mode 100644 index 00000000000..4d2536a7f56 --- /dev/null +++ b/charts/dev/acestream/CHANGELOG.md @@ -0,0 +1,47 @@ +# Changelog
+ + + +### [acestream-0.0.5](https://github.com/truecharts/apps/compare/acestream-0.0.4...acestream-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [acestream-0.0.4](https://github.com/truecharts/apps/compare/acestream-0.0.3...acestream-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [acestream-0.0.3](https://github.com/truecharts/apps/compare/acestream-0.0.2...acestream-0.0.3) (2022-04-20) + +#### Chore + +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [acestream-0.0.2](https://github.com/truecharts/apps/compare/acestream-0.0.1...acestream-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + + + + +### acestream-0.0.1 (2022-04-08) + +#### Feat + +* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438)) diff --git a/charts/dev/acestream/Chart.yaml b/charts/dev/acestream/Chart.yaml new file mode 100644 index 00000000000..53147dd8eef --- /dev/null +++ b/charts/dev/acestream/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - MediaServer-Video + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: "Acestream-engine\r\n" +home: https://github.com/truecharts/apps/tree/master/charts/stable/acestream +icon: https://truecharts.org/_static/img/appicons/acestream.png +keywords: +- acestream +- MediaServer-Video +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: acestream +sources: +- https://github.com/vstavrinov/acestream-service +- https://hub.docker.com/r/vstavrinov/acestream-service +type: application +version: 0.0.5 diff --git a/charts/dev/acestream/icon.png b/charts/dev/acestream/icon.png new file mode 100644 index 00000000000..f8bb87d44d0 Binary files /dev/null and b/charts/dev/acestream/icon.png differ diff --git a/charts/dev/acestream/templates/common.yaml b/charts/dev/acestream/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/acestream/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/acestream/values.yaml b/charts/dev/acestream/values.yaml new file mode 100644 index 00000000000..6ad02297059 --- /dev/null +++ b/charts/dev/acestream/values.yaml @@ -0,0 +1,24 @@ +env: {} +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/acestream + tag: latest +persistence: + acestreamcache: + enabled: true + mountPath: /srv/acestream/.ACEStream +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: true + ports: + main: + enabled: true + port: 8008 + protocol: TCP + targetPort: 6878 diff --git a/charts/dev/adguard-home/.helmignore b/charts/dev/adguard-home/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/adguard-home/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/adguard-home/CHANGELOG.md b/charts/dev/adguard-home/CHANGELOG.md new file mode 100644 index 00000000000..79f1d96c161 --- /dev/null +++ b/charts/dev/adguard-home/CHANGELOG.md @@ -0,0 +1,47 @@ +# Changelog
+ + + +### [adguard-home-0.0.5](https://github.com/truecharts/apps/compare/adguard-home-0.0.4...adguard-home-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [adguard-home-0.0.4](https://github.com/truecharts/apps/compare/adguard-home-0.0.3...adguard-home-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [adguard-home-0.0.3](https://github.com/truecharts/apps/compare/adguard-home-0.0.2...adguard-home-0.0.3) (2022-04-20) + +#### Chore + +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [adguard-home-0.0.2](https://github.com/truecharts/apps/compare/adguard-home-0.0.1...adguard-home-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + + + + +### adguard-home-0.0.1 (2022-04-08) + +#### Feat + +* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438)) diff --git a/charts/dev/adguard-home/Chart.yaml b/charts/dev/adguard-home/Chart.yaml new file mode 100644 index 00000000000..fc31fc06c5c --- /dev/null +++ b/charts/dev/adguard-home/Chart.yaml @@ -0,0 +1,34 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - Network + - Network-DNS + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: "AdGuard Home is a network-wide software for blocking ads & tracking.\ + \ After you set it up, it\u2019ll cover ALL your home devices, and you don\u2019\ + t need any client-side software for that. With the rise of Internet-Of-Things and\ + \ connected devices, it becomes more and more important to be able to control your\ + \ whole network." +home: https://github.com/truecharts/apps/tree/master/charts/stable/adguard-home +icon: https://truecharts.org/_static/img/appicons/adguard-home.png +keywords: +- adguard-home +- Network +- Network-DNS +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: adguard-home +sources: +- https://registry.hub.docker.com/r/adguard/adguardhome +type: application +version: 0.0.5 diff --git a/charts/dev/adguard-home/icon.png b/charts/dev/adguard-home/icon.png new file mode 100644 index 00000000000..638873dc890 Binary files /dev/null and b/charts/dev/adguard-home/icon.png differ diff --git a/charts/dev/adguard-home/templates/common.yaml b/charts/dev/adguard-home/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/adguard-home/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/adguard-home/values.yaml b/charts/dev/adguard-home/values.yaml new file mode 100644 index 00000000000..aae2e11df79 --- /dev/null +++ b/charts/dev/adguard-home/values.yaml @@ -0,0 +1,32 @@ +env: {} +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/adguard-home + tag: latest +persistence: + workingdirectory: + enabled: true + mountPath: /opt/adguardhome/conf +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + dnsserver: + enabled: true + ports: + dnsserver: + enabled: true + port: 53 + protocol: TCP + targetPort: 53 + main: + enabled: true + ports: + main: + enabled: true + port: 3000 + protocol: HTTP + targetPort: 3000 diff --git a/charts/dev/adguardhome-sync/.helmignore b/charts/dev/adguardhome-sync/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/adguardhome-sync/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/adguardhome-sync/CHANGELOG.md b/charts/dev/adguardhome-sync/CHANGELOG.md new file mode 100644 index 00000000000..66a58af71fd --- /dev/null +++ b/charts/dev/adguardhome-sync/CHANGELOG.md @@ -0,0 +1,47 @@ +# Changelog
+ + + +### [adguardhome-sync-0.0.5](https://github.com/truecharts/apps/compare/adguardhome-sync-0.0.4...adguardhome-sync-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [adguardhome-sync-0.0.4](https://github.com/truecharts/apps/compare/adguardhome-sync-0.0.3...adguardhome-sync-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [adguardhome-sync-0.0.3](https://github.com/truecharts/apps/compare/adguardhome-sync-0.0.2...adguardhome-sync-0.0.3) (2022-04-20) + +#### Chore + +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [adguardhome-sync-0.0.2](https://github.com/truecharts/apps/compare/adguardhome-sync-0.0.1...adguardhome-sync-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + + + + +### adguardhome-sync-0.0.1 (2022-04-08) + +#### Feat + +* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438)) diff --git a/charts/dev/adguardhome-sync/Chart.yaml b/charts/dev/adguardhome-sync/Chart.yaml new file mode 100644 index 00000000000..153f2ecdb94 --- /dev/null +++ b/charts/dev/adguardhome-sync/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - Other + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: Adguardhome-sync(https://github.com/bakito/adguardhome-sync/) is a tool + to synchronize AdGuardHome config to replica instances. +home: https://github.com/truecharts/apps/tree/master/charts/stable/adguardhome-sync +icon: https://truecharts.org/_static/img/appicons/adguardhome-sync.png +keywords: +- adguardhome-sync +- Other +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: adguardhome-sync +sources: +- https://github.com/bakito/adguardhome-sync/ +- https://github.com/orgs/linuxserver/packages/container/package/adguardhome-sync +- https://github.com/linuxserver/docker-adguardhome-sync#readme +type: application +version: 0.0.5 diff --git a/charts/dev/adguardhome-sync/icon.png b/charts/dev/adguardhome-sync/icon.png new file mode 100644 index 00000000000..1f4cc39af57 Binary files /dev/null and b/charts/dev/adguardhome-sync/icon.png differ diff --git a/charts/dev/adguardhome-sync/templates/common.yaml b/charts/dev/adguardhome-sync/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/adguardhome-sync/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/adguardhome-sync/values.yaml b/charts/dev/adguardhome-sync/values.yaml new file mode 100644 index 00000000000..96c5db72d6c --- /dev/null +++ b/charts/dev/adguardhome-sync/values.yaml @@ -0,0 +1,26 @@ +env: + CONFIGFILE: '' + UMASK: '' +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/adguardhome-sync + tag: latest +persistence: + config: + enabled: true + mountPath: /config +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: true + ports: + main: + enabled: true + port: 8080 + protocol: TCP + targetPort: 8080 diff --git a/charts/dev/adminer/.helmignore b/charts/dev/adminer/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/adminer/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/adminer/CHANGELOG.md b/charts/dev/adminer/CHANGELOG.md new file mode 100644 index 00000000000..6fd9d8448e3 --- /dev/null +++ b/charts/dev/adminer/CHANGELOG.md @@ -0,0 +1,47 @@ +# Changelog
+ + + +### [adminer-0.0.5](https://github.com/truecharts/apps/compare/adminer-0.0.4...adminer-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [adminer-0.0.4](https://github.com/truecharts/apps/compare/adminer-0.0.3...adminer-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [adminer-0.0.3](https://github.com/truecharts/apps/compare/adminer-0.0.2...adminer-0.0.3) (2022-04-20) + +#### Chore + +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [adminer-0.0.2](https://github.com/truecharts/apps/compare/adminer-0.0.1...adminer-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + + + + +### adminer-0.0.1 (2022-04-08) + +#### Feat + +* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438)) diff --git a/charts/dev/adminer/Chart.yaml b/charts/dev/adminer/Chart.yaml new file mode 100644 index 00000000000..97a28168e4b --- /dev/null +++ b/charts/dev/adminer/Chart.yaml @@ -0,0 +1,32 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - Tools-Utilities + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: "Adminer (formerly phpMinAdmin) is a full-featured database management\ + \ tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready\ + \ to deploy to the target server. Adminer is available for MySQL, PostgreSQL, SQLite,\ + \ MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB.\r\n" +home: https://github.com/truecharts/apps/tree/master/charts/stable/adminer +icon: https://truecharts.org/_static/img/appicons/adminer.png +keywords: +- adminer +- Tools-Utilities +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: adminer +sources: +- https://github.com/vrana/adminer +- http://hub.docker.com/_/adminer/ +type: application +version: 0.0.5 diff --git a/charts/dev/adminer/icon.png b/charts/dev/adminer/icon.png new file mode 100644 index 00000000000..fd23557682f Binary files /dev/null and b/charts/dev/adminer/icon.png differ diff --git a/charts/dev/adminer/templates/common.yaml b/charts/dev/adminer/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/adminer/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/adminer/values.yaml b/charts/dev/adminer/values.yaml new file mode 100644 index 00000000000..a43390662c1 --- /dev/null +++ b/charts/dev/adminer/values.yaml @@ -0,0 +1,23 @@ +env: + ADMINER_DESIGN: '' + ADMINER_PLUGINS: '' +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/adminer + tag: latest +persistence: {} +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: true + ports: + main: + enabled: true + port: 8080 + protocol: TCP + targetPort: 8080 diff --git a/charts/dev/alienswarm-reactivedrop/.helmignore b/charts/dev/alienswarm-reactivedrop/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/alienswarm-reactivedrop/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/alienswarm-reactivedrop/CHANGELOG.md b/charts/dev/alienswarm-reactivedrop/CHANGELOG.md new file mode 100644 index 00000000000..8c3bbdff7d5 --- /dev/null +++ b/charts/dev/alienswarm-reactivedrop/CHANGELOG.md @@ -0,0 +1,47 @@ +# Changelog
+ + + +### [alienswarm-reactivedrop-0.0.5](https://github.com/truecharts/apps/compare/alienswarm-reactivedrop-0.0.4...alienswarm-reactivedrop-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [alienswarm-reactivedrop-0.0.4](https://github.com/truecharts/apps/compare/alienswarm-reactivedrop-0.0.3...alienswarm-reactivedrop-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [alienswarm-reactivedrop-0.0.3](https://github.com/truecharts/apps/compare/alienswarm-reactivedrop-0.0.2...alienswarm-reactivedrop-0.0.3) (2022-04-20) + +#### Chore + +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [alienswarm-reactivedrop-0.0.2](https://github.com/truecharts/apps/compare/alienswarm-reactivedrop-0.0.1...alienswarm-reactivedrop-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + + + + +### alienswarm-reactivedrop-0.0.1 (2022-04-08) + +#### Feat + +* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438)) diff --git a/charts/dev/alienswarm-reactivedrop/Chart.yaml b/charts/dev/alienswarm-reactivedrop/Chart.yaml new file mode 100644 index 00000000000..82b1a13938b --- /dev/null +++ b/charts/dev/alienswarm-reactivedrop/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - GameServers + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: "This Docker will download and install SteamCMD. It will also install\ + \ Alien Swarm: Reactive Drop and run it. (!!!This container will only run on systems\ + \ with less than 32 CPU cores!!!) \r\n" +home: https://github.com/truecharts/apps/tree/master/charts/stable/alienswarm-reactivedrop +icon: https://truecharts.org/_static/img/appicons/alienswarm-reactivedrop.png +keywords: +- alienswarm-reactivedrop +- GameServers +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: alienswarm-reactivedrop +sources: +- https://www.steampowered.com/ +- https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.5 diff --git a/charts/dev/alienswarm-reactivedrop/icon.png b/charts/dev/alienswarm-reactivedrop/icon.png new file mode 100644 index 00000000000..12c31e9a1b1 Binary files /dev/null and b/charts/dev/alienswarm-reactivedrop/icon.png differ diff --git a/charts/dev/alienswarm-reactivedrop/templates/common.yaml b/charts/dev/alienswarm-reactivedrop/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/alienswarm-reactivedrop/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/alienswarm-reactivedrop/values.yaml b/charts/dev/alienswarm-reactivedrop/values.yaml new file mode 100644 index 00000000000..c8bec0cfaf5 --- /dev/null +++ b/charts/dev/alienswarm-reactivedrop/values.yaml @@ -0,0 +1,44 @@ +env: + GAME_ID: '563560' + GAME_NAME: reactivedrop + GAME_PARAMS: +map lobby -maxplayers 4 +exec server.cfg + GAME_PORT: '27015' + PASSWRD: '' + USERNAME: '' + VALIDATE: '' +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/alienswarm-reactivedrop + tag: latest +persistence: + serverfiles: + enabled: true + mountPath: /serverdata/serverfiles + steamcmd: + enabled: true + mountPath: /serverdata/steamcmd +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: true + ports: + main: + enabled: true + port: 27015 + protocol: UDP + targetPort: 27015 + tcp-rconport: + enabled: true + ports: + tcp-rconport: + enabled: true + port: 27015 + protocol: TCP + targetPort: 27015 +command: ["/bin/sh"] +args: ["-c", "groupmod -g ${GID} ${USER} && bash /opt/scripts/start.sh"] diff --git a/charts/dev/alienswarm/.helmignore b/charts/dev/alienswarm/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/alienswarm/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/alienswarm/CHANGELOG.md b/charts/dev/alienswarm/CHANGELOG.md new file mode 100644 index 00000000000..6613dbbb0ad --- /dev/null +++ b/charts/dev/alienswarm/CHANGELOG.md @@ -0,0 +1,47 @@ +# Changelog
+ + + +### [alienswarm-0.0.5](https://github.com/truecharts/apps/compare/alienswarm-0.0.4...alienswarm-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [alienswarm-0.0.4](https://github.com/truecharts/apps/compare/alienswarm-reactivedrop-0.0.3...alienswarm-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [alienswarm-0.0.3](https://github.com/truecharts/apps/compare/alienswarm-reactivedrop-0.0.2...alienswarm-0.0.3) (2022-04-20) + +#### Chore + +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [alienswarm-0.0.2](https://github.com/truecharts/apps/compare/alienswarm-reactivedrop-0.0.1...alienswarm-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + + + + +### alienswarm-0.0.1 (2022-04-08) + +#### Feat + +* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438)) diff --git a/charts/dev/alienswarm/Chart.yaml b/charts/dev/alienswarm/Chart.yaml new file mode 100644 index 00000000000..e4b2ed9ff7c --- /dev/null +++ b/charts/dev/alienswarm/Chart.yaml @@ -0,0 +1,30 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - GameServers + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: "This Docker will download and install SteamCMD. It will also install\ + \ Alien Swarm and run it.\r\n" +home: https://github.com/truecharts/apps/tree/master/charts/stable/alienswarm +icon: https://truecharts.org/_static/img/appicons/alienswarm.png +keywords: +- alienswarm +- GameServers +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: alienswarm +sources: +- https://www.steampowered.com/ +- https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.5 diff --git a/charts/dev/alienswarm/icon.png b/charts/dev/alienswarm/icon.png new file mode 100644 index 00000000000..70a9d93e214 Binary files /dev/null and b/charts/dev/alienswarm/icon.png differ diff --git a/charts/dev/alienswarm/templates/common.yaml b/charts/dev/alienswarm/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/alienswarm/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/alienswarm/values.yaml b/charts/dev/alienswarm/values.yaml new file mode 100644 index 00000000000..9ac3c975113 --- /dev/null +++ b/charts/dev/alienswarm/values.yaml @@ -0,0 +1,51 @@ +env: + GAME_ID: '635' + GAME_NAME: swarm + GAME_PARAMS: +map lobby -maxplayers 4 +exec server.cfg + GAME_PORT: '27015' + PASSWRD: '' + USERNAME: '' + VALIDATE: '' +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/alienswarm + tag: latest +persistence: + serverfiles: + enabled: true + mountPath: /serverdata/serverfiles + steamcmd: + enabled: true + mountPath: /serverdata/steamcmd +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: true + ports: + main: + enabled: true + port: 27015 + protocol: TCP + targetPort: 27015 + gameport: + enabled: true + ports: + tcp-rconport: + enabled: true + port: 27015 + protocol: UDP + targetPort: 27015 +command: ["/bin/sh"] +args: ["-c", "groupmod -g ${GID} ${USER} && bash /opt/scripts/start.sh"] +probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false diff --git a/charts/dev/altitude/.helmignore b/charts/dev/altitude/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/altitude/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/altitude/CHANGELOG.md b/charts/dev/altitude/CHANGELOG.md new file mode 100644 index 00000000000..280b66e8fb5 --- /dev/null +++ b/charts/dev/altitude/CHANGELOG.md @@ -0,0 +1,47 @@ +# Changelog
+ + + +### [altitude-0.0.5](https://github.com/truecharts/apps/compare/altitude-0.0.4...altitude-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [altitude-0.0.4](https://github.com/truecharts/apps/compare/altitude-0.0.3...altitude-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [altitude-0.0.3](https://github.com/truecharts/apps/compare/altitude-0.0.2...altitude-0.0.3) (2022-04-20) + +#### Chore + +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [altitude-0.0.2](https://github.com/truecharts/apps/compare/altitude-0.0.1...altitude-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + + + + +### altitude-0.0.1 (2022-04-08) + +#### Feat + +* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438)) diff --git a/charts/dev/altitude/Chart.yaml b/charts/dev/altitude/Chart.yaml new file mode 100644 index 00000000000..23ff2884f8f --- /dev/null +++ b/charts/dev/altitude/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - GameServers + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: "This Docker will download and install Altitude and run it.\r\n" +home: https://github.com/truecharts/apps/tree/master/charts/stable/altitude +icon: https://truecharts.org/_static/img/appicons/altitude.png +keywords: +- altitude +- GameServers +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: altitude +sources: +- https://www.steampowered.com/ +- https://hub.docker.com/r/ich777/altitude/ +type: application +version: 0.0.5 diff --git a/charts/dev/altitude/icon.png b/charts/dev/altitude/icon.png new file mode 100644 index 00000000000..593ce579548 Binary files /dev/null and b/charts/dev/altitude/icon.png differ diff --git a/charts/dev/altitude/templates/common.yaml b/charts/dev/altitude/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/altitude/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/altitude/values.yaml b/charts/dev/altitude/values.yaml new file mode 100644 index 00000000000..0fec6c004eb --- /dev/null +++ b/charts/dev/altitude/values.yaml @@ -0,0 +1,36 @@ +env: + DL_URL: http://installer.altitudegame.com/0.0.1/altitude.sh + GAME_PARAMS: '' +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/altitude + tag: latest +persistence: + serverfiles: + enabled: true + mountPath: /altitude +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: true + ports: + main: + enabled: true + port: 27276 + protocol: UDP + targetPort: 27276 + +command: ["/bin/sh"] +args: ["-c", "groupmod -g ${GID} ${USER} && bash /opt/scripts/start.sh"] +probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false diff --git a/charts/dev/ama/.helmignore b/charts/dev/ama/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/ama/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/ama/CHANGELOG.md b/charts/dev/ama/CHANGELOG.md new file mode 100644 index 00000000000..c66dc881d22 --- /dev/null +++ b/charts/dev/ama/CHANGELOG.md @@ -0,0 +1,46 @@ +# Changelog
+ + + +### [ama-0.0.5](https://github.com/truecharts/apps/compare/clamav-2.1.12...ama-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [ama-0.0.4](https://github.com/truecharts/apps/compare/tinymediamanager-1.0.10...ama-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [ama-0.0.3](https://github.com/truecharts/apps/compare/tinymediamanager-1.0.9...ama-0.0.3) (2022-04-20) + +#### Chore + +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [ama-0.0.2](https://github.com/truecharts/apps/compare/clamav-2.1.7...ama-0.0.2) (2022-04-12) + +#### Chore + +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + + + + +### [ama-0.0.1](https://github.com/truecharts/apps/compare/tinymediamanager-1.0.7...ama-0.0.1) (2022-04-08) + +#### Feat + +* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438)) diff --git a/charts/dev/ama/Chart.yaml b/charts/dev/ama/Chart.yaml new file mode 100644 index 00000000000..684e52451f3 --- /dev/null +++ b/charts/dev/ama/Chart.yaml @@ -0,0 +1,32 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - Downloaders + - MediaApp-Music + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: 'Automated Music Archiver :: This script will automatically archive music + using a popular online DL Client' +home: https://github.com/truecharts/apps/tree/master/charts/stable/ama +icon: https://truecharts.org/_static/img/appicons/ama.png +keywords: +- ama +- Downloaders +- MediaApp-Music +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: ama +sources: +- https://github.com/RandomNinjaAtk/docker-ama +- https://hub.docker.com/r/randomninjaatk/ama +type: application +version: 0.0.5 diff --git a/charts/dev/ama/icon.png b/charts/dev/ama/icon.png new file mode 100644 index 00000000000..0a3b8cd5b46 Binary files /dev/null and b/charts/dev/ama/icon.png differ diff --git a/charts/dev/ama/templates/common.yaml b/charts/dev/ama/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/ama/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/ama/values.yaml b/charts/dev/ama/values.yaml new file mode 100644 index 00000000000..712dc86f46b --- /dev/null +++ b/charts/dev/ama/values.yaml @@ -0,0 +1,52 @@ +env: + ALBUM_TYPE_FILTER: '' + ARL_TOKEN: '' + AUTOSTART: '' + BITRATE: '' + COMPLETE_MY_ARTISTS: '' + CONCURRENT_DOWNLOADS: '' + EMBEDDED_COVER_QUALITY: '' + FAN_COUNT: '' + FILE_PERMISSIONS: '' + FOLDER_PERMISSIONS: '' + FORCECONVERT: '' + FORMAT: '' + IGNORE_ARTIST_WITHOUT_IMAGE: '' + LIDARR_API_KEY: '' + LIDARR_LIST_IMPORT: '' + LIDARR_URL: '' + MODE: '' + NOTIFYPLEX: '' + PLEXLIBRARYNAME: '' + PLEXTOKEN: '' + PLEXURL: '' + POSTPROCESSTHREADS: '' + RELATED_ARTIST: '' + RELATED_ARTIST_RELATED: '' + RELATED_COUNT: '' + REPLAYGAIN: '' + REQUIRE_QUALITY: '' + SCRIPTINTERVAL: '' +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/ama + tag: latest +persistence: + config: + enabled: true + mountPath: /config + hostpathfordownloads-ama: + enabled: true + mountPath: /downloads-ama +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: false + ports: + main: + enabled: false diff --git a/charts/dev/ambd/.helmignore b/charts/dev/ambd/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/ambd/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/ambd/CHANGELOG.md b/charts/dev/ambd/CHANGELOG.md new file mode 100644 index 00000000000..dc8c15c939e --- /dev/null +++ b/charts/dev/ambd/CHANGELOG.md @@ -0,0 +1,47 @@ +# Changelog
+ + + +### [ambd-0.0.5](https://github.com/truecharts/apps/compare/ambd-0.0.4...ambd-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [ambd-0.0.4](https://github.com/truecharts/apps/compare/ambd-0.0.3...ambd-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [ambd-0.0.3](https://github.com/truecharts/apps/compare/ambd-0.0.2...ambd-0.0.3) (2022-04-20) + +#### Chore + +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [ambd-0.0.2](https://github.com/truecharts/apps/compare/ambd-0.0.1...ambd-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + + + + +### ambd-0.0.1 (2022-04-08) + +#### Feat + +* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438)) diff --git a/charts/dev/ambd/Chart.yaml b/charts/dev/ambd/Chart.yaml new file mode 100644 index 00000000000..b559a8482c1 --- /dev/null +++ b/charts/dev/ambd/Chart.yaml @@ -0,0 +1,32 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - Downloaders + - MediaApp-Music + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: 'Automated MusicBrainz Downloader :: This script will automatically archive + music using a popular online DL Client' +home: https://github.com/truecharts/apps/tree/master/charts/stable/ambd +icon: https://truecharts.org/_static/img/appicons/ambd.png +keywords: +- ambd +- Downloaders +- MediaApp-Music +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: ambd +sources: +- https://github.com/RandomNinjaAtk/docker-ambd +- https://hub.docker.com/r/randomninjaatk/ambd +type: application +version: 0.0.5 diff --git a/charts/dev/ambd/icon.png b/charts/dev/ambd/icon.png new file mode 100644 index 00000000000..0a3b8cd5b46 Binary files /dev/null and b/charts/dev/ambd/icon.png differ diff --git a/charts/dev/ambd/templates/common.yaml b/charts/dev/ambd/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/ambd/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/ambd/values.yaml b/charts/dev/ambd/values.yaml new file mode 100644 index 00000000000..faee9dfff23 --- /dev/null +++ b/charts/dev/ambd/values.yaml @@ -0,0 +1,39 @@ +env: + ARL_TOKEN: '' + AUTOSTART: '' + CONCURRENT_DOWNLOADS: '' + EMBEDDED_COVER_QUALITY: '' + FILE_PERMISSIONS: '' + FOLDER_PERMISSIONS: '' + NOTIFYPLEX: '' + PLEXLIBRARYNAME: '' + PLEXTOKEN: '' + PLEXURL: '' + QUALITY: '' + SCRIPTINTERVAL: '' +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/ambd + tag: latest +persistence: + config: + enabled: true + mountPath: /config + hostpathfordownloads-ambd: + enabled: true + mountPath: /downloads-ambd + hostpathforlibrary-ambd: + enabled: true + mountPath: /library-ambd +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: false + ports: + main: + enabled: false diff --git a/charts/dev/americasarmy-pg/.helmignore b/charts/dev/americasarmy-pg/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/americasarmy-pg/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/americasarmy-pg/CHANGELOG.md b/charts/dev/americasarmy-pg/CHANGELOG.md new file mode 100644 index 00000000000..af85ee3b30e --- /dev/null +++ b/charts/dev/americasarmy-pg/CHANGELOG.md @@ -0,0 +1,47 @@ +# Changelog
+ + + +### [americasarmy-pg-0.0.5](https://github.com/truecharts/apps/compare/americasarmy-pg-0.0.4...americasarmy-pg-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [americasarmy-pg-0.0.4](https://github.com/truecharts/apps/compare/americasarmy-pg-0.0.3...americasarmy-pg-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [americasarmy-pg-0.0.3](https://github.com/truecharts/apps/compare/americasarmy-pg-0.0.2...americasarmy-pg-0.0.3) (2022-04-20) + +#### Chore + +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [americasarmy-pg-0.0.2](https://github.com/truecharts/apps/compare/americasarmy-pg-0.0.1...americasarmy-pg-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + + + + +### americasarmy-pg-0.0.1 (2022-04-08) + +#### Feat + +* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438)) diff --git a/charts/dev/americasarmy-pg/Chart.yaml b/charts/dev/americasarmy-pg/Chart.yaml new file mode 100644 index 00000000000..0034a5599ca --- /dev/null +++ b/charts/dev/americasarmy-pg/Chart.yaml @@ -0,0 +1,30 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - GameServers + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: "This Docker will download and install SteamCMD. It will also install\ + \ America's Army: Proving Grounds and run it.\r\n" +home: https://github.com/truecharts/apps/tree/master/charts/stable/americasarmy-pg +icon: https://truecharts.org/_static/img/appicons/americasarmy-pg.png +keywords: +- americasarmy-pg +- GameServers +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: americasarmy-pg +sources: +- https://www.americasarmy.com/ +- https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.5 diff --git a/charts/dev/americasarmy-pg/icon.png b/charts/dev/americasarmy-pg/icon.png new file mode 100644 index 00000000000..94bcce9869f Binary files /dev/null and b/charts/dev/americasarmy-pg/icon.png differ diff --git a/charts/dev/americasarmy-pg/templates/common.yaml b/charts/dev/americasarmy-pg/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/americasarmy-pg/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/americasarmy-pg/values.yaml b/charts/dev/americasarmy-pg/values.yaml new file mode 100644 index 00000000000..dbc9abe243b --- /dev/null +++ b/charts/dev/americasarmy-pg/values.yaml @@ -0,0 +1,50 @@ +env: + GAME_ID: '203300' + GAME_PARAMS: -port=7778 -SAP=8778 -SQP=27015 -aauregion=1 -log=Server.log + PASSWRD: '' + SRV_NAME: Army Docker + USERNAME: '' + VALIDATE: '' +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/americasarmy-pg + tag: latest +persistence: + serverfiles: + enabled: true + mountPath: /serverdata/serverfiles + steamcmd: + enabled: true + mountPath: /serverdata/steamcmd +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: true + ports: + main: + enabled: true + port: 8778 + protocol: UDP + targetPort: 8778 + steamqueryport: + enabled: true + ports: + steamqueryport: + enabled: true + port: 27015 + protocol: UDP + targetPort: 27015 +command: ["/bin/sh"] +args: ["-c", "groupmod -g ${GID} ${USER} && bash /opt/scripts/start.sh"] +probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false diff --git a/charts/dev/amtd/.helmignore b/charts/dev/amtd/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/amtd/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/amtd/CHANGELOG.md b/charts/dev/amtd/CHANGELOG.md new file mode 100644 index 00000000000..4afac849fb7 --- /dev/null +++ b/charts/dev/amtd/CHANGELOG.md @@ -0,0 +1,47 @@ +# Changelog
+ + + +### [amtd-0.0.5](https://github.com/truecharts/apps/compare/amtd-0.0.4...amtd-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [amtd-0.0.4](https://github.com/truecharts/apps/compare/amtd-0.0.3...amtd-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [amtd-0.0.3](https://github.com/truecharts/apps/compare/amtd-0.0.2...amtd-0.0.3) (2022-04-20) + +#### Chore + +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [amtd-0.0.2](https://github.com/truecharts/apps/compare/amtd-0.0.1...amtd-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + + + + +### amtd-0.0.1 (2022-04-08) + +#### Feat + +* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438)) diff --git a/charts/dev/amtd/Chart.yaml b/charts/dev/amtd/Chart.yaml new file mode 100644 index 00000000000..ae7660f7c66 --- /dev/null +++ b/charts/dev/amtd/Chart.yaml @@ -0,0 +1,34 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - Downloaders + - MediaApp-Video + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: 'Automated Movie Trailer Downloader :: AMTD is a Radarr Companion script + to automatically download movie trailers for use in media applications + + ' +home: https://github.com/truecharts/apps/tree/master/charts/stable/amtd +icon: https://truecharts.org/_static/img/appicons/amtd.png +keywords: +- amtd +- Downloaders +- MediaApp-Video +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: amtd +sources: +- https://github.com/RandomNinjaAtk/docker-amtd +- https://hub.docker.com/r/randomninjaatk/amtd +type: application +version: 0.0.5 diff --git a/charts/dev/amtd/icon.png b/charts/dev/amtd/icon.png new file mode 100644 index 00000000000..74c1867a6a0 Binary files /dev/null and b/charts/dev/amtd/icon.png differ diff --git a/charts/dev/amtd/templates/common.yaml b/charts/dev/amtd/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/amtd/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/amtd/values.yaml b/charts/dev/amtd/values.yaml new file mode 100644 index 00000000000..5f9caa0e139 --- /dev/null +++ b/charts/dev/amtd/values.yaml @@ -0,0 +1,35 @@ +env: + AUTOSTART: '' + EndClient: '' + FilePermissions: '' + FolderPermissions: '' + LANGUAGES: '' + PREFER_EXISTING: '' + RadarrAPIkey: '' + RadarrUrl: '' + SCRIPTINTERVAL: '' + SINGLETRAILER: '' + USEFOLDERS: '' + extrastype: '' + subtitlelanguage: '' + videoformat: '' +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/amtd + tag: latest +persistence: + config: + enabled: true + mountPath: /config +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: false + ports: + main: + enabled: false diff --git a/charts/dev/amule/.helmignore b/charts/dev/amule/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/amule/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/amule/CHANGELOG.md b/charts/dev/amule/CHANGELOG.md new file mode 100644 index 00000000000..818cc7c1b39 --- /dev/null +++ b/charts/dev/amule/CHANGELOG.md @@ -0,0 +1,47 @@ +# Changelog
+ + + +### [amule-0.0.5](https://github.com/truecharts/apps/compare/amule-0.0.4...amule-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [amule-0.0.4](https://github.com/truecharts/apps/compare/amule-0.0.3...amule-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [amule-0.0.3](https://github.com/truecharts/apps/compare/amule-0.0.2...amule-0.0.3) (2022-04-20) + +#### Chore + +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [amule-0.0.2](https://github.com/truecharts/apps/compare/amule-0.0.1...amule-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + + + + +### amule-0.0.1 (2022-04-08) + +#### Feat + +* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438)) diff --git a/charts/dev/amule/Chart.yaml b/charts/dev/amule/Chart.yaml new file mode 100644 index 00000000000..11c0883d945 --- /dev/null +++ b/charts/dev/amule/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - Downloaders + - Productivity + - Tools-Utilities + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: "DESCRIPTION\r\n" +home: https://github.com/truecharts/apps/tree/master/charts/stable/amule +icon: https://truecharts.org/_static/img/appicons/amule.png +keywords: +- amule +- Downloaders +- Productivity +- Tools-Utilities +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: amule +sources: +- https://github.com/t-chab/dockerfiles +- https://hub.docker.com/r/tchabaud/amule +type: application +version: 0.0.5 diff --git a/charts/dev/amule/icon.png b/charts/dev/amule/icon.png new file mode 100644 index 00000000000..f53814854ad Binary files /dev/null and b/charts/dev/amule/icon.png differ diff --git a/charts/dev/amule/templates/common.yaml b/charts/dev/amule/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/amule/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/amule/values.yaml b/charts/dev/amule/values.yaml new file mode 100644 index 00000000000..d1eece54c88 --- /dev/null +++ b/charts/dev/amule/values.yaml @@ -0,0 +1,48 @@ +env: + WEBUI_PWD: admin + WEBUI_TEMPLATE: default +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/amule + tag: latest +persistence: + storagecomplete: + enabled: true + mountPath: /incoming + storageconfig: + enabled: true + mountPath: /home/amule/.aMule + storageincomplete: + enabled: true + mountPath: /temp +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: true + ports: + main: + enabled: true + port: 4711 + protocol: HTTP + targetPort: 4711 + porttcp: + enabled: true + ports: + porttcp: + enabled: true + port: 4662 + protocol: TCP + targetPort: 4662 + portudp: + enabled: true + ports: + portudp: + enabled: true + port: 4672 + protocol: UDP + targetPort: 4672 diff --git a/charts/dev/amvd/.helmignore b/charts/dev/amvd/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/amvd/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/amvd/CHANGELOG.md b/charts/dev/amvd/CHANGELOG.md new file mode 100644 index 00000000000..e627a3ece55 --- /dev/null +++ b/charts/dev/amvd/CHANGELOG.md @@ -0,0 +1,47 @@ +# Changelog
+ + + +### [amvd-0.0.5](https://github.com/truecharts/apps/compare/amvd-0.0.4...amvd-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [amvd-0.0.4](https://github.com/truecharts/apps/compare/amvd-0.0.3...amvd-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [amvd-0.0.3](https://github.com/truecharts/apps/compare/amvd-0.0.2...amvd-0.0.3) (2022-04-20) + +#### Chore + +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [amvd-0.0.2](https://github.com/truecharts/apps/compare/amvd-0.0.1...amvd-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + + + + +### amvd-0.0.1 (2022-04-08) + +#### Feat + +* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438)) diff --git a/charts/dev/amvd/Chart.yaml b/charts/dev/amvd/Chart.yaml new file mode 100644 index 00000000000..2fbfd3f9c58 --- /dev/null +++ b/charts/dev/amvd/Chart.yaml @@ -0,0 +1,32 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - Downloaders + - MediaApp-Video + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: 'Automated Music Video Downloader :: AMVD is a Lidarr Companion script + to automatically download and tag Music Videos for use in various media applications' +home: https://github.com/truecharts/apps/tree/master/charts/stable/amvd +icon: https://truecharts.org/_static/img/appicons/amvd.png +keywords: +- amvd +- Downloaders +- MediaApp-Video +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: amvd +sources: +- https://github.com/RandomNinjaAtk/docker-amvd +- https://hub.docker.com/r/randomninjaatk/amvd +type: application +version: 0.0.5 diff --git a/charts/dev/amvd/icon.png b/charts/dev/amvd/icon.png new file mode 100644 index 00000000000..878f01e933d Binary files /dev/null and b/charts/dev/amvd/icon.png differ diff --git a/charts/dev/amvd/templates/common.yaml b/charts/dev/amvd/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/amvd/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/amvd/values.yaml b/charts/dev/amvd/values.yaml new file mode 100644 index 00000000000..c6c6b5b2d48 --- /dev/null +++ b/charts/dev/amvd/values.yaml @@ -0,0 +1,40 @@ +env: + AUTOSTART: '' + CountryCode: '' + FilePermissions: '' + FolderPermissions: '' + LidarrAPIkey: '' + LidarrUrl: '' + MBRAINZMIRROR: '' + MBRATELIMIT: '' + RequireVideoMatch: '' + SCRIPTINTERVAL: '' + SOURCE_CONNECTION: '' + USEFOLDERS: '' + USEVIDEOFOLDERS: '' + WriteNFOs: '' + subtitlelanguage: '' + videofilter: '' +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/amvd + tag: latest +persistence: + config: + enabled: true + mountPath: /config + hostpathfordownloads-amvd: + enabled: true + mountPath: /downloads-amvd +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: false + ports: + main: + enabled: false diff --git a/charts/dev/android-8-0/.helmignore b/charts/dev/android-8-0/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/android-8-0/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/android-8-0/CHANGELOG.md b/charts/dev/android-8-0/CHANGELOG.md new file mode 100644 index 00000000000..8a421c545a8 --- /dev/null +++ b/charts/dev/android-8-0/CHANGELOG.md @@ -0,0 +1,47 @@ +# Changelog
+ + + +### [android-8-0-0.0.5](https://github.com/truecharts/apps/compare/android-8-0-0.0.4...android-8-0-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [android-8-0-0.0.4](https://github.com/truecharts/apps/compare/android-8-0-0.0.3...android-8-0-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [android-8-0-0.0.3](https://github.com/truecharts/apps/compare/android-8-0-0.0.2...android-8-0-0.0.3) (2022-04-20) + +#### Chore + +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [android-8-0-0.0.2](https://github.com/truecharts/apps/compare/android-8-0-0.0.1...android-8-0-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + + + + +### android-8-0-0.0.1 (2022-04-08) + +#### Feat + +* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438)) diff --git a/charts/dev/android-8-0/Chart.yaml b/charts/dev/android-8-0/Chart.yaml new file mode 100644 index 00000000000..83faa297e4e --- /dev/null +++ b/charts/dev/android-8-0/Chart.yaml @@ -0,0 +1,30 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - Other + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: Android in docker solution with noVNC supported and video recording. + Work way better with Intel CPUs because AMD doesn't an cpu graphics card. So with + amd cpus can be unusable. +home: https://github.com/truecharts/apps/tree/master/charts/stable/android-8-0 +icon: https://truecharts.org/_static/img/appicons/android-8-0.png +keywords: +- android-8-0 +- Other +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: android-8-0 +sources: +- https://registry.hub.docker.com/r/ulisses1478/docker-android +type: application +version: 0.0.5 diff --git a/charts/dev/android-8-0/icon.png b/charts/dev/android-8-0/icon.png new file mode 100644 index 00000000000..5e5f4f2f0d7 Binary files /dev/null and b/charts/dev/android-8-0/icon.png differ diff --git a/charts/dev/android-8-0/templates/common.yaml b/charts/dev/android-8-0/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/android-8-0/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/android-8-0/values.yaml b/charts/dev/android-8-0/values.yaml new file mode 100644 index 00000000000..983d41965e6 --- /dev/null +++ b/charts/dev/android-8-0/values.yaml @@ -0,0 +1,18 @@ +env: {} +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/android-8-0 + tag: latest +persistence: {} +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: false + ports: + main: + enabled: false diff --git a/charts/dev/androiddebugbridge/.helmignore b/charts/dev/androiddebugbridge/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/androiddebugbridge/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/androiddebugbridge/CHANGELOG.md b/charts/dev/androiddebugbridge/CHANGELOG.md new file mode 100644 index 00000000000..8e27fdb8f22 --- /dev/null +++ b/charts/dev/androiddebugbridge/CHANGELOG.md @@ -0,0 +1,47 @@ +# Changelog
+ + + +### [androiddebugbridge-0.0.5](https://github.com/truecharts/apps/compare/androiddebugbridge-0.0.4...androiddebugbridge-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [androiddebugbridge-0.0.4](https://github.com/truecharts/apps/compare/androiddebugbridge-0.0.3...androiddebugbridge-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [androiddebugbridge-0.0.3](https://github.com/truecharts/apps/compare/androiddebugbridge-0.0.2...androiddebugbridge-0.0.3) (2022-04-20) + +#### Chore + +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [androiddebugbridge-0.0.2](https://github.com/truecharts/apps/compare/androiddebugbridge-0.0.1...androiddebugbridge-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + + + + +### androiddebugbridge-0.0.1 (2022-04-08) + +#### Feat + +* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438)) diff --git a/charts/dev/androiddebugbridge/Chart.yaml b/charts/dev/androiddebugbridge/Chart.yaml new file mode 100644 index 00000000000..81705c58109 --- /dev/null +++ b/charts/dev/androiddebugbridge/Chart.yaml @@ -0,0 +1,30 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - HomeAutomation + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: "Control AndroidTV/FireTV devices through ADB from the Home Assistant\ + \ Core docker image.\r\n" +home: https://github.com/truecharts/apps/tree/master/charts/stable/androiddebugbridge +icon: https://truecharts.org/_static/img/appicons/androiddebugbridge.png +keywords: +- androiddebugbridge +- HomeAutomation +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: androiddebugbridge +sources: +- https://hub.docker.com/r/barnybbb/adb-hass-androidtv +- https://hub.docker.com/r/barnybbb/adb-hass-androidtv/ +type: application +version: 0.0.5 diff --git a/charts/dev/androiddebugbridge/icon.png b/charts/dev/androiddebugbridge/icon.png new file mode 100644 index 00000000000..1eb4960bfcc Binary files /dev/null and b/charts/dev/androiddebugbridge/icon.png differ diff --git a/charts/dev/androiddebugbridge/templates/common.yaml b/charts/dev/androiddebugbridge/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/androiddebugbridge/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/androiddebugbridge/values.yaml b/charts/dev/androiddebugbridge/values.yaml new file mode 100644 index 00000000000..d1b6b77f6a3 --- /dev/null +++ b/charts/dev/androiddebugbridge/values.yaml @@ -0,0 +1,24 @@ +env: + bootwait: '10' + checkfreq: '30' + devicelist: 10.0.0.192:5555 +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/androiddebugbridge + tag: latest +persistence: {} +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: true + ports: + main: + enabled: true + port: 5037 + protocol: TCP + targetPort: 5037 diff --git a/charts/dev/anope/.helmignore b/charts/dev/anope/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/anope/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/anope/CHANGELOG.md b/charts/dev/anope/CHANGELOG.md new file mode 100644 index 00000000000..3367aec6032 --- /dev/null +++ b/charts/dev/anope/CHANGELOG.md @@ -0,0 +1,47 @@ +# Changelog
+ + + +### [anope-0.0.5](https://github.com/truecharts/apps/compare/anope-0.0.4...anope-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [anope-0.0.4](https://github.com/truecharts/apps/compare/anope-0.0.3...anope-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [anope-0.0.3](https://github.com/truecharts/apps/compare/anope-0.0.2...anope-0.0.3) (2022-04-20) + +#### Chore + +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [anope-0.0.2](https://github.com/truecharts/apps/compare/anope-0.0.1...anope-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + + + + +### anope-0.0.1 (2022-04-08) + +#### Feat + +* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438)) diff --git a/charts/dev/anope/Chart.yaml b/charts/dev/anope/Chart.yaml new file mode 100644 index 00000000000..42aaa44807e --- /dev/null +++ b/charts/dev/anope/Chart.yaml @@ -0,0 +1,34 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - Network-Other + - Productivity + - Tools-Utilities + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: "Anope is a set of IRC Services designed for flexibility and ease of\ + \ use.\r\n" +home: https://github.com/truecharts/apps/tree/master/charts/stable/anope +icon: https://truecharts.org/_static/img/appicons/anope.png +keywords: +- anope +- Network-Other +- Productivity +- Tools-Utilities +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: anope +sources: +- https://thelounge.chat/ +- https://hub.docker.com/r/ich777/anope +type: application +version: 0.0.5 diff --git a/charts/dev/anope/icon.png b/charts/dev/anope/icon.png new file mode 100644 index 00000000000..29f4d82a59a Binary files /dev/null and b/charts/dev/anope/icon.png differ diff --git a/charts/dev/anope/templates/common.yaml b/charts/dev/anope/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/anope/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/anope/values.yaml b/charts/dev/anope/values.yaml new file mode 100644 index 00000000000..16269f53522 --- /dev/null +++ b/charts/dev/anope/values.yaml @@ -0,0 +1,31 @@ +env: + CASEMAP: rfc1459 + DATA_PERM: '770' + HOST: irc.example.com + IP_ADDR: '' + IRCD: inspircd3 + LOCAL_HOSTNAME: services + PASSWORD: '' + PORT: '7000' + SSL: 'yes' + UMASK: '000' +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/anope + tag: latest +persistence: + datapath: + enabled: true + mountPath: /anope +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: false + ports: + main: + enabled: false diff --git a/charts/dev/apache-webdav/.helmignore b/charts/dev/apache-webdav/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/apache-webdav/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/apache-webdav/CHANGELOG.md b/charts/dev/apache-webdav/CHANGELOG.md new file mode 100644 index 00000000000..fd2f2376fd1 --- /dev/null +++ b/charts/dev/apache-webdav/CHANGELOG.md @@ -0,0 +1,47 @@ +# Changelog
+ + + +### [apache-webdav-0.0.5](https://github.com/truecharts/apps/compare/apache-webdav-0.0.4...apache-webdav-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [apache-webdav-0.0.4](https://github.com/truecharts/apps/compare/apache-webdav-0.0.3...apache-webdav-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [apache-webdav-0.0.3](https://github.com/truecharts/apps/compare/apache-webdav-0.0.2...apache-webdav-0.0.3) (2022-04-20) + +#### Chore + +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [apache-webdav-0.0.2](https://github.com/truecharts/apps/compare/apache-webdav-0.0.1...apache-webdav-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + + + + +### apache-webdav-0.0.1 (2022-04-08) + +#### Feat + +* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438)) diff --git a/charts/dev/apache-webdav/Chart.yaml b/charts/dev/apache-webdav/Chart.yaml new file mode 100644 index 00000000000..1ce3e0f081d --- /dev/null +++ b/charts/dev/apache-webdav/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - Cloud + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: "Very simple WebDAV server based on Apache. You need a WebDAV client\ + \ to transfer files. It does not include a WebUI to upload files through your browser.\r\ + \n" +home: https://github.com/truecharts/apps/tree/master/charts/stable/apache-webdav +icon: https://truecharts.org/_static/img/appicons/apache-webdav.png +keywords: +- apache-webdav +- Cloud +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: apache-webdav +sources: +- https://httpd.apache.org/docs/2.4/mod/mod_dav.html +- https://github.com/mgutt/docker-apachewebdav +type: application +version: 0.0.5 diff --git a/charts/dev/apache-webdav/icon.png b/charts/dev/apache-webdav/icon.png new file mode 100644 index 00000000000..a0ac835578c Binary files /dev/null and b/charts/dev/apache-webdav/icon.png differ diff --git a/charts/dev/apache-webdav/templates/common.yaml b/charts/dev/apache-webdav/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/apache-webdav/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/apache-webdav/values.yaml b/charts/dev/apache-webdav/values.yaml new file mode 100644 index 00000000000..c8572b22771 --- /dev/null +++ b/charts/dev/apache-webdav/values.yaml @@ -0,0 +1,36 @@ +env: + ANONYMOUS_METHODS: '' + AUTH_TYPE: Basic + LOCATION: / + PASSWORD: '' + PUMASK: '0000' + REALM: WebDAV-Login + SERVER_NAMES: localhost + SSL_CERT: '' + USERNAME: '' +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/apache-webdav + tag: latest +persistence: + config: + enabled: true + mountPath: /var/lib/dav + data: + enabled: true + mountPath: /var/lib/dav/data +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: true + ports: + main: + enabled: true + port: 8384 + protocol: TCP + targetPort: 80 diff --git a/charts/dev/apprise-api/.helmignore b/charts/dev/apprise-api/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/apprise-api/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/apprise-api/CHANGELOG.md b/charts/dev/apprise-api/CHANGELOG.md new file mode 100644 index 00000000000..1fffe6e5b5c --- /dev/null +++ b/charts/dev/apprise-api/CHANGELOG.md @@ -0,0 +1,47 @@ +# Changelog
+ + + +### [apprise-api-0.0.5](https://github.com/truecharts/apps/compare/apprise-api-0.0.4...apprise-api-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [apprise-api-0.0.4](https://github.com/truecharts/apps/compare/apprise-api-0.0.3...apprise-api-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [apprise-api-0.0.3](https://github.com/truecharts/apps/compare/apprise-api-0.0.2...apprise-api-0.0.3) (2022-04-20) + +#### Chore + +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [apprise-api-0.0.2](https://github.com/truecharts/apps/compare/apprise-api-0.0.1...apprise-api-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + + + + +### apprise-api-0.0.1 (2022-04-08) + +#### Feat + +* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438)) diff --git a/charts/dev/apprise-api/Chart.yaml b/charts/dev/apprise-api/Chart.yaml new file mode 100644 index 00000000000..84cc78f0228 --- /dev/null +++ b/charts/dev/apprise-api/Chart.yaml @@ -0,0 +1,34 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - Other + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: 'Apprise-api(https://github.com/caronc/apprise-api) Takes advantage of + Apprise(https://github.com/caronc/apprise) through your network with a user-friendly + API. + + ' +home: https://github.com/truecharts/apps/tree/master/charts/stable/apprise-api +icon: https://truecharts.org/_static/img/appicons/apprise-api.png +keywords: +- apprise-api +- Other +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: apprise-api +sources: +- https://github.com/caronc/apprise-api +- https://github.com/orgs/linuxserver/packages/container/package/apprise-api +- https://github.com/linuxserver/docker-apprise-api#readme +type: application +version: 0.0.5 diff --git a/charts/dev/apprise-api/icon.png b/charts/dev/apprise-api/icon.png new file mode 100644 index 00000000000..cf3ec321e6b Binary files /dev/null and b/charts/dev/apprise-api/icon.png differ diff --git a/charts/dev/apprise-api/templates/common.yaml b/charts/dev/apprise-api/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/apprise-api/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/apprise-api/values.yaml b/charts/dev/apprise-api/values.yaml new file mode 100644 index 00000000000..8b408620c87 --- /dev/null +++ b/charts/dev/apprise-api/values.yaml @@ -0,0 +1,25 @@ +env: + UMASK: '' +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/apprise-api + tag: latest +persistence: + config: + enabled: true + mountPath: /config +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: true + ports: + main: + enabled: true + port: 8000 + protocol: TCP + targetPort: 8000 diff --git a/charts/dev/apt-cacher-ng/.helmignore b/charts/dev/apt-cacher-ng/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/apt-cacher-ng/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/apt-cacher-ng/CHANGELOG.md b/charts/dev/apt-cacher-ng/CHANGELOG.md new file mode 100644 index 00000000000..6a4da800b5a --- /dev/null +++ b/charts/dev/apt-cacher-ng/CHANGELOG.md @@ -0,0 +1,47 @@ +# Changelog
+ + + +### [apt-cacher-ng-0.0.5](https://github.com/truecharts/apps/compare/apt-cacher-ng-0.0.4...apt-cacher-ng-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [apt-cacher-ng-0.0.4](https://github.com/truecharts/apps/compare/apt-cacher-ng-0.0.3...apt-cacher-ng-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [apt-cacher-ng-0.0.3](https://github.com/truecharts/apps/compare/apt-cacher-ng-0.0.2...apt-cacher-ng-0.0.3) (2022-04-20) + +#### Chore + +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [apt-cacher-ng-0.0.2](https://github.com/truecharts/apps/compare/apt-cacher-ng-0.0.1...apt-cacher-ng-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + + + + +### apt-cacher-ng-0.0.1 (2022-04-08) + +#### Feat + +* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438)) diff --git a/charts/dev/apt-cacher-ng/Chart.yaml b/charts/dev/apt-cacher-ng/Chart.yaml new file mode 100644 index 00000000000..717fd2121e8 --- /dev/null +++ b/charts/dev/apt-cacher-ng/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - Network-Proxy + - Network-Other + - Tools-Utilities + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: Apt-Cacher NG is a caching proxy, specialized for package files from + Linux distributors, primarily for Debian (and Debian based) distributions but not + limited to those. +home: https://github.com/truecharts/apps/tree/master/charts/stable/apt-cacher-ng +icon: https://truecharts.org/_static/img/appicons/apt-cacher-ng.png +keywords: +- apt-cacher-ng +- Network-Proxy +- Network-Other +- Tools-Utilities +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: apt-cacher-ng +sources: +- https://www.unix-ag.uni-kl.de/~bloch/acng/ +- https://hub.docker.com/r/sameersbn/apt-cacher-ng/ +type: application +version: 0.0.5 diff --git a/charts/dev/apt-cacher-ng/icon.png b/charts/dev/apt-cacher-ng/icon.png new file mode 100644 index 00000000000..739ab24207c Binary files /dev/null and b/charts/dev/apt-cacher-ng/icon.png differ diff --git a/charts/dev/apt-cacher-ng/templates/common.yaml b/charts/dev/apt-cacher-ng/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/apt-cacher-ng/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/apt-cacher-ng/values.yaml b/charts/dev/apt-cacher-ng/values.yaml new file mode 100644 index 00000000000..87ad85a914d --- /dev/null +++ b/charts/dev/apt-cacher-ng/values.yaml @@ -0,0 +1,24 @@ +env: {} +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/apt-cacher-ng + tag: latest +persistence: + apt-cacher-ng: + enabled: true + mountPath: /var/cache/apt-cacher-ng +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: true + ports: + main: + enabled: true + port: 3142 + protocol: TCP + targetPort: 3142 diff --git a/charts/dev/archiveteam-warrior/.helmignore b/charts/dev/archiveteam-warrior/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/archiveteam-warrior/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/archiveteam-warrior/CHANGELOG.md b/charts/dev/archiveteam-warrior/CHANGELOG.md new file mode 100644 index 00000000000..7f8e1f9d50a --- /dev/null +++ b/charts/dev/archiveteam-warrior/CHANGELOG.md @@ -0,0 +1,47 @@ +# Changelog
+ + + +### [archiveteam-warrior-0.0.5](https://github.com/truecharts/apps/compare/archiveteam-warrior-0.0.4...archiveteam-warrior-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [archiveteam-warrior-0.0.4](https://github.com/truecharts/apps/compare/archiveteam-warrior-0.0.3...archiveteam-warrior-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [archiveteam-warrior-0.0.3](https://github.com/truecharts/apps/compare/archiveteam-warrior-0.0.2...archiveteam-warrior-0.0.3) (2022-04-20) + +#### Chore + +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [archiveteam-warrior-0.0.2](https://github.com/truecharts/apps/compare/archiveteam-warrior-0.0.1...archiveteam-warrior-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + + + + +### archiveteam-warrior-0.0.1 (2022-04-08) + +#### Feat + +* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438)) diff --git a/charts/dev/archiveteam-warrior/Chart.yaml b/charts/dev/archiveteam-warrior/Chart.yaml new file mode 100644 index 00000000000..6886da97532 --- /dev/null +++ b/charts/dev/archiveteam-warrior/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - Backup + - Cloud + - Downloaders + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: "The Archive Team Warrior is a virtual archiving appliance. You can run\ + \ it to help with the Archive Team archiving efforts. It will download sites and\ + \ upload them to our archive\u2014and it\u2019s really easy to do!\r\n" +home: https://github.com/truecharts/apps/tree/master/charts/stable/archiveteam-warrior +icon: https://truecharts.org/_static/img/appicons/archiveteam-warrior.png +keywords: +- archiveteam-warrior +- Backup +- Cloud +- Downloaders +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: archiveteam-warrior +sources: +- https://wiki.archiveteam.org/index.php/ArchiveTeam_Warrior +- https://hub.docker.com/r/archiveteam/warrior-dockerfile/ +type: application +version: 0.0.5 diff --git a/charts/dev/archiveteam-warrior/icon.png b/charts/dev/archiveteam-warrior/icon.png new file mode 100644 index 00000000000..e1675579d21 Binary files /dev/null and b/charts/dev/archiveteam-warrior/icon.png differ diff --git a/charts/dev/archiveteam-warrior/templates/common.yaml b/charts/dev/archiveteam-warrior/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/archiveteam-warrior/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/archiveteam-warrior/values.yaml b/charts/dev/archiveteam-warrior/values.yaml new file mode 100644 index 00000000000..6f4a4a939a8 --- /dev/null +++ b/charts/dev/archiveteam-warrior/values.yaml @@ -0,0 +1,24 @@ +env: {} +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/archiveteam-warrior + tag: latest +persistence: + appdata: + enabled: true + mountPath: /var/run/docker.sock +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: true + ports: + main: + enabled: true + port: 8001 + protocol: TCP + targetPort: 8001 diff --git a/charts/dev/arksurvivalevolved/.helmignore b/charts/dev/arksurvivalevolved/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/arksurvivalevolved/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/arksurvivalevolved/CHANGELOG.md b/charts/dev/arksurvivalevolved/CHANGELOG.md new file mode 100644 index 00000000000..f0dbce9e331 --- /dev/null +++ b/charts/dev/arksurvivalevolved/CHANGELOG.md @@ -0,0 +1,47 @@ +# Changelog
+ + + +### [arksurvivalevolved-0.0.5](https://github.com/truecharts/apps/compare/arksurvivalevolved-0.0.4...arksurvivalevolved-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [arksurvivalevolved-0.0.4](https://github.com/truecharts/apps/compare/arksurvivalevolved-0.0.3...arksurvivalevolved-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [arksurvivalevolved-0.0.3](https://github.com/truecharts/apps/compare/arksurvivalevolved-0.0.2...arksurvivalevolved-0.0.3) (2022-04-20) + +#### Chore + +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [arksurvivalevolved-0.0.2](https://github.com/truecharts/apps/compare/arksurvivalevolved-0.0.1...arksurvivalevolved-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + + + + +### arksurvivalevolved-0.0.1 (2022-04-08) + +#### Feat + +* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438)) diff --git a/charts/dev/arksurvivalevolved/Chart.yaml b/charts/dev/arksurvivalevolved/Chart.yaml new file mode 100644 index 00000000000..64304341153 --- /dev/null +++ b/charts/dev/arksurvivalevolved/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - GameServers + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: "This Docker will download and install SteamCMD. It will also install\ + \ ARK:SurvivalEvolved and run it (Normal server startup of ARK can take a long time!).\r\ + \n" +home: https://github.com/truecharts/apps/tree/master/charts/stable/arksurvivalevolved +icon: https://truecharts.org/_static/img/appicons/arksurvivalevolved.png +keywords: +- arksurvivalevolved +- GameServers +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: arksurvivalevolved +sources: +- https://survivetheark.com/ +- https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.5 diff --git a/charts/dev/arksurvivalevolved/icon.png b/charts/dev/arksurvivalevolved/icon.png new file mode 100644 index 00000000000..c3e1539bf8f Binary files /dev/null and b/charts/dev/arksurvivalevolved/icon.png differ diff --git a/charts/dev/arksurvivalevolved/templates/common.yaml b/charts/dev/arksurvivalevolved/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/arksurvivalevolved/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/arksurvivalevolved/values.yaml b/charts/dev/arksurvivalevolved/values.yaml new file mode 100644 index 00000000000..c9054410eff --- /dev/null +++ b/charts/dev/arksurvivalevolved/values.yaml @@ -0,0 +1,63 @@ +env: + GAME_ID: '376030' + GAME_PARAMS: '' + GAME_PARAMS_EXTRA: -server -log + MAP: TheIsland + PASSWRD: '' + SERVER_NAME: '' + SRV_ADMIN_PWD: '' + SRV_PWD: '' + USERNAME: '' + VALIDATE: '' +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/arksurvivalevolved + tag: latest +persistence: + serverfiles: + enabled: true + mountPath: /serverdata/serverfiles + steamcmd: + enabled: true + mountPath: /serverdata/steamcmd +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: true + ports: + main: + enabled: true + port: 7777 + protocol: UDP + targetPort: 7777 + rcontcp: + enabled: true + ports: + rcontcp: + enabled: true + port: 27020 + protocol: TCP + targetPort: 27020 + udp2: + enabled: true + ports: + udp2: + enabled: true + port: 7778 + protocol: UDP + targetPort: 7778 + udpsteam: + enabled: true + ports: + udpsteam: + enabled: true + port: 27015 + protocol: UDP + targetPort: 27015 +command: ["/bin/sh"] +args: ["-c", "groupmod -g ${GID} ${USER} && bash /opt/scripts/start.sh"] diff --git a/charts/dev/arma3/.helmignore b/charts/dev/arma3/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/arma3/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/arma3/CHANGELOG.md b/charts/dev/arma3/CHANGELOG.md new file mode 100644 index 00000000000..23efa4ad1ea --- /dev/null +++ b/charts/dev/arma3/CHANGELOG.md @@ -0,0 +1,47 @@ +# Changelog
+ + + +### [arma3-0.0.5](https://github.com/truecharts/apps/compare/arma3-0.0.4...arma3-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [arma3-0.0.4](https://github.com/truecharts/apps/compare/arma3exilemod-0.0.3...arma3-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [arma3-0.0.3](https://github.com/truecharts/apps/compare/arma3exilemod-0.0.2...arma3-0.0.3) (2022-04-20) + +#### Chore + +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [arma3-0.0.2](https://github.com/truecharts/apps/compare/arma3exilemod-0.0.1...arma3-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + + + + +### arma3-0.0.1 (2022-04-08) + +#### Feat + +* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438)) diff --git a/charts/dev/arma3/Chart.yaml b/charts/dev/arma3/Chart.yaml new file mode 100644 index 00000000000..5ccc9487acd --- /dev/null +++ b/charts/dev/arma3/Chart.yaml @@ -0,0 +1,30 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - GameServers + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: "This Docker will download and install SteamCMD. It will also install\ + \ ArmA III and run it.\r\n" +home: https://github.com/truecharts/apps/tree/master/charts/stable/arma3 +icon: https://truecharts.org/_static/img/appicons/arma3.png +keywords: +- arma3 +- GameServers +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: arma3 +sources: +- https://arma3.com/ +- https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.5 diff --git a/charts/dev/arma3/icon.png b/charts/dev/arma3/icon.png new file mode 100644 index 00000000000..a2e01f5aa98 Binary files /dev/null and b/charts/dev/arma3/icon.png differ diff --git a/charts/dev/arma3/templates/common.yaml b/charts/dev/arma3/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/arma3/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/arma3/values.yaml b/charts/dev/arma3/values.yaml new file mode 100644 index 00000000000..160238487ff --- /dev/null +++ b/charts/dev/arma3/values.yaml @@ -0,0 +1,78 @@ +env: + GAME_ID: '233780' + GAME_PARAMS: -config=server.cfg -mod= + GAME_PORT: '2302' + PASSWRD: '' + USERNAME: '' + VALIDATE: '' +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/arma3 + tag: latest +persistence: + profiles: + enabled: true + mountPath: /serverdata/.local/share + serverfiles: + enabled: true + mountPath: /serverdata/serverfiles + steamcmd: + enabled: true + mountPath: /serverdata/steamcmd +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: true + ports: + main: + enabled: true + port: 2302 + protocol: TCP + targetPort: 2302 + udpbattleyetra: + enabled: true + ports: + udpbattleyetra: + enabled: true + port: 2306 + protocol: UDP + targetPort: 2306 + udpgameport: + enabled: true + ports: + udpgameport: + enabled: true + port: 2302 + protocol: UDP + targetPort: 2302 + udpsteammaster: + enabled: true + ports: + udpsteammaster: + enabled: true + port: 2304 + protocol: UDP + targetPort: 2304 + udpsteamquerry: + enabled: true + ports: + udpsteamquerry: + enabled: true + port: 2303 + protocol: UDP + targetPort: 2303 + udpvonport: + enabled: true + ports: + udpvonport: + enabled: true + port: 2305 + protocol: UDP + targetPort: 2305 +command: ["/bin/sh"] +args: ["-c", "groupmod -g ${GID} ${USER} && bash /opt/scripts/start.sh"] diff --git a/charts/dev/arma3exilemod/.helmignore b/charts/dev/arma3exilemod/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/arma3exilemod/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/arma3exilemod/CHANGELOG.md b/charts/dev/arma3exilemod/CHANGELOG.md new file mode 100644 index 00000000000..c6e2b6283c7 --- /dev/null +++ b/charts/dev/arma3exilemod/CHANGELOG.md @@ -0,0 +1,47 @@ +# Changelog
+ + + +### [arma3exilemod-0.0.5](https://github.com/truecharts/apps/compare/arma3exilemod-0.0.4...arma3exilemod-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [arma3exilemod-0.0.4](https://github.com/truecharts/apps/compare/arma3exilemod-0.0.3...arma3exilemod-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [arma3exilemod-0.0.3](https://github.com/truecharts/apps/compare/arma3exilemod-0.0.2...arma3exilemod-0.0.3) (2022-04-20) + +#### Chore + +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [arma3exilemod-0.0.2](https://github.com/truecharts/apps/compare/arma3exilemod-0.0.1...arma3exilemod-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + + + + +### arma3exilemod-0.0.1 (2022-04-08) + +#### Feat + +* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438)) diff --git a/charts/dev/arma3exilemod/Chart.yaml b/charts/dev/arma3exilemod/Chart.yaml new file mode 100644 index 00000000000..55bf71965bc --- /dev/null +++ b/charts/dev/arma3exilemod/Chart.yaml @@ -0,0 +1,30 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - GameServers + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: "This Docker will download and install SteamCMD. It will also install\ + \ ArmA III including ExileMod and run it.\r\n" +home: https://github.com/truecharts/apps/tree/master/charts/stable/arma3exilemod +icon: https://truecharts.org/_static/img/appicons/arma3exilemod.png +keywords: +- arma3exilemod +- GameServers +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: arma3exilemod +sources: +- http://www.exilemod.com/ +- https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.5 diff --git a/charts/dev/arma3exilemod/icon.png b/charts/dev/arma3exilemod/icon.png new file mode 100644 index 00000000000..f4c77cf40a6 Binary files /dev/null and b/charts/dev/arma3exilemod/icon.png differ diff --git a/charts/dev/arma3exilemod/templates/common.yaml b/charts/dev/arma3exilemod/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/arma3exilemod/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/arma3exilemod/values.yaml b/charts/dev/arma3exilemod/values.yaml new file mode 100644 index 00000000000..927ad35a1f7 --- /dev/null +++ b/charts/dev/arma3exilemod/values.yaml @@ -0,0 +1,89 @@ +env: + EXILEMOD_SERVER_URL: http://www.exilemod.com/ExileServer-1.0.4a.zip + GAME_ID: '233780' + GAME_PARAMS: '' + GAME_PORT: '2302' + MARIA_DB_ROOT_PWD: ExileMod + PASSWRD: '' + USERNAME: '' + VALIDATE: '' + WORKSHOP_MAN_INST: '' +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/arma3exilemod + tag: latest +persistence: + profiles: + enabled: true + mountPath: /serverdata/.local/share + serverfiles: + enabled: true + mountPath: /serverdata/serverfiles + steamcmd: + enabled: true + mountPath: /serverdata/steamcmd +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: true + ports: + main: + enabled: true + port: 2302 + protocol: TCP + targetPort: 2302 + tcpmariadb: + enabled: true + ports: + tcpmariadb: + enabled: true + port: 3306 + protocol: TCP + targetPort: 3306 + udpbattleyetra: + enabled: true + ports: + udpbattleyetra: + enabled: true + port: 2306 + protocol: UDP + targetPort: 2306 + udpgameport: + enabled: true + ports: + udpgameport: + enabled: true + port: 2302 + protocol: UDP + targetPort: 2302 + udpsteammaster: + enabled: true + ports: + udpsteammaster: + enabled: true + port: 2304 + protocol: UDP + targetPort: 2304 + udpsteamquerry: + enabled: true + ports: + udpsteamquerry: + enabled: true + port: 2303 + protocol: UDP + targetPort: 2303 + udpvonport: + enabled: true + ports: + udpvonport: + enabled: true + port: 2305 + protocol: UDP + targetPort: 2305 +command: ["/bin/sh"] +args: ["-c", "groupmod -g ${GID} ${USER} && bash /opt/scripts/start.sh"] diff --git a/charts/dev/artifactory-oss/.helmignore b/charts/dev/artifactory-oss/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/artifactory-oss/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/artifactory-oss/CHANGELOG.md b/charts/dev/artifactory-oss/CHANGELOG.md new file mode 100644 index 00000000000..a8eb4d0a7f3 --- /dev/null +++ b/charts/dev/artifactory-oss/CHANGELOG.md @@ -0,0 +1,51 @@ +# Changelog
+ + + +### [artifactory-oss-0.0.5](https://github.com/truecharts/apps/compare/artifactory-oss-0.0.4...artifactory-oss-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) +* update docker general non-major ([#2577](https://github.com/truecharts/apps/issues/2577)) + + + + +### [artifactory-oss-0.0.4](https://github.com/truecharts/apps/compare/artifactory-oss-0.0.3...artifactory-oss-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [artifactory-oss-0.0.3](https://github.com/truecharts/apps/compare/artifactory-oss-0.0.2...artifactory-oss-0.0.3) (2022-04-20) + +#### Chore + +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) +* update docker general non-major ([#2502](https://github.com/truecharts/apps/issues/2502)) +* update docker general non-major ([#2494](https://github.com/truecharts/apps/issues/2494)) + + + + +### [artifactory-oss-0.0.2](https://github.com/truecharts/apps/compare/artifactory-oss-0.0.1...artifactory-oss-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) +* update container image tccr.io/truecharts/artifactory-oss to v7.35.2 ([#2458](https://github.com/truecharts/apps/issues/2458)) + + + + +### artifactory-oss-0.0.1 (2022-04-08) + +#### Feat + +* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438)) diff --git a/charts/dev/artifactory-oss/Chart.yaml b/charts/dev/artifactory-oss/Chart.yaml new file mode 100644 index 00000000000..11f5bd68222 --- /dev/null +++ b/charts/dev/artifactory-oss/Chart.yaml @@ -0,0 +1,34 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - Productivity + - Tools-Utilities + truecharts.org/grade: U +apiVersion: v2 +appVersion: "7.37.15" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: "JFrog\u2019s Artifactory open source project was created to speed up\ + \ development cycles using binary repositories. It\u2019s the world\u2019s most\ + \ advanced repository manager, creating a single place for teams to manage all their\ + \ binary artifacts efficiently." +home: https://github.com/truecharts/apps/tree/master/charts/stable/artifactory-oss +icon: https://truecharts.org/_static/img/appicons/artifactory-oss.png +keywords: +- artifactory-oss +- Productivity +- Tools-Utilities +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: artifactory-oss +sources: +- https://jfrog.com/ +- https://registry.hub.docker.com/r/docker.bintray.io/jfrog/artifactory-oss +type: application +version: 0.0.5 diff --git a/charts/dev/artifactory-oss/icon.png b/charts/dev/artifactory-oss/icon.png new file mode 100644 index 00000000000..1273d28d042 Binary files /dev/null and b/charts/dev/artifactory-oss/icon.png differ diff --git a/charts/dev/artifactory-oss/templates/common.yaml b/charts/dev/artifactory-oss/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/artifactory-oss/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/artifactory-oss/values.yaml b/charts/dev/artifactory-oss/values.yaml new file mode 100644 index 00000000000..348ebbde6c3 --- /dev/null +++ b/charts/dev/artifactory-oss/values.yaml @@ -0,0 +1,25 @@ +env: + EXTRA_JAVA_OPTIONS: -Xms512m -Xmx4g +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/artifactory-oss + tag: v7.38.7 +persistence: + varoptjfrogartifactory: + enabled: true + mountPath: /var/opt/jfrog/artifactory +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: true + ports: + main: + enabled: true + port: 8181 + protocol: TCP + targetPort: 8081 diff --git a/charts/dev/assettocorsa/.helmignore b/charts/dev/assettocorsa/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/assettocorsa/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/assettocorsa/CHANGELOG.md b/charts/dev/assettocorsa/CHANGELOG.md new file mode 100644 index 00000000000..d1d65c21f2e --- /dev/null +++ b/charts/dev/assettocorsa/CHANGELOG.md @@ -0,0 +1,47 @@ +# Changelog
+ + + +### [assettocorsa-0.0.5](https://github.com/truecharts/apps/compare/assettocorsa-0.0.4...assettocorsa-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [assettocorsa-0.0.4](https://github.com/truecharts/apps/compare/assettocorsa-0.0.3...assettocorsa-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [assettocorsa-0.0.3](https://github.com/truecharts/apps/compare/assettocorsa-0.0.2...assettocorsa-0.0.3) (2022-04-20) + +#### Chore + +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [assettocorsa-0.0.2](https://github.com/truecharts/apps/compare/assettocorsa-0.0.1...assettocorsa-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + + + + +### assettocorsa-0.0.1 (2022-04-08) + +#### Feat + +* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438)) diff --git a/charts/dev/assettocorsa/Chart.yaml b/charts/dev/assettocorsa/Chart.yaml new file mode 100644 index 00000000000..9859393907e --- /dev/null +++ b/charts/dev/assettocorsa/Chart.yaml @@ -0,0 +1,30 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - GameServers + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: "This Docker will download and install SteamCMD. It will also install\ + \ AssettoCorsa and run it.\r\n" +home: https://github.com/truecharts/apps/tree/master/charts/stable/assettocorsa +icon: https://truecharts.org/_static/img/appicons/assettocorsa.png +keywords: +- assettocorsa +- GameServers +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: assettocorsa +sources: +- https://www.assettocorsa.net/ +- https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.5 diff --git a/charts/dev/assettocorsa/icon.png b/charts/dev/assettocorsa/icon.png new file mode 100644 index 00000000000..103259f8fe2 Binary files /dev/null and b/charts/dev/assettocorsa/icon.png differ diff --git a/charts/dev/assettocorsa/templates/common.yaml b/charts/dev/assettocorsa/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/assettocorsa/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/assettocorsa/values.yaml b/charts/dev/assettocorsa/values.yaml new file mode 100644 index 00000000000..9400769cead --- /dev/null +++ b/charts/dev/assettocorsa/values.yaml @@ -0,0 +1,65 @@ +env: + GAME_ID: '302550' + INSTALL_ASSETTO_SERVER_MANAGER: '' + INSTALL_STRACKER: '' + PASSWRD: '' + USERNAME: '' + VALIDATE: '' +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/assettocorsa + tag: latest +persistence: + serverfiles: + enabled: true + mountPath: /serverdata/serverfiles + steamcmd: + enabled: true + mountPath: /serverdata/steamcmd +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + assetto: + enabled: true + ports: + assetto: + enabled: true + port: 8772 + protocol: TCP + targetPort: 8772 + main: + enabled: true + ports: + main: + enabled: true + port: 9600 + protocol: TCP + targetPort: 9600 + stracker: + enabled: true + ports: + stracker: + enabled: true + port: 50041 + protocol: TCP + targetPort: 50041 + tcp2: + enabled: true + ports: + tcp2: + enabled: true + port: 8081 + protocol: TCP + targetPort: 8081 + udp: + enabled: true + ports: + udp: + enabled: true + port: 9600 + protocol: UDP + targetPort: 9600 diff --git a/charts/dev/atd/.helmignore b/charts/dev/atd/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/atd/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/atd/CHANGELOG.md b/charts/dev/atd/CHANGELOG.md new file mode 100644 index 00000000000..cecde81744c --- /dev/null +++ b/charts/dev/atd/CHANGELOG.md @@ -0,0 +1,47 @@ +# Changelog
+ + + +### [atd-0.0.5](https://github.com/truecharts/apps/compare/atd-0.0.4...atd-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [atd-0.0.4](https://github.com/truecharts/apps/compare/atd-0.0.3...atd-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [atd-0.0.3](https://github.com/truecharts/apps/compare/atd-0.0.2...atd-0.0.3) (2022-04-20) + +#### Chore + +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [atd-0.0.2](https://github.com/truecharts/apps/compare/atd-0.0.1...atd-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + + + + +### atd-0.0.1 (2022-04-08) + +#### Feat + +* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438)) diff --git a/charts/dev/atd/Chart.yaml b/charts/dev/atd/Chart.yaml new file mode 100644 index 00000000000..f98bf955870 --- /dev/null +++ b/charts/dev/atd/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - Downloaders + - MediaApp-Music + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: '[b][u][span style=''color: #E80000;'']NOT FOR PUBLIC USE YET...[/span][/u][/b][br][br]Automated + Tidal Downloader :: This script will automatically archive music using a popular + online DL Client' +home: https://github.com/truecharts/apps/tree/master/charts/stable/atd +icon: https://truecharts.org/_static/img/appicons/atd.png +keywords: +- atd +- Downloaders +- MediaApp-Music +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: atd +sources: +- https://github.com/RandomNinjaAtk/docker-atd +- https://hub.docker.com/r/randomninjaatk/atd +type: application +version: 0.0.5 diff --git a/charts/dev/atd/icon.png b/charts/dev/atd/icon.png new file mode 100644 index 00000000000..0a3b8cd5b46 Binary files /dev/null and b/charts/dev/atd/icon.png differ diff --git a/charts/dev/atd/templates/common.yaml b/charts/dev/atd/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/atd/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/atd/values.yaml b/charts/dev/atd/values.yaml new file mode 100644 index 00000000000..87017cd57d6 --- /dev/null +++ b/charts/dev/atd/values.yaml @@ -0,0 +1,38 @@ +env: + AutoStart: '' + Compilations: '' + CountryCode: '' + EnableReplayGain: '' + FilePermisssions: '' + FolderPermissions: '' + LidarrApiKey: '' + LidarrUrl: '' + MusicbrainzMirror: '' + MusicbrainzRateLimit: '' + RequireQuality: '' + ScriptInterval: '' + ScriptMode: '' + WantedQuality: '' +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/atd + tag: latest +persistence: + config: + enabled: true + mountPath: /config + hostpathfordownloads-atd: + enabled: true + mountPath: /downloads-atd +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: false + ports: + main: + enabled: false diff --git a/charts/dev/aurora-files/.helmignore b/charts/dev/aurora-files/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/aurora-files/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/aurora-files/CHANGELOG.md b/charts/dev/aurora-files/CHANGELOG.md new file mode 100644 index 00000000000..3573dad428e --- /dev/null +++ b/charts/dev/aurora-files/CHANGELOG.md @@ -0,0 +1,47 @@ +# Changelog
+ + + +### [aurora-files-0.0.5](https://github.com/truecharts/apps/compare/aurora-files-0.0.4...aurora-files-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [aurora-files-0.0.4](https://github.com/truecharts/apps/compare/aurora-files-0.0.3...aurora-files-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [aurora-files-0.0.3](https://github.com/truecharts/apps/compare/aurora-files-0.0.2...aurora-files-0.0.3) (2022-04-20) + +#### Chore + +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [aurora-files-0.0.2](https://github.com/truecharts/apps/compare/aurora-files-0.0.1...aurora-files-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + + + + +### aurora-files-0.0.1 (2022-04-08) + +#### Feat + +* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438)) diff --git a/charts/dev/aurora-files/Chart.yaml b/charts/dev/aurora-files/Chart.yaml new file mode 100644 index 00000000000..f83892de1aa --- /dev/null +++ b/charts/dev/aurora-files/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - Cloud + - Tools-Utilities + - Network-FTP + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: "DESCRIPTION\r\n" +home: https://github.com/truecharts/apps/tree/master/charts/stable/aurora-files +icon: https://truecharts.org/_static/img/appicons/aurora-files.png +keywords: +- aurora-files +- Cloud +- Tools-Utilities +- Network-FTP +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: aurora-files +sources: +- https://github.com/afterlogic/docker-aurora-files +- https://hub.docker.com/r/afterlogic/docker-aurora-files +type: application +version: 0.0.5 diff --git a/charts/dev/aurora-files/icon.png b/charts/dev/aurora-files/icon.png new file mode 100644 index 00000000000..7237b6b696f Binary files /dev/null and b/charts/dev/aurora-files/icon.png differ diff --git a/charts/dev/aurora-files/templates/common.yaml b/charts/dev/aurora-files/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/aurora-files/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/aurora-files/values.yaml b/charts/dev/aurora-files/values.yaml new file mode 100644 index 00000000000..5966996421e --- /dev/null +++ b/charts/dev/aurora-files/values.yaml @@ -0,0 +1,18 @@ +env: {} +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/aurora-files + tag: latest +persistence: {} +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: false + ports: + main: + enabled: false diff --git a/charts/dev/auto-yt-dl/.helmignore b/charts/dev/auto-yt-dl/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/auto-yt-dl/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/auto-yt-dl/CHANGELOG.md b/charts/dev/auto-yt-dl/CHANGELOG.md new file mode 100644 index 00000000000..68e331368d2 --- /dev/null +++ b/charts/dev/auto-yt-dl/CHANGELOG.md @@ -0,0 +1,47 @@ +# Changelog
+ + + +### [auto-yt-dl-0.0.5](https://github.com/truecharts/apps/compare/auto-yt-dl-0.0.4...auto-yt-dl-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [auto-yt-dl-0.0.4](https://github.com/truecharts/apps/compare/auto-yt-dl-0.0.3...auto-yt-dl-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [auto-yt-dl-0.0.3](https://github.com/truecharts/apps/compare/auto-yt-dl-0.0.2...auto-yt-dl-0.0.3) (2022-04-20) + +#### Chore + +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [auto-yt-dl-0.0.2](https://github.com/truecharts/apps/compare/auto-yt-dl-0.0.1...auto-yt-dl-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + + + + +### auto-yt-dl-0.0.1 (2022-04-08) + +#### Feat + +* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438)) diff --git a/charts/dev/auto-yt-dl/Chart.yaml b/charts/dev/auto-yt-dl/Chart.yaml new file mode 100644 index 00000000000..7854254de7b --- /dev/null +++ b/charts/dev/auto-yt-dl/Chart.yaml @@ -0,0 +1,30 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - Downloaders + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: auto-yt-dl is used to automatically download new Videos of specific YouTube + Channels. It features a Web Gui to add and remove Channels from your watch list. +home: https://github.com/truecharts/apps/tree/master/charts/stable/auto-yt-dl +icon: https://truecharts.org/_static/img/appicons/auto-yt-dl.png +keywords: +- auto-yt-dl +- Downloaders +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: auto-yt-dl +sources: +- https://github.com/xXGuhuXx/auto-yt-dl +- https://hub.docker.com/repository/docker/guhu007/auto-yt-dl +type: application +version: 0.0.5 diff --git a/charts/dev/auto-yt-dl/icon.png b/charts/dev/auto-yt-dl/icon.png new file mode 100644 index 00000000000..9713be7fe23 Binary files /dev/null and b/charts/dev/auto-yt-dl/icon.png differ diff --git a/charts/dev/auto-yt-dl/templates/common.yaml b/charts/dev/auto-yt-dl/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/auto-yt-dl/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/auto-yt-dl/values.yaml b/charts/dev/auto-yt-dl/values.yaml new file mode 100644 index 00000000000..ffdb8d7c38e --- /dev/null +++ b/charts/dev/auto-yt-dl/values.yaml @@ -0,0 +1,27 @@ +env: {} +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/auto-yt-dl + tag: latest +persistence: + data: + enabled: true + mountPath: /app/data + hostpath1: + enabled: true + mountPath: /app/Downloads +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: true + ports: + main: + enabled: true + port: 5000 + protocol: TCP + targetPort: 5000 diff --git a/charts/dev/autoscan/.helmignore b/charts/dev/autoscan/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/autoscan/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/autoscan/CHANGELOG.md b/charts/dev/autoscan/CHANGELOG.md new file mode 100644 index 00000000000..28db6ddd8d9 --- /dev/null +++ b/charts/dev/autoscan/CHANGELOG.md @@ -0,0 +1,47 @@ +# Changelog
+ + + +### [autoscan-0.0.5](https://github.com/truecharts/apps/compare/autoscan-0.0.4...autoscan-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [autoscan-0.0.4](https://github.com/truecharts/apps/compare/autoscan-0.0.3...autoscan-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [autoscan-0.0.3](https://github.com/truecharts/apps/compare/autoscan-0.0.2...autoscan-0.0.3) (2022-04-20) + +#### Chore + +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [autoscan-0.0.2](https://github.com/truecharts/apps/compare/autoscan-0.0.1...autoscan-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + + + + +### autoscan-0.0.1 (2022-04-08) + +#### Feat + +* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438)) diff --git a/charts/dev/autoscan/Chart.yaml b/charts/dev/autoscan/Chart.yaml new file mode 100644 index 00000000000..67662d586f8 --- /dev/null +++ b/charts/dev/autoscan/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - Other + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: Autoscan replaces the default Plex and Emby behaviour for picking up + file changes on the file system. Autoscan integrates with Sonarr, Radarr and Lidarr + to fetch changes in near real-time without relying on the file system. +home: https://github.com/truecharts/apps/tree/master/charts/stable/autoscan +icon: https://truecharts.org/_static/img/appicons/autoscan.png +keywords: +- autoscan +- Other +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: autoscan +sources: +- https://hotio.dev/containers/autoscan +- https://hub.docker.com/r/hotio/autoscan +type: application +version: 0.0.5 diff --git a/charts/dev/autoscan/icon.png b/charts/dev/autoscan/icon.png new file mode 100644 index 00000000000..f5f96af1830 Binary files /dev/null and b/charts/dev/autoscan/icon.png differ diff --git a/charts/dev/autoscan/templates/common.yaml b/charts/dev/autoscan/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/autoscan/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/autoscan/values.yaml b/charts/dev/autoscan/values.yaml new file mode 100644 index 00000000000..f50d7678eef --- /dev/null +++ b/charts/dev/autoscan/values.yaml @@ -0,0 +1,24 @@ +env: + PLEX_LOGIN: '' + PLEX_PASSWORD: '' + UMASK: '' +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/autoscan + tag: latest +persistence: + config: + enabled: true + mountPath: /config +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: false + ports: + main: + enabled: false diff --git a/charts/dev/avorion/.helmignore b/charts/dev/avorion/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/avorion/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/avorion/CHANGELOG.md b/charts/dev/avorion/CHANGELOG.md new file mode 100644 index 00000000000..4395acb6254 --- /dev/null +++ b/charts/dev/avorion/CHANGELOG.md @@ -0,0 +1,47 @@ +# Changelog
+ + + +### [avorion-0.0.5](https://github.com/truecharts/apps/compare/avorion-0.0.4...avorion-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [avorion-0.0.4](https://github.com/truecharts/apps/compare/avorion-0.0.3...avorion-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [avorion-0.0.3](https://github.com/truecharts/apps/compare/avorion-0.0.2...avorion-0.0.3) (2022-04-20) + +#### Chore + +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [avorion-0.0.2](https://github.com/truecharts/apps/compare/avorion-0.0.1...avorion-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + + + + +### avorion-0.0.1 (2022-04-08) + +#### Feat + +* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438)) diff --git a/charts/dev/avorion/Chart.yaml b/charts/dev/avorion/Chart.yaml new file mode 100644 index 00000000000..2ce48097913 --- /dev/null +++ b/charts/dev/avorion/Chart.yaml @@ -0,0 +1,30 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - GameServers + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: "This Docker will download and install SteamCMD. It will also install\ + \ Avorion and run it.\r\n" +home: https://github.com/truecharts/apps/tree/master/charts/stable/avorion +icon: https://truecharts.org/_static/img/appicons/avorion.png +keywords: +- avorion +- GameServers +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: avorion +sources: +- https://www.steampowered.com/ +- https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.5 diff --git a/charts/dev/avorion/icon.png b/charts/dev/avorion/icon.png new file mode 100644 index 00000000000..51d152e793a Binary files /dev/null and b/charts/dev/avorion/icon.png differ diff --git a/charts/dev/avorion/templates/common.yaml b/charts/dev/avorion/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/avorion/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/avorion/values.yaml b/charts/dev/avorion/values.yaml new file mode 100644 index 00000000000..83b844638a6 --- /dev/null +++ b/charts/dev/avorion/values.yaml @@ -0,0 +1,76 @@ +env: + GALAXY_NAME: AvorionDocker + GAME_ID: '565060' + GAME_PARAMS: '' + PASSWRD: '' + UMASK: '000' + USERNAME: '' + VALIDATE: '' +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/avorion + tag: latest +persistence: + serverfiles: + enabled: true + mountPath: /serverdata/serverfiles + steamcmd: + enabled: true + mountPath: /serverdata/steamcmd +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + hostport2: + enabled: true + ports: + hostport2: + enabled: true + port: 27000 + protocol: UDP + targetPort: 27000 + hostport3: + enabled: true + ports: + hostport3: + enabled: true + port: 27003 + protocol: UDP + targetPort: 27003 + hostport4: + enabled: true + ports: + hostport4: + enabled: true + port: 27020 + protocol: UDP + targetPort: 27020 + hostport5: + enabled: true + ports: + hostport5: + enabled: true + port: 27021 + protocol: UDP + targetPort: 27021 + main: + enabled: true + ports: + main: + enabled: true + port: 27000 + protocol: TCP + targetPort: 27000 +command: ["/bin/sh"] +args: ["-c", "groupmod -g ${GID} ${USER} && bash /opt/scripts/start.sh"] +tty: true +probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false diff --git a/charts/dev/backuppc/.helmignore b/charts/dev/backuppc/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/backuppc/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/backuppc/CHANGELOG.md b/charts/dev/backuppc/CHANGELOG.md new file mode 100644 index 00000000000..6c9f0012202 --- /dev/null +++ b/charts/dev/backuppc/CHANGELOG.md @@ -0,0 +1,51 @@ +# Changelog
+ + + +### [backuppc-0.0.5](https://github.com/truecharts/apps/compare/backuppc-0.0.4...backuppc-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [backuppc-0.0.4](https://github.com/truecharts/apps/compare/backuppc-0.0.3...backuppc-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [backuppc-0.0.3](https://github.com/truecharts/apps/compare/backuppc-0.0.2...backuppc-0.0.3) (2022-04-20) + +#### Chore + +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [backuppc-0.0.2](https://github.com/truecharts/apps/compare/backuppc-0.0.1...backuppc-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + +#### Fix + +* ensure ghcr is used when running tests ([#2449](https://github.com/truecharts/apps/issues/2449)) + + + + +### backuppc-0.0.1 (2022-04-07) + +#### Feat + +* Unraid Port - B ([#2440](https://github.com/truecharts/apps/issues/2440)) diff --git a/charts/dev/backuppc/Chart.yaml b/charts/dev/backuppc/Chart.yaml new file mode 100644 index 00000000000..5e9569ff707 --- /dev/null +++ b/charts/dev/backuppc/Chart.yaml @@ -0,0 +1,32 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - Backup + - Network-Web + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: BackupPC is a high-performance, enterprise-grade system for backing up + Linux, Windows and macOS PCs and laptops to a server's disk. +home: https://github.com/truecharts/apps/tree/master/charts/stable/backuppc +icon: https://truecharts.org/_static/img/appicons/backuppc.png +keywords: +- backuppc +- Backup +- Network-Web +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: backuppc +sources: +- https://backuppc.github.io/backuppc/index.html +- https://hub.docker.com/r/tiredofit/backuppc/ +type: application +version: 0.0.5 diff --git a/charts/dev/backuppc/README.md b/charts/dev/backuppc/README.md new file mode 100644 index 00000000000..57e503e95c5 --- /dev/null +++ b/charts/dev/backuppc/README.md @@ -0,0 +1,38 @@ +# Introduction + +BackupPC is a high-performance, enterprise-grade system for backing up Linux, Windows and macOS PCs and laptops to a server's disk. + +TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 9.3.3 | + +## Installing the Chart + +To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/). + +## Upgrading, Rolling Back and Uninstalling the Chart + +To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). + +## Support + +- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first. +- See the [Wiki](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) +--- +All Rights Reserved - The TrueCharts Project diff --git a/charts/dev/backuppc/icon.png b/charts/dev/backuppc/icon.png new file mode 100644 index 00000000000..afefc70ea63 Binary files /dev/null and b/charts/dev/backuppc/icon.png differ diff --git a/charts/dev/backuppc/templates/common.yaml b/charts/dev/backuppc/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/backuppc/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/backuppc/values.yaml b/charts/dev/backuppc/values.yaml new file mode 100644 index 00000000000..5de33b51b7a --- /dev/null +++ b/charts/dev/backuppc/values.yaml @@ -0,0 +1,33 @@ +env: {} +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/backuppc + tag: latest +persistence: + backuplocation: + enabled: true + mountPath: /var/lib/backuppc + configurationfiles: + enabled: true + mountPath: /etc/backuppc + homedirectory: + enabled: true + mountPath: /home/backuppc + logs: + enabled: true + mountPath: /www/logs +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: true + ports: + main: + enabled: true + port: 8000 + protocol: TCP + targetPort: 80 diff --git a/charts/dev/baikal/.helmignore b/charts/dev/baikal/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/baikal/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/baikal/CHANGELOG.md b/charts/dev/baikal/CHANGELOG.md new file mode 100644 index 00000000000..84a31570b6d --- /dev/null +++ b/charts/dev/baikal/CHANGELOG.md @@ -0,0 +1,51 @@ +# Changelog
+ + + +### [baikal-0.0.5](https://github.com/truecharts/apps/compare/baikal-0.0.4...baikal-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [baikal-0.0.4](https://github.com/truecharts/apps/compare/baikal-0.0.3...baikal-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [baikal-0.0.3](https://github.com/truecharts/apps/compare/baikal-0.0.2...baikal-0.0.3) (2022-04-20) + +#### Chore + +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [baikal-0.0.2](https://github.com/truecharts/apps/compare/baikal-0.0.1...baikal-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + +#### Fix + +* ensure ghcr is used when running tests ([#2449](https://github.com/truecharts/apps/issues/2449)) + + + + +### baikal-0.0.1 (2022-04-07) + +#### Feat + +* Unraid Port - B ([#2440](https://github.com/truecharts/apps/issues/2440)) diff --git a/charts/dev/baikal/Chart.yaml b/charts/dev/baikal/Chart.yaml new file mode 100644 index 00000000000..8a07a690b7e --- /dev/null +++ b/charts/dev/baikal/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - Network-Web + truecharts.org/grade: U +apiVersion: v2 +appVersion: "nginx" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: "Ba\xEFkal is a lightweight CalDAV+CardDAV server" +home: https://github.com/truecharts/apps/tree/master/charts/stable/baikal +icon: https://truecharts.org/_static/img/appicons/baikal.png +keywords: +- baikal +- Network-Web +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: baikal +sources: +- https://github.com/ckulka/baikal-docker +- https://hub.docker.com/r/ckulka/baikal/ +type: application +version: 0.0.5 diff --git a/charts/dev/baikal/README.md b/charts/dev/baikal/README.md new file mode 100644 index 00000000000..2f181ff2dd4 --- /dev/null +++ b/charts/dev/baikal/README.md @@ -0,0 +1,38 @@ +# Introduction + +Baïkal is a lightweight CalDAV+CardDAV server + +TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 9.3.3 | + +## Installing the Chart + +To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/). + +## Upgrading, Rolling Back and Uninstalling the Chart + +To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). + +## Support + +- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first. +- See the [Wiki](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) +--- +All Rights Reserved - The TrueCharts Project diff --git a/charts/dev/baikal/icon.png b/charts/dev/baikal/icon.png new file mode 100644 index 00000000000..1a623ea3ed8 Binary files /dev/null and b/charts/dev/baikal/icon.png differ diff --git a/charts/dev/baikal/templates/common.yaml b/charts/dev/baikal/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/baikal/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/baikal/values.yaml b/charts/dev/baikal/values.yaml new file mode 100644 index 00000000000..5150260eba9 --- /dev/null +++ b/charts/dev/baikal/values.yaml @@ -0,0 +1,27 @@ +env: {} +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/baikal + tag: vnginx +persistence: + config: + enabled: true + mountPath: /var/www/baikal/config + specific: + enabled: true + mountPath: /var/www/baikal/Specific +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: true + ports: + main: + enabled: true + port: 80 + protocol: TCP + targetPort: 80 diff --git a/charts/dev/barcodebuddy/.helmignore b/charts/dev/barcodebuddy/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/barcodebuddy/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/barcodebuddy/CHANGELOG.md b/charts/dev/barcodebuddy/CHANGELOG.md new file mode 100644 index 00000000000..d6c586cdd7a --- /dev/null +++ b/charts/dev/barcodebuddy/CHANGELOG.md @@ -0,0 +1,52 @@ +# Changelog
+ + + +### [barcodebuddy-0.0.5](https://github.com/truecharts/apps/compare/barcodebuddy-0.0.4...barcodebuddy-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [barcodebuddy-0.0.4](https://github.com/truecharts/apps/compare/barcodebuddy-0.0.3...barcodebuddy-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [barcodebuddy-0.0.3](https://github.com/truecharts/apps/compare/barcodebuddy-0.0.2...barcodebuddy-0.0.3) (2022-04-20) + +#### Chore + +* Auto-update chart README [skip ci] +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [barcodebuddy-0.0.2](https://github.com/truecharts/apps/compare/barcodebuddy-0.0.1...barcodebuddy-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + +#### Fix + +* ensure ghcr is used when running tests ([#2449](https://github.com/truecharts/apps/issues/2449)) + + + + +### barcodebuddy-0.0.1 (2022-04-07) + +#### Feat + +* Unraid Port - B ([#2440](https://github.com/truecharts/apps/issues/2440)) diff --git a/charts/dev/barcodebuddy/Chart.yaml b/charts/dev/barcodebuddy/Chart.yaml new file mode 100644 index 00000000000..236f42625a6 --- /dev/null +++ b/charts/dev/barcodebuddy/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - Productivity + - Tools-Utilities + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +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\ + \ library.</b>\r\n" +home: https://github.com/truecharts/apps/tree/master/charts/stable/barcodebuddy +icon: https://truecharts.org/_static/img/appicons/barcodebuddy.png +keywords: +- barcodebuddy +- Productivity +- Tools-Utilities +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: barcodebuddy +sources: +- https://github.com/Forceu/barcodebuddy +- https://hub.docker.com/r/f0rc3/barcodebuddy-docker +type: application +version: 0.0.5 diff --git a/charts/dev/barcodebuddy/README.md b/charts/dev/barcodebuddy/README.md new file mode 100644 index 00000000000..dde2f35c816 --- /dev/null +++ b/charts/dev/barcodebuddy/README.md @@ -0,0 +1,38 @@ +# Introduction + +<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 library.</b> + +TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 9.3.3 | + +## Installing the Chart + +To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/). + +## Upgrading, Rolling Back and Uninstalling the Chart + +To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). + +## Support + +- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first. +- See the [Wiki](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) +--- +All Rights Reserved - The TrueCharts Project diff --git a/charts/dev/barcodebuddy/icon.png b/charts/dev/barcodebuddy/icon.png new file mode 100644 index 00000000000..694f4a0dd03 Binary files /dev/null and b/charts/dev/barcodebuddy/icon.png differ diff --git a/charts/dev/barcodebuddy/templates/common.yaml b/charts/dev/barcodebuddy/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/barcodebuddy/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/barcodebuddy/values.yaml b/charts/dev/barcodebuddy/values.yaml new file mode 100644 index 00000000000..3e7a9fdd4eb --- /dev/null +++ b/charts/dev/barcodebuddy/values.yaml @@ -0,0 +1,24 @@ +env: {} +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/barcodebuddy + tag: latest +persistence: + config: + enabled: true + mountPath: /config +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: true + ports: + main: + enabled: true + port: 8450 + protocol: TCP + targetPort: 80 diff --git a/charts/dev/barotrauma/.helmignore b/charts/dev/barotrauma/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/barotrauma/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/barotrauma/CHANGELOG.md b/charts/dev/barotrauma/CHANGELOG.md new file mode 100644 index 00000000000..6dca30754a6 --- /dev/null +++ b/charts/dev/barotrauma/CHANGELOG.md @@ -0,0 +1,52 @@ +# Changelog
+ + + +### [barotrauma-0.0.5](https://github.com/truecharts/apps/compare/barotrauma-0.0.4...barotrauma-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [barotrauma-0.0.4](https://github.com/truecharts/apps/compare/barotrauma-0.0.3...barotrauma-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [barotrauma-0.0.3](https://github.com/truecharts/apps/compare/barotrauma-0.0.2...barotrauma-0.0.3) (2022-04-20) + +#### Chore + +* Auto-update chart README [skip ci] +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [barotrauma-0.0.2](https://github.com/truecharts/apps/compare/barotrauma-0.0.1...barotrauma-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + +#### Fix + +* ensure ghcr is used when running tests ([#2449](https://github.com/truecharts/apps/issues/2449)) + + + + +### barotrauma-0.0.1 (2022-04-07) + +#### Feat + +* Unraid Port - B ([#2440](https://github.com/truecharts/apps/issues/2440)) diff --git a/charts/dev/barotrauma/Chart.yaml b/charts/dev/barotrauma/Chart.yaml new file mode 100644 index 00000000000..6ff3dd6fe6d --- /dev/null +++ b/charts/dev/barotrauma/Chart.yaml @@ -0,0 +1,30 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - GameServers + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: "This Docker will download and install SteamCMD. It will also install\ + \ Barotrauma and run it.\r\n" +home: https://github.com/truecharts/apps/tree/master/charts/stable/barotrauma +icon: https://truecharts.org/_static/img/appicons/barotrauma.png +keywords: +- barotrauma +- GameServers +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: barotrauma +sources: +- https://www.steampowered.com/ +- https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.5 diff --git a/charts/dev/barotrauma/README.md b/charts/dev/barotrauma/README.md new file mode 100644 index 00000000000..b3f0951953b --- /dev/null +++ b/charts/dev/barotrauma/README.md @@ -0,0 +1,38 @@ +# Introduction + +This Docker will download and install SteamCMD. It will also install Barotrauma and run it. + +TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 9.3.3 | + +## Installing the Chart + +To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/). + +## Upgrading, Rolling Back and Uninstalling the Chart + +To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). + +## Support + +- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first. +- See the [Wiki](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) +--- +All Rights Reserved - The TrueCharts Project diff --git a/charts/dev/barotrauma/icon.png b/charts/dev/barotrauma/icon.png new file mode 100644 index 00000000000..2e010f0195e Binary files /dev/null and b/charts/dev/barotrauma/icon.png differ diff --git a/charts/dev/barotrauma/templates/common.yaml b/charts/dev/barotrauma/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/barotrauma/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/barotrauma/values.yaml b/charts/dev/barotrauma/values.yaml new file mode 100644 index 00000000000..297a21d8281 --- /dev/null +++ b/charts/dev/barotrauma/values.yaml @@ -0,0 +1,47 @@ +env: + GAME_ID: '1026340' + GAME_PARAMS: '' + PASSWRD: '' + USERNAME: '' + VALIDATE: '' +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/barotrauma + tag: latest +persistence: + serverfiles: + enabled: true + mountPath: /serverdata/serverfiles + steamcmd: + enabled: true + mountPath: /serverdata/steamcmd +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: true + ports: + main: + enabled: true + port: 27015 + protocol: UDP + targetPort: 27015 + steamqueryport: + enabled: true + ports: + steamqueryport: + enabled: true + port: 27016 + protocol: UDP + targetPort: 27016 +probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false diff --git a/charts/dev/bitcoin-node/.helmignore b/charts/dev/bitcoin-node/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/bitcoin-node/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/bitcoin-node/CHANGELOG.md b/charts/dev/bitcoin-node/CHANGELOG.md new file mode 100644 index 00000000000..6c203491621 --- /dev/null +++ b/charts/dev/bitcoin-node/CHANGELOG.md @@ -0,0 +1,52 @@ +# Changelog
+ + + +### [bitcoin-node-0.0.5](https://github.com/truecharts/apps/compare/bitcoin-node-0.0.4...bitcoin-node-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [bitcoin-node-0.0.4](https://github.com/truecharts/apps/compare/bitcoin-node-0.0.3...bitcoin-node-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [bitcoin-node-0.0.3](https://github.com/truecharts/apps/compare/bitcoin-node-0.0.2...bitcoin-node-0.0.3) (2022-04-20) + +#### Chore + +* Auto-update chart README [skip ci] +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [bitcoin-node-0.0.2](https://github.com/truecharts/apps/compare/bitcoin-node-0.0.1...bitcoin-node-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + +#### Fix + +* ensure ghcr is used when running tests ([#2449](https://github.com/truecharts/apps/issues/2449)) + + + + +### bitcoin-node-0.0.1 (2022-04-07) + +#### Feat + +* Unraid Port - B ([#2440](https://github.com/truecharts/apps/issues/2440)) diff --git a/charts/dev/bitcoin-node/Chart.yaml b/charts/dev/bitcoin-node/Chart.yaml new file mode 100644 index 00000000000..540835debce --- /dev/null +++ b/charts/dev/bitcoin-node/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - Crypto + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: "DESCRIPTION\r\n" +home: https://github.com/truecharts/apps/tree/master/charts/stable/bitcoin-node +icon: https://truecharts.org/_static/img/appicons/bitcoin-node.png +keywords: +- bitcoin-node +- Crypto +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: bitcoin-node +sources: +- https://github.com/kylemanna/docker-bitcoind +- https://hub.docker.com/r/kylemanna/bitcoind +type: application +version: 0.0.5 diff --git a/charts/dev/bitcoin-node/README.md b/charts/dev/bitcoin-node/README.md new file mode 100644 index 00000000000..edeb7876ed6 --- /dev/null +++ b/charts/dev/bitcoin-node/README.md @@ -0,0 +1,38 @@ +# Introduction + +DESCRIPTION + +TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 9.3.3 | + +## Installing the Chart + +To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/). + +## Upgrading, Rolling Back and Uninstalling the Chart + +To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). + +## Support + +- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first. +- See the [Wiki](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) +--- +All Rights Reserved - The TrueCharts Project diff --git a/charts/dev/bitcoin-node/icon.png b/charts/dev/bitcoin-node/icon.png new file mode 100644 index 00000000000..5c96ef2c145 Binary files /dev/null and b/charts/dev/bitcoin-node/icon.png differ diff --git a/charts/dev/bitcoin-node/templates/common.yaml b/charts/dev/bitcoin-node/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/bitcoin-node/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/bitcoin-node/values.yaml b/charts/dev/bitcoin-node/values.yaml new file mode 100644 index 00000000000..71935c805bc --- /dev/null +++ b/charts/dev/bitcoin-node/values.yaml @@ -0,0 +1,32 @@ +env: {} +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/bitcoin-node + tag: latest +persistence: + blockhainstorage: + enabled: true + mountPath: /bitcoin/.bitcoin +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: true + ports: + main: + enabled: true + port: 8332 + protocol: TCP + targetPort: 8332 + port2: + enabled: true + ports: + port2: + enabled: true + port: 8333 + protocol: TCP + targetPort: 8333 diff --git a/charts/dev/bitcoind/.helmignore b/charts/dev/bitcoind/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/bitcoind/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/bitcoind/CHANGELOG.md b/charts/dev/bitcoind/CHANGELOG.md new file mode 100644 index 00000000000..b6407c7a790 --- /dev/null +++ b/charts/dev/bitcoind/CHANGELOG.md @@ -0,0 +1,51 @@ +# Changelog
+ + + +### [bitcoind-0.0.5](https://github.com/truecharts/apps/compare/bitcoind-0.0.4...bitcoind-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [bitcoind-0.0.4](https://github.com/truecharts/apps/compare/bitcoind-0.0.3...bitcoind-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [bitcoind-0.0.3](https://github.com/truecharts/apps/compare/bitcoind-0.0.2...bitcoind-0.0.3) (2022-04-20) + +#### Chore + +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [bitcoind-0.0.2](https://github.com/truecharts/apps/compare/bitcoind-0.0.1...bitcoind-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + +#### Fix + +* ensure ghcr is used when running tests ([#2449](https://github.com/truecharts/apps/issues/2449)) + + + + +### bitcoind-0.0.1 (2022-04-07) + +#### Feat + +* Unraid Port - B ([#2440](https://github.com/truecharts/apps/issues/2440)) diff --git a/charts/dev/bitcoind/Chart.yaml b/charts/dev/bitcoind/Chart.yaml new file mode 100644 index 00000000000..c00adc0093f --- /dev/null +++ b/charts/dev/bitcoind/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - Tools-Utilities + - Network-Other + - Crypto + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: 'Support the Bitcoin network by hosting your own node! This template + provides a full Bitcoin Core node, built in a verifiably trustless way. + + ' +home: https://github.com/truecharts/apps/tree/master/charts/stable/bitcoind +icon: https://truecharts.org/_static/img/appicons/bitcoind.png +keywords: +- bitcoind +- Tools-Utilities +- Network-Other +- Crypto +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: bitcoind +sources: +- https://bitcoin.org/ +- https://hub.docker.com/r/ofawx/bitcoind/ +type: application +version: 0.0.5 diff --git a/charts/dev/bitcoind/README.md b/charts/dev/bitcoind/README.md new file mode 100644 index 00000000000..c90211b5919 --- /dev/null +++ b/charts/dev/bitcoind/README.md @@ -0,0 +1,38 @@ +# Introduction + +Support the Bitcoin network by hosting your own node! This template provides a full Bitcoin Core node, built in a verifiably trustless way. + +TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 9.3.3 | + +## Installing the Chart + +To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/). + +## Upgrading, Rolling Back and Uninstalling the Chart + +To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). + +## Support + +- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first. +- See the [Wiki](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) +--- +All Rights Reserved - The TrueCharts Project diff --git a/charts/dev/bitcoind/icon.png b/charts/dev/bitcoind/icon.png new file mode 100644 index 00000000000..98a0c57d06d Binary files /dev/null and b/charts/dev/bitcoind/icon.png differ diff --git a/charts/dev/bitcoind/templates/common.yaml b/charts/dev/bitcoind/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/bitcoind/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/bitcoind/values.yaml b/charts/dev/bitcoind/values.yaml new file mode 100644 index 00000000000..f22db9b9b87 --- /dev/null +++ b/charts/dev/bitcoind/values.yaml @@ -0,0 +1,32 @@ +env: {} +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/bitcoind + tag: latest +persistence: + data: + enabled: true + mountPath: /root/.bitcoin/ +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + localrpc: + enabled: true + ports: + localrpc: + enabled: true + port: 8332 + protocol: TCP + targetPort: 8332 + main: + enabled: true + ports: + main: + enabled: true + port: 8333 + protocol: TCP + targetPort: 8333 diff --git a/charts/dev/bitcoinunlimited/.helmignore b/charts/dev/bitcoinunlimited/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/bitcoinunlimited/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/bitcoinunlimited/CHANGELOG.md b/charts/dev/bitcoinunlimited/CHANGELOG.md new file mode 100644 index 00000000000..4e664c46d7e --- /dev/null +++ b/charts/dev/bitcoinunlimited/CHANGELOG.md @@ -0,0 +1,52 @@ +# Changelog
+ + + +### [bitcoinunlimited-0.0.5](https://github.com/truecharts/apps/compare/bitcoinunlimited-0.0.4...bitcoinunlimited-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [bitcoinunlimited-0.0.4](https://github.com/truecharts/apps/compare/bitcoinunlimited-0.0.3...bitcoinunlimited-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [bitcoinunlimited-0.0.3](https://github.com/truecharts/apps/compare/bitcoinunlimited-0.0.2...bitcoinunlimited-0.0.3) (2022-04-20) + +#### Chore + +* Auto-update chart README [skip ci] +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [bitcoinunlimited-0.0.2](https://github.com/truecharts/apps/compare/bitcoinunlimited-0.0.1...bitcoinunlimited-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + +#### Fix + +* ensure ghcr is used when running tests ([#2449](https://github.com/truecharts/apps/issues/2449)) + + + + +### bitcoinunlimited-0.0.1 (2022-04-07) + +#### Feat + +* Unraid Port - B ([#2440](https://github.com/truecharts/apps/issues/2440)) diff --git a/charts/dev/bitcoinunlimited/Chart.yaml b/charts/dev/bitcoinunlimited/Chart.yaml new file mode 100644 index 00000000000..ecb2c73825e --- /dev/null +++ b/charts/dev/bitcoinunlimited/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - Network-Other + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: "The Bitcoin Unlimited project seeks to provide a voice to all stakeholders\ + \ in the Bitcoin ecosystem.\r\n" +home: https://github.com/truecharts/apps/tree/master/charts/stable/bitcoinunlimited +icon: https://truecharts.org/_static/img/appicons/bitcoinunlimited.png +keywords: +- bitcoinunlimited +- Network-Other +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: bitcoinunlimited +sources: +- https://hub.docker.com/r/amacneil/bitcoinunlimited/~/dockerfile/ +type: application +version: 0.0.5 diff --git a/charts/dev/bitcoinunlimited/README.md b/charts/dev/bitcoinunlimited/README.md new file mode 100644 index 00000000000..11b41f07292 --- /dev/null +++ b/charts/dev/bitcoinunlimited/README.md @@ -0,0 +1,37 @@ +# Introduction + +The Bitcoin Unlimited project seeks to provide a voice to all stakeholders in the Bitcoin ecosystem. + +TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** + +## Source Code + +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 9.3.3 | + +## Installing the Chart + +To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/). + +## Upgrading, Rolling Back and Uninstalling the Chart + +To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). + +## Support + +- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first. +- See the [Wiki](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) +--- +All Rights Reserved - The TrueCharts Project diff --git a/charts/dev/bitcoinunlimited/icon.png b/charts/dev/bitcoinunlimited/icon.png new file mode 100644 index 00000000000..7d179882ee1 Binary files /dev/null and b/charts/dev/bitcoinunlimited/icon.png differ diff --git a/charts/dev/bitcoinunlimited/templates/common.yaml b/charts/dev/bitcoinunlimited/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/bitcoinunlimited/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/bitcoinunlimited/values.yaml b/charts/dev/bitcoinunlimited/values.yaml new file mode 100644 index 00000000000..10391288445 --- /dev/null +++ b/charts/dev/bitcoinunlimited/values.yaml @@ -0,0 +1,48 @@ +env: {} +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/bitcoinunlimited + tag: latest +persistence: + data: + enabled: true + mountPath: /data +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + communicationp: + enabled: true + ports: + communicationp: + enabled: true + port: 8333 + protocol: TCP + targetPort: 8333 + main: + enabled: true + ports: + main: + enabled: true + port: 8332 + protocol: TCP + targetPort: 8332 + testnetcommuni: + enabled: true + ports: + testnetcommuni: + enabled: true + port: 18333 + protocol: TCP + targetPort: 18333 + testnetrpcport: + enabled: true + ports: + testnetrpcport: + enabled: true + port: 18332 + protocol: TCP + targetPort: 18332 diff --git a/charts/dev/bitcoinwalletgui/.helmignore b/charts/dev/bitcoinwalletgui/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/bitcoinwalletgui/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/bitcoinwalletgui/CHANGELOG.md b/charts/dev/bitcoinwalletgui/CHANGELOG.md new file mode 100644 index 00000000000..1b97c85e43e --- /dev/null +++ b/charts/dev/bitcoinwalletgui/CHANGELOG.md @@ -0,0 +1,51 @@ +# Changelog
+ + + +### [bitcoinwalletgui-0.0.5](https://github.com/truecharts/apps/compare/bitcoinwalletgui-0.0.4...bitcoinwalletgui-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [bitcoinwalletgui-0.0.4](https://github.com/truecharts/apps/compare/bitcoinwalletgui-0.0.3...bitcoinwalletgui-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [bitcoinwalletgui-0.0.3](https://github.com/truecharts/apps/compare/bitcoinwalletgui-0.0.2...bitcoinwalletgui-0.0.3) (2022-04-20) + +#### Chore + +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [bitcoinwalletgui-0.0.2](https://github.com/truecharts/apps/compare/bitcoinwalletgui-0.0.1...bitcoinwalletgui-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + +#### Fix + +* ensure ghcr is used when running tests ([#2449](https://github.com/truecharts/apps/issues/2449)) + + + + +### bitcoinwalletgui-0.0.1 (2022-04-07) + +#### Feat + +* Unraid Port - B ([#2440](https://github.com/truecharts/apps/issues/2440)) diff --git a/charts/dev/bitcoinwalletgui/Chart.yaml b/charts/dev/bitcoinwalletgui/Chart.yaml new file mode 100644 index 00000000000..b10b1039716 --- /dev/null +++ b/charts/dev/bitcoinwalletgui/Chart.yaml @@ -0,0 +1,30 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - Other + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: 'Bitcoin wallet with GUI over VNC and NoVNC. + + ' +home: https://github.com/truecharts/apps/tree/master/charts/stable/bitcoinwalletgui +icon: https://truecharts.org/_static/img/appicons/bitcoinwalletgui.png +keywords: +- bitcoinwalletgui +- Other +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: bitcoinwalletgui +sources: +- https://hub.docker.com/r/ulisses1478/bitcoinwallet-gui +type: application +version: 0.0.5 diff --git a/charts/dev/bitcoinwalletgui/README.md b/charts/dev/bitcoinwalletgui/README.md new file mode 100644 index 00000000000..f0c59f61bda --- /dev/null +++ b/charts/dev/bitcoinwalletgui/README.md @@ -0,0 +1,37 @@ +# Introduction + +Bitcoin wallet with GUI over VNC and NoVNC. + +TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** + +## Source Code + +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 9.3.3 | + +## Installing the Chart + +To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/). + +## Upgrading, Rolling Back and Uninstalling the Chart + +To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). + +## Support + +- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first. +- See the [Wiki](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) +--- +All Rights Reserved - The TrueCharts Project diff --git a/charts/dev/bitcoinwalletgui/icon.png b/charts/dev/bitcoinwalletgui/icon.png new file mode 100644 index 00000000000..cf55a4be076 Binary files /dev/null and b/charts/dev/bitcoinwalletgui/icon.png differ diff --git a/charts/dev/bitcoinwalletgui/templates/common.yaml b/charts/dev/bitcoinwalletgui/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/bitcoinwalletgui/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/bitcoinwalletgui/values.yaml b/charts/dev/bitcoinwalletgui/values.yaml new file mode 100644 index 00000000000..405bd94da63 --- /dev/null +++ b/charts/dev/bitcoinwalletgui/values.yaml @@ -0,0 +1,35 @@ +env: + VNC_PW: vncpassword + VNC_RESOLUTION: 1280x1024 + VNC_VIEW_ONLY: 'false' +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/bitcoinwalletgui + tag: latest +persistence: + bitcoinblockchainpath: + enabled: true + mountPath: /headless/.bitcoin/ +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: true + ports: + main: + enabled: true + port: 6901 + protocol: HTTP + targetPort: 6901 + vncport: + enabled: true + ports: + vncport: + enabled: true + port: 5905 + protocol: TCP + targetPort: 5901 diff --git a/charts/dev/blender-desktop-g3/.helmignore b/charts/dev/blender-desktop-g3/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/blender-desktop-g3/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/blender-desktop-g3/CHANGELOG.md b/charts/dev/blender-desktop-g3/CHANGELOG.md new file mode 100644 index 00000000000..7e3a2672f3d --- /dev/null +++ b/charts/dev/blender-desktop-g3/CHANGELOG.md @@ -0,0 +1,52 @@ +# Changelog
+ + + +### [blender-desktop-g3-0.0.5](https://github.com/truecharts/apps/compare/blender-desktop-g3-0.0.4...blender-desktop-g3-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [blender-desktop-g3-0.0.4](https://github.com/truecharts/apps/compare/blender-desktop-g3-0.0.3...blender-desktop-g3-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [blender-desktop-g3-0.0.3](https://github.com/truecharts/apps/compare/blender-desktop-g3-0.0.2...blender-desktop-g3-0.0.3) (2022-04-20) + +#### Chore + +* Auto-update chart README [skip ci] +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [blender-desktop-g3-0.0.2](https://github.com/truecharts/apps/compare/blender-desktop-g3-0.0.1...blender-desktop-g3-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + +#### Fix + +* ensure ghcr is used when running tests ([#2449](https://github.com/truecharts/apps/issues/2449)) + + + + +### blender-desktop-g3-0.0.1 (2022-04-07) + +#### Feat + +* Unraid Port - B ([#2440](https://github.com/truecharts/apps/issues/2440)) diff --git a/charts/dev/blender-desktop-g3/Chart.yaml b/charts/dev/blender-desktop-g3/Chart.yaml new file mode 100644 index 00000000000..91efcda855b --- /dev/null +++ b/charts/dev/blender-desktop-g3/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - Productivity + - Tools-Utilities + - MediaApp-Photos + - MediaApp-Other + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: "DESCRIPTION\r\n" +home: https://github.com/truecharts/apps/tree/master/charts/stable/blender-desktop-g3 +icon: https://truecharts.org/_static/img/appicons/blender-desktop-g3.png +keywords: +- blender-desktop-g3 +- Productivity +- Tools-Utilities +- MediaApp-Photos +- MediaApp-Other +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: blender-desktop-g3 +sources: +- https://github.com/accetto/headless-drawing-g3/ +- https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-blender-g3 +type: application +version: 0.0.5 diff --git a/charts/dev/blender-desktop-g3/README.md b/charts/dev/blender-desktop-g3/README.md new file mode 100644 index 00000000000..b458976591b --- /dev/null +++ b/charts/dev/blender-desktop-g3/README.md @@ -0,0 +1,38 @@ +# Introduction + +DESCRIPTION + +TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 9.3.3 | + +## Installing the Chart + +To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/). + +## Upgrading, Rolling Back and Uninstalling the Chart + +To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). + +## Support + +- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first. +- See the [Wiki](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) +--- +All Rights Reserved - The TrueCharts Project diff --git a/charts/dev/blender-desktop-g3/icon.png b/charts/dev/blender-desktop-g3/icon.png new file mode 100644 index 00000000000..5d120fca22b Binary files /dev/null and b/charts/dev/blender-desktop-g3/icon.png differ diff --git a/charts/dev/blender-desktop-g3/templates/common.yaml b/charts/dev/blender-desktop-g3/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/blender-desktop-g3/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/blender-desktop-g3/values.yaml b/charts/dev/blender-desktop-g3/values.yaml new file mode 100644 index 00000000000..7a02a3b0cd4 --- /dev/null +++ b/charts/dev/blender-desktop-g3/values.yaml @@ -0,0 +1,37 @@ +env: + VNC_PW: unraid + VNC_RESOLUTION: 1360x768 +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/blender-desktop-g3 + tag: latest +persistence: + internalshare: + enabled: true + mountPath: /UNRAID_SHARE + storageprojects: + enabled: true + mountPath: /srv/projects +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: true + ports: + main: + enabled: true + port: 6901 + protocol: HTTP + targetPort: 6901 + webuivnc: + enabled: true + ports: + webuivnc: + enabled: true + port: 5901 + protocol: TCP + targetPort: 5901 diff --git a/charts/dev/blender/.helmignore b/charts/dev/blender/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/blender/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/blender/CHANGELOG.md b/charts/dev/blender/CHANGELOG.md new file mode 100644 index 00000000000..07d1e00acc9 --- /dev/null +++ b/charts/dev/blender/CHANGELOG.md @@ -0,0 +1,51 @@ +# Changelog
+ + + +### [blender-0.0.5](https://github.com/truecharts/apps/compare/blender-0.0.4...blender-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [blender-0.0.4](https://github.com/truecharts/apps/compare/blender-desktop-g3-0.0.3...blender-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [blender-0.0.3](https://github.com/truecharts/apps/compare/blender-desktop-g3-0.0.2...blender-0.0.3) (2022-04-20) + +#### Chore + +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [blender-0.0.2](https://github.com/truecharts/apps/compare/blender-desktop-g3-0.0.1...blender-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + +#### Fix + +* ensure ghcr is used when running tests ([#2449](https://github.com/truecharts/apps/issues/2449)) + + + + +### blender-0.0.1 (2022-04-07) + +#### Feat + +* Unraid Port - B ([#2440](https://github.com/truecharts/apps/issues/2440)) diff --git a/charts/dev/blender/Chart.yaml b/charts/dev/blender/Chart.yaml new file mode 100644 index 00000000000..fda300fb0da --- /dev/null +++ b/charts/dev/blender/Chart.yaml @@ -0,0 +1,34 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - Other + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: Blender(https://www.blender.org/) is a free and open-source 3D computer + graphics software toolset used for creating animated films, visual effects, art, + 3D printed models, motion graphics, interactive 3D applications, virtual reality, + and computer games. **This image does not support GPU rendering out of the box only + accelerated workspace experience** +home: https://github.com/truecharts/apps/tree/master/charts/stable/blender +icon: https://truecharts.org/_static/img/appicons/blender.png +keywords: +- blender +- Other +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: blender +sources: +- https://www.blender.org/ +- https://github.com/orgs/linuxserver/packages/container/package/blender +- https://github.com/linuxserver/docker-blender#readme +type: application +version: 0.0.5 diff --git a/charts/dev/blender/README.md b/charts/dev/blender/README.md new file mode 100644 index 00000000000..e035e45b66f --- /dev/null +++ b/charts/dev/blender/README.md @@ -0,0 +1,39 @@ +# Introduction + +Blender(https://www.blender.org/) is a free and open-source 3D computer graphics software toolset used for creating animated films, visual effects, art, 3D printed models, motion graphics, interactive 3D applications, virtual reality, and computer games. **This image does not support GPU rendering out of the box only accelerated workspace experience** + +TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 9.3.3 | + +## Installing the Chart + +To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/). + +## Upgrading, Rolling Back and Uninstalling the Chart + +To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). + +## Support + +- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first. +- See the [Wiki](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) +--- +All Rights Reserved - The TrueCharts Project diff --git a/charts/dev/blender/icon.png b/charts/dev/blender/icon.png new file mode 100644 index 00000000000..82bea23c50f Binary files /dev/null and b/charts/dev/blender/icon.png differ diff --git a/charts/dev/blender/templates/common.yaml b/charts/dev/blender/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/blender/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/blender/values.yaml b/charts/dev/blender/values.yaml new file mode 100644 index 00000000000..8d57ae2e731 --- /dev/null +++ b/charts/dev/blender/values.yaml @@ -0,0 +1,27 @@ +env: + KEYBOARD: '' + SUBFOLDER: '' + UMASK: '' +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/blender + tag: latest +persistence: + config: + enabled: true + mountPath: /config +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: true + ports: + main: + enabled: true + port: 3000 + protocol: TCP + targetPort: 3000 diff --git a/charts/dev/breitbandmessung-de/.helmignore b/charts/dev/breitbandmessung-de/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/breitbandmessung-de/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/breitbandmessung-de/CHANGELOG.md b/charts/dev/breitbandmessung-de/CHANGELOG.md new file mode 100644 index 00000000000..168b57e6fed --- /dev/null +++ b/charts/dev/breitbandmessung-de/CHANGELOG.md @@ -0,0 +1,52 @@ +# Changelog
+ + + +### [breitbandmessung-de-0.0.5](https://github.com/truecharts/apps/compare/breitbandmessung-de-0.0.4...breitbandmessung-de-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [breitbandmessung-de-0.0.4](https://github.com/truecharts/apps/compare/breitbandmessung-de-0.0.3...breitbandmessung-de-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [breitbandmessung-de-0.0.3](https://github.com/truecharts/apps/compare/breitbandmessung-de-0.0.2...breitbandmessung-de-0.0.3) (2022-04-20) + +#### Chore + +* Auto-update chart README [skip ci] +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [breitbandmessung-de-0.0.2](https://github.com/truecharts/apps/compare/breitbandmessung-de-0.0.1...breitbandmessung-de-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + +#### Fix + +* ensure ghcr is used when running tests ([#2449](https://github.com/truecharts/apps/issues/2449)) + + + + +### breitbandmessung-de-0.0.1 (2022-04-07) + +#### Feat + +* Unraid Port - B ([#2440](https://github.com/truecharts/apps/issues/2440)) diff --git a/charts/dev/breitbandmessung-de/Chart.yaml b/charts/dev/breitbandmessung-de/Chart.yaml new file mode 100644 index 00000000000..f44f940670a --- /dev/null +++ b/charts/dev/breitbandmessung-de/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - HomeAutomation + - Productivity + - Tools-Utilities + - Other + - Network-Management + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: "A script to enable customers of lazy ISPs to perform measurement campaigns\ + \ of the connection speed as described here in an automated way.\r\n" +home: https://github.com/truecharts/apps/tree/master/charts/stable/breitbandmessung-de +icon: https://truecharts.org/_static/img/appicons/breitbandmessung-de.png +keywords: +- breitbandmessung-de +- HomeAutomation +- Productivity +- Tools-Utilities +- Other +- Network-Management +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: breitbandmessung-de +sources: +- https://github.com/shneezin/breitbandmessung-node +- https://hub.docker.com/r/shneezin/breitbandmessung-node +type: application +version: 0.0.5 diff --git a/charts/dev/breitbandmessung-de/README.md b/charts/dev/breitbandmessung-de/README.md new file mode 100644 index 00000000000..47a644cbb86 --- /dev/null +++ b/charts/dev/breitbandmessung-de/README.md @@ -0,0 +1,38 @@ +# Introduction + +A script to enable customers of lazy ISPs to perform measurement campaigns of the connection speed as described here in an automated way. + +TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 9.3.3 | + +## Installing the Chart + +To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/). + +## Upgrading, Rolling Back and Uninstalling the Chart + +To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). + +## Support + +- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first. +- See the [Wiki](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) +--- +All Rights Reserved - The TrueCharts Project diff --git a/charts/dev/breitbandmessung-de/icon.png b/charts/dev/breitbandmessung-de/icon.png new file mode 100644 index 00000000000..797e2c4473b --- /dev/null +++ b/charts/dev/breitbandmessung-de/icon.png @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + diff --git a/charts/dev/breitbandmessung-de/templates/common.yaml b/charts/dev/breitbandmessung-de/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/breitbandmessung-de/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/breitbandmessung-de/values.yaml b/charts/dev/breitbandmessung-de/values.yaml new file mode 100644 index 00000000000..37c64c3ec17 --- /dev/null +++ b/charts/dev/breitbandmessung-de/values.yaml @@ -0,0 +1,24 @@ +env: {} +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/breitbandmessung-de + tag: latest +persistence: + config: + enabled: true + mountPath: /usr/src/app/config + messurementlogs: + enabled: true + mountPath: /export/ +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: false + ports: + main: + enabled: false diff --git a/charts/dev/btdex/.helmignore b/charts/dev/btdex/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/btdex/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/btdex/CHANGELOG.md b/charts/dev/btdex/CHANGELOG.md new file mode 100644 index 00000000000..99ef83a0be1 --- /dev/null +++ b/charts/dev/btdex/CHANGELOG.md @@ -0,0 +1,51 @@ +# Changelog
+ + + +### [btdex-0.0.5](https://github.com/truecharts/apps/compare/btdex-0.0.4...btdex-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [btdex-0.0.4](https://github.com/truecharts/apps/compare/btdex-0.0.3...btdex-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [btdex-0.0.3](https://github.com/truecharts/apps/compare/btdex-0.0.2...btdex-0.0.3) (2022-04-20) + +#### Chore + +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [btdex-0.0.2](https://github.com/truecharts/apps/compare/btdex-0.0.1...btdex-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + +#### Fix + +* ensure ghcr is used when running tests ([#2449](https://github.com/truecharts/apps/issues/2449)) + + + + +### btdex-0.0.1 (2022-04-07) + +#### Feat + +* Unraid Port - B ([#2440](https://github.com/truecharts/apps/issues/2440)) diff --git a/charts/dev/btdex/Chart.yaml b/charts/dev/btdex/Chart.yaml new file mode 100644 index 00000000000..b87ab079808 --- /dev/null +++ b/charts/dev/btdex/Chart.yaml @@ -0,0 +1,30 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - Crypto + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: This is a Docker container for BTDEX based on jlesage/docker-baseimage-gui + Docker image. +home: https://github.com/truecharts/apps/tree/master/charts/stable/btdex +icon: https://truecharts.org/_static/img/appicons/btdex.png +keywords: +- btdex +- Crypto +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: btdex +sources: +- https://btdex.trade/ +- https://hub.docker.com/r/furritos/docker-btdex:latest +type: application +version: 0.0.5 diff --git a/charts/dev/btdex/README.md b/charts/dev/btdex/README.md new file mode 100644 index 00000000000..17ae4853851 --- /dev/null +++ b/charts/dev/btdex/README.md @@ -0,0 +1,38 @@ +# Introduction + +This is a Docker container for BTDEX based on jlesage/docker-baseimage-gui Docker image. + +TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 9.3.3 | + +## Installing the Chart + +To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/). + +## Upgrading, Rolling Back and Uninstalling the Chart + +To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). + +## Support + +- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first. +- See the [Wiki](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) +--- +All Rights Reserved - The TrueCharts Project diff --git a/charts/dev/btdex/icon.png b/charts/dev/btdex/icon.png new file mode 100644 index 00000000000..7c3b92f2e15 Binary files /dev/null and b/charts/dev/btdex/icon.png differ diff --git a/charts/dev/btdex/templates/common.yaml b/charts/dev/btdex/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/btdex/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/btdex/values.yaml b/charts/dev/btdex/values.yaml new file mode 100644 index 00000000000..26b3ce07e73 --- /dev/null +++ b/charts/dev/btdex/values.yaml @@ -0,0 +1,26 @@ +env: + DISPLAY_HEIGHT: 800|900|1050 + DISPLAY_WIDTH: 1440|1680 +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/btdex + tag: latest +persistence: + btdex: + enabled: true + mountPath: /opt/btdex/cache +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: true + ports: + main: + enabled: true + port: 5800 + protocol: TCP + targetPort: 8080 diff --git a/charts/dev/bwapp/.helmignore b/charts/dev/bwapp/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/bwapp/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/bwapp/CHANGELOG.md b/charts/dev/bwapp/CHANGELOG.md new file mode 100644 index 00000000000..26226a83404 --- /dev/null +++ b/charts/dev/bwapp/CHANGELOG.md @@ -0,0 +1,52 @@ +# Changelog
+ + + +### [bwapp-0.0.5](https://github.com/truecharts/apps/compare/bwapp-0.0.4...bwapp-0.0.5) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [bwapp-0.0.4](https://github.com/truecharts/apps/compare/bwapp-0.0.3...bwapp-0.0.4) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [bwapp-0.0.3](https://github.com/truecharts/apps/compare/bwapp-0.0.2...bwapp-0.0.3) (2022-04-20) + +#### Chore + +* Auto-update chart README [skip ci] +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [bwapp-0.0.2](https://github.com/truecharts/apps/compare/bwapp-0.0.1...bwapp-0.0.2) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + +#### Fix + +* ensure ghcr is used when running tests ([#2449](https://github.com/truecharts/apps/issues/2449)) + + + + +### bwapp-0.0.1 (2022-04-07) + +#### Feat + +* Unraid Port - B ([#2440](https://github.com/truecharts/apps/issues/2440)) diff --git a/charts/dev/bwapp/Chart.yaml b/charts/dev/bwapp/Chart.yaml new file mode 100644 index 00000000000..048d208f445 --- /dev/null +++ b/charts/dev/bwapp/Chart.yaml @@ -0,0 +1,32 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - Tools-Utilities + - Other + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: "bWAPP, or a buggy web application, is a free and open source deliberately\ + \ insecure web application.\r\n" +home: https://github.com/truecharts/apps/tree/master/charts/stable/bwapp +icon: https://truecharts.org/_static/img/appicons/bwapp.png +keywords: +- bwapp +- Tools-Utilities +- Other +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: bwapp +sources: +- https://sourceforge.net/projects/bwapp/ +- https://hub.docker.com/r/raesene/bwapp/ +type: application +version: 0.0.5 diff --git a/charts/dev/bwapp/README.md b/charts/dev/bwapp/README.md new file mode 100644 index 00000000000..466056783bb --- /dev/null +++ b/charts/dev/bwapp/README.md @@ -0,0 +1,38 @@ +# Introduction + +bWAPP, or a buggy web application, is a free and open source deliberately insecure web application. + +TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 9.3.3 | + +## Installing the Chart + +To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/). + +## Upgrading, Rolling Back and Uninstalling the Chart + +To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). + +## Support + +- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first. +- See the [Wiki](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) +--- +All Rights Reserved - The TrueCharts Project diff --git a/charts/dev/bwapp/icon.png b/charts/dev/bwapp/icon.png new file mode 100644 index 00000000000..8f9baea007a Binary files /dev/null and b/charts/dev/bwapp/icon.png differ diff --git a/charts/dev/bwapp/templates/common.yaml b/charts/dev/bwapp/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/bwapp/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/bwapp/values.yaml b/charts/dev/bwapp/values.yaml new file mode 100644 index 00000000000..6c9c03e9c68 --- /dev/null +++ b/charts/dev/bwapp/values.yaml @@ -0,0 +1,18 @@ +env: {} +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/bwapp + tag: latest +persistence: {} +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: false + ports: + main: + enabled: false diff --git a/charts/dev/server-7daystodie/.helmignore b/charts/dev/server-7daystodie/.helmignore new file mode 100644 index 00000000000..4379e2b3014 --- /dev/null +++ b/charts/dev/server-7daystodie/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/dev/server-7daystodie/CHANGELOG.md b/charts/dev/server-7daystodie/CHANGELOG.md new file mode 100644 index 00000000000..3d4f3ac1d46 --- /dev/null +++ b/charts/dev/server-7daystodie/CHANGELOG.md @@ -0,0 +1,60 @@ +# Changelog
+ + + +### [server-7daystodie-0.0.6](https://github.com/truecharts/apps/compare/server-7daystodie-0.0.5...server-7daystodie-0.0.6) (2022-05-05) + +#### Chore + +* update helm general non-major helm releases ([#2612](https://github.com/truecharts/apps/issues/2612)) + + + + +### [server-7daystodie-0.0.5](https://github.com/truecharts/apps/compare/server-7daystodie-0.0.4...server-7daystodie-0.0.5) (2022-04-26) + +#### Chore + +* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573)) + + + + +### [server-7daystodie-0.0.4](https://github.com/truecharts/apps/compare/server-7daystodie-0.0.3...server-7daystodie-0.0.4) (2022-04-20) + +#### Chore + +* add missing quote on description ([#2515](https://github.com/truecharts/apps/issues/2515)) +* update helm general non-major helm releases ([#2524](https://github.com/truecharts/apps/issues/2524)) + + + + +### [server-7daystodie-0.0.3](https://github.com/truecharts/apps/compare/server-7daystodie-0.0.2...server-7daystodie-0.0.3) (2022-04-12) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2480](https://github.com/truecharts/apps/issues/2480)) + + + + +### [server-7daystodie-0.0.2](https://github.com/truecharts/apps/compare/server-7daystodie-0.0.1...server-7daystodie-0.0.2) (2022-04-07) + +#### Chore + +* Auto-update chart README [skip ci] + +#### Fix + +* ensure ghcr is used when running tests ([#2449](https://github.com/truecharts/apps/issues/2449)) + + + + +### server-7daystodie-0.0.1 (2022-04-07) + +#### Feat + +* Unraid Port - digits ([#2437](https://github.com/truecharts/apps/issues/2437)) diff --git a/charts/dev/server-7daystodie/Chart.yaml b/charts/dev/server-7daystodie/Chart.yaml new file mode 100644 index 00000000000..d882dd10fb9 --- /dev/null +++ b/charts/dev/server-7daystodie/Chart.yaml @@ -0,0 +1,30 @@ +annotations: + truecharts.org/SCALE-support: 'false' + truecharts.org/catagories: | + - GameServers + truecharts.org/grade: U +apiVersion: v2 +appVersion: "latest" +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 9.3.3 +deprecated: false +description: "This Docker will download and install SteamCMD. It will also install\ + \ 7 Days to Die and run it.\r\n" +home: https://github.com/truecharts/apps/tree/master/charts/stable/7daystodie +icon: https://truecharts.org/_static/img/appicons/7daystodie.png +keywords: +- 7daystodie +- GameServers +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: server-7daystodie +sources: +- https://www.steampowered.com/ +- https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.6 diff --git a/charts/dev/server-7daystodie/README.md b/charts/dev/server-7daystodie/README.md new file mode 100644 index 00000000000..b0340e620ab --- /dev/null +++ b/charts/dev/server-7daystodie/README.md @@ -0,0 +1,38 @@ +# Introduction + +This Docker will download and install SteamCMD. It will also install 7 Days to Die and run it. + +TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 9.3.3 | + +## Installing the Chart + +To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/). + +## Upgrading, Rolling Back and Uninstalling the Chart + +To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). + +## Support + +- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first. +- See the [Wiki](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) +--- +All Rights Reserved - The TrueCharts Project diff --git a/charts/dev/server-7daystodie/icon.png b/charts/dev/server-7daystodie/icon.png new file mode 100644 index 00000000000..3d875bd2da3 Binary files /dev/null and b/charts/dev/server-7daystodie/icon.png differ diff --git a/charts/dev/server-7daystodie/templates/common.yaml b/charts/dev/server-7daystodie/templates/common.yaml new file mode 100644 index 00000000000..f6d3b6d3a08 --- /dev/null +++ b/charts/dev/server-7daystodie/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "common.all" . }} diff --git a/charts/dev/server-7daystodie/values.yaml b/charts/dev/server-7daystodie/values.yaml new file mode 100644 index 00000000000..8c42a62a09d --- /dev/null +++ b/charts/dev/server-7daystodie/values.yaml @@ -0,0 +1,92 @@ +env: + ENABLE_BEPINEX: 'false' + GAME_ID: '294420' + GAME_PARAMS: -logfile 7DaysToDie_Data/output_log.txt $@ + PASSWRD: '' + SERVERCONFIG: serverconfig.xml + USERNAME: '' + VALIDATE: '' +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/7daystodie + tag: latest +persistence: + serverfiles: + enabled: true + mountPath: /serverdata/serverfiles + steamcmd: + enabled: true + mountPath: /serverdata/steamcmd +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + enabled: true + ports: + main: + enabled: true + port: 26900 + protocol: TCP + targetPort: 26900 + raknet: + enabled: true + ports: + raknet: + enabled: true + port: 26902 + protocol: UDP + targetPort: 26902 + registeringats: + enabled: true + ports: + registeringats: + enabled: true + port: 27015 + protocol: UDP + targetPort: 27015 + steamcommunica: + enabled: true + ports: + steamcommunica: + enabled: true + port: 26901 + protocol: UDP + targetPort: 26901 + steammasterser: + enabled: true + ports: + steammasterser: + enabled: true + port: 26900 + protocol: UDP + targetPort: 26900 + unet: + enabled: true + ports: + unet: + enabled: true + port: 26903 + protocol: UDP + targetPort: 26903 + webbasecontrol: + enabled: true + ports: + webbasecontrol: + enabled: true + port: 8080 + protocol: TCP + targetPort: 8080 + webpanel: + enabled: true + ports: + webpanel: + enabled: true + port: 8082 + protocol: TCP + targetPort: 8082 +command: ["/bin/sh"] +args: ["-c", "groupmod -g ${GID} ${USER} && bash /opt/scripts/start.sh"]