add the dev-train containig helm-only charts (#3218)

This commit is contained in:
Kjeld Schouten-Lebbing 2022-07-19 17:27:57 +02:00 committed by GitHub
parent 94c1e4d422
commit 938bc332c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
278 changed files with 7032 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,47 @@
# Changelog<br>
<a name="acestream-0.0.5"></a>
### [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))
<a name="acestream-0.0.4"></a>
### [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))
<a name="acestream-0.0.3"></a>
### [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))
<a name="acestream-0.0.2"></a>
### [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))
<a name="acestream-0.0.1"></a>
### acestream-0.0.1 (2022-04-08)
#### Feat
* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438))

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -0,0 +1,2 @@
{{/* Render the templates */}}
{{ include "common.all" . }}

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,47 @@
# Changelog<br>
<a name="adguard-home-0.0.5"></a>
### [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))
<a name="adguard-home-0.0.4"></a>
### [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))
<a name="adguard-home-0.0.3"></a>
### [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))
<a name="adguard-home-0.0.2"></a>
### [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))
<a name="adguard-home-0.0.1"></a>
### adguard-home-0.0.1 (2022-04-08)
#### Feat
* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438))

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

View File

@ -0,0 +1,2 @@
{{/* Render the templates */}}
{{ include "common.all" . }}

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,47 @@
# Changelog<br>
<a name="adguardhome-sync-0.0.5"></a>
### [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))
<a name="adguardhome-sync-0.0.4"></a>
### [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))
<a name="adguardhome-sync-0.0.3"></a>
### [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))
<a name="adguardhome-sync-0.0.2"></a>
### [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))
<a name="adguardhome-sync-0.0.1"></a>
### adguardhome-sync-0.0.1 (2022-04-08)
#### Feat
* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438))

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

View File

@ -0,0 +1,2 @@
{{/* Render the templates */}}
{{ include "common.all" . }}

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,47 @@
# Changelog<br>
<a name="adminer-0.0.5"></a>
### [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))
<a name="adminer-0.0.4"></a>
### [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))
<a name="adminer-0.0.3"></a>
### [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))
<a name="adminer-0.0.2"></a>
### [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))
<a name="adminer-0.0.1"></a>
### adminer-0.0.1 (2022-04-08)
#### Feat
* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438))

View File

@ -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

BIN
charts/dev/adminer/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

View File

@ -0,0 +1,2 @@
{{/* Render the templates */}}
{{ include "common.all" . }}

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,47 @@
# Changelog<br>
<a name="alienswarm-reactivedrop-0.0.5"></a>
### [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))
<a name="alienswarm-reactivedrop-0.0.4"></a>
### [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))
<a name="alienswarm-reactivedrop-0.0.3"></a>
### [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))
<a name="alienswarm-reactivedrop-0.0.2"></a>
### [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))
<a name="alienswarm-reactivedrop-0.0.1"></a>
### alienswarm-reactivedrop-0.0.1 (2022-04-08)
#### Feat
* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438))

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

View File

@ -0,0 +1,2 @@
{{/* Render the templates */}}
{{ include "common.all" . }}

View File

@ -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"]

View File

@ -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

View File

@ -0,0 +1,47 @@
# Changelog<br>
<a name="alienswarm-0.0.5"></a>
### [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))
<a name="alienswarm-0.0.4"></a>
### [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))
<a name="alienswarm-0.0.3"></a>
### [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))
<a name="alienswarm-0.0.2"></a>
### [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))
<a name="alienswarm-0.0.1"></a>
### alienswarm-0.0.1 (2022-04-08)
#### Feat
* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438))

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

View File

@ -0,0 +1,2 @@
{{/* Render the templates */}}
{{ include "common.all" . }}

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,47 @@
# Changelog<br>
<a name="altitude-0.0.5"></a>
### [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))
<a name="altitude-0.0.4"></a>
### [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))
<a name="altitude-0.0.3"></a>
### [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))
<a name="altitude-0.0.2"></a>
### [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))
<a name="altitude-0.0.1"></a>
### altitude-0.0.1 (2022-04-08)
#### Feat
* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438))

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -0,0 +1,2 @@
{{/* Render the templates */}}
{{ include "common.all" . }}

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,46 @@
# Changelog<br>
<a name="ama-0.0.5"></a>
### [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))
<a name="ama-0.0.4"></a>
### [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))
<a name="ama-0.0.3"></a>
### [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))
<a name="ama-0.0.2"></a>
### [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))
<a name="ama-0.0.1"></a>
### [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))

32
charts/dev/ama/Chart.yaml Normal file
View File

@ -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

BIN
charts/dev/ama/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -0,0 +1,2 @@
{{/* Render the templates */}}
{{ include "common.all" . }}

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,47 @@
# Changelog<br>
<a name="ambd-0.0.5"></a>
### [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))
<a name="ambd-0.0.4"></a>
### [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))
<a name="ambd-0.0.3"></a>
### [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))
<a name="ambd-0.0.2"></a>
### [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))
<a name="ambd-0.0.1"></a>
### ambd-0.0.1 (2022-04-08)
#### Feat
* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438))

View File

@ -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

BIN
charts/dev/ambd/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -0,0 +1,2 @@
{{/* Render the templates */}}
{{ include "common.all" . }}

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,47 @@
# Changelog<br>
<a name="americasarmy-pg-0.0.5"></a>
### [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))
<a name="americasarmy-pg-0.0.4"></a>
### [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))
<a name="americasarmy-pg-0.0.3"></a>
### [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))
<a name="americasarmy-pg-0.0.2"></a>
### [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))
<a name="americasarmy-pg-0.0.1"></a>
### americasarmy-pg-0.0.1 (2022-04-08)
#### Feat
* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438))

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

View File

@ -0,0 +1,2 @@
{{/* Render the templates */}}
{{ include "common.all" . }}

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,47 @@
# Changelog<br>
<a name="amtd-0.0.5"></a>
### [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))
<a name="amtd-0.0.4"></a>
### [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))
<a name="amtd-0.0.3"></a>
### [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))
<a name="amtd-0.0.2"></a>
### [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))
<a name="amtd-0.0.1"></a>
### amtd-0.0.1 (2022-04-08)
#### Feat
* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438))

View File

@ -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

BIN
charts/dev/amtd/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -0,0 +1,2 @@
{{/* Render the templates */}}
{{ include "common.all" . }}

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,47 @@
# Changelog<br>
<a name="amule-0.0.5"></a>
### [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))
<a name="amule-0.0.4"></a>
### [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))
<a name="amule-0.0.3"></a>
### [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))
<a name="amule-0.0.2"></a>
### [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))
<a name="amule-0.0.1"></a>
### amule-0.0.1 (2022-04-08)
#### Feat
* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438))

View File

@ -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

BIN
charts/dev/amule/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -0,0 +1,2 @@
{{/* Render the templates */}}
{{ include "common.all" . }}

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,47 @@
# Changelog<br>
<a name="amvd-0.0.5"></a>
### [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))
<a name="amvd-0.0.4"></a>
### [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))
<a name="amvd-0.0.3"></a>
### [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))
<a name="amvd-0.0.2"></a>
### [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))
<a name="amvd-0.0.1"></a>
### amvd-0.0.1 (2022-04-08)
#### Feat
* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438))

View File

@ -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

BIN
charts/dev/amvd/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -0,0 +1,2 @@
{{/* Render the templates */}}
{{ include "common.all" . }}

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,47 @@
# Changelog<br>
<a name="android-8-0-0.0.5"></a>
### [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))
<a name="android-8-0-0.0.4"></a>
### [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))
<a name="android-8-0-0.0.3"></a>
### [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))
<a name="android-8-0-0.0.2"></a>
### [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))
<a name="android-8-0-0.0.1"></a>
### android-8-0-0.0.1 (2022-04-08)
#### Feat
* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438))

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -0,0 +1,2 @@
{{/* Render the templates */}}
{{ include "common.all" . }}

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,47 @@
# Changelog<br>
<a name="androiddebugbridge-0.0.5"></a>
### [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))
<a name="androiddebugbridge-0.0.4"></a>
### [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))
<a name="androiddebugbridge-0.0.3"></a>
### [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))
<a name="androiddebugbridge-0.0.2"></a>
### [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))
<a name="androiddebugbridge-0.0.1"></a>
### androiddebugbridge-0.0.1 (2022-04-08)
#### Feat
* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438))

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

View File

@ -0,0 +1,2 @@
{{/* Render the templates */}}
{{ include "common.all" . }}

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,47 @@
# Changelog<br>
<a name="anope-0.0.5"></a>
### [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))
<a name="anope-0.0.4"></a>
### [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))
<a name="anope-0.0.3"></a>
### [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))
<a name="anope-0.0.2"></a>
### [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))
<a name="anope-0.0.1"></a>
### anope-0.0.1 (2022-04-08)
#### Feat
* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438))

View File

@ -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

BIN
charts/dev/anope/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -0,0 +1,2 @@
{{/* Render the templates */}}
{{ include "common.all" . }}

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,47 @@
# Changelog<br>
<a name="apache-webdav-0.0.5"></a>
### [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))
<a name="apache-webdav-0.0.4"></a>
### [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))
<a name="apache-webdav-0.0.3"></a>
### [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))
<a name="apache-webdav-0.0.2"></a>
### [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))
<a name="apache-webdav-0.0.1"></a>
### apache-webdav-0.0.1 (2022-04-08)
#### Feat
* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438))

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

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