Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
1572ef3063
commit
d20ae7c9f3
|
@ -0,0 +1,35 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: anki-sync-server
|
||||
version: 3.0.6
|
||||
appVersion: 1.1.14
|
||||
description: A cross-platform Anki sync server.
|
||||
home: https://truecharts.org/charts/incubator/anki-sync-server
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/anki-sync-server.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/ankicommunity/anki-devops-services
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/anki-sync-server
|
||||
- https://github.com/truecharts/containers/tree/master/mirroranki-sync-server
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- anki-sync-server
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 14.3.5
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
|
@ -0,0 +1,27 @@
|
|||
# README
|
||||
|
||||
## General Info
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
*All Rights Reserved - The TrueCharts Project*
|
|
@ -0,0 +1,8 @@
|
|||
A cross-platform Anki sync server.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/anki-sync-server](https://truecharts.org/charts/stable/anki-sync-server)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
Binary file not shown.
|
@ -0,0 +1,46 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/anki-sync-server
|
||||
tag: v1.1.14@sha256:3951d969ee43c9a0e69394e49111c55a69d4b5784b1cfe121a0151c29dccd811
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
probes:
|
||||
liveness:
|
||||
type: http
|
||||
path: /
|
||||
readiness:
|
||||
type: http
|
||||
path: /
|
||||
startup:
|
||||
type: http
|
||||
path: /
|
||||
env:
|
||||
ANKISYNCD_USERNAME: "test"
|
||||
ANKISYNCD_PASSWORD: "123456"
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 27701
|
||||
targetPort: 27701
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /app/data
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -0,0 +1,2 @@
|
|||
{{/* Render the templates */}}
|
||||
{{ include "tc.v1.common.loader.all" . }}
|
|
@ -0,0 +1,4 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/anki-sync-server.png
|
||||
categories:
|
||||
- media
|
||||
screenshots: []
|
|
@ -0,0 +1,36 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: answer
|
||||
version: 0.0.11
|
||||
appVersion: 1.2.0
|
||||
description: A Q&A platform software for teams at any scales.
|
||||
home: https://truecharts.org/charts/incubator/answer
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/answer.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/answerdev/answer
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/answer
|
||||
- https://github.com/truecharts/containers/tree/master/mirroranswer
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- answer
|
||||
- forum
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 14.3.5
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: forum
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
|
@ -0,0 +1,27 @@
|
|||
# README
|
||||
|
||||
## General Info
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
*All Rights Reserved - The TrueCharts Project*
|
|
@ -0,0 +1,8 @@
|
|||
A Q&A platform software for teams at any scales.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/answer](https://truecharts.org/charts/stable/answer)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
Binary file not shown.
|
@ -0,0 +1,83 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/answer
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.2.0@sha256:70a578170bca4a7a1040d44cb5ff143d5e9c2c2f32f9d48f1ad4519d61c35451
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: http
|
||||
port: 9080
|
||||
targetPort: 80
|
||||
|
||||
answer:
|
||||
app:
|
||||
language: en-US
|
||||
# DEBUG | INFO | WARN | ERROR
|
||||
log_level: DEBUG
|
||||
site:
|
||||
name: Answer
|
||||
url: http://localhost:9080
|
||||
contact_email: contact@example.com
|
||||
admin:
|
||||
name: admin
|
||||
password: super-secret-password
|
||||
email: admin@example.com
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
probes:
|
||||
liveness:
|
||||
path: /healthz
|
||||
readiness:
|
||||
path: /healthz
|
||||
startup:
|
||||
type: tcp
|
||||
env:
|
||||
AUTO_INSTALL: true
|
||||
# Don't change this, its only used for the initial install
|
||||
# Does not alter the port the app listens on
|
||||
INSTALL_PORT: 80
|
||||
DB_TYPE: postgres
|
||||
DB_USERNAME: "{{ .Values.cnpg.main.user }}"
|
||||
DB_PASSWORD:
|
||||
secretKeyRef:
|
||||
name: cnpg-main-user
|
||||
key: password
|
||||
# Host + port
|
||||
DB_HOST: '{{ printf "%s:5432" (.Values.cnpg.main.creds.host | trimAll "\"") }}'
|
||||
DB_NAME: "{{ .Values.cnpg.main.database }}"
|
||||
# App
|
||||
LANGUAGE: "{{ .Values.answer.app.language }}"
|
||||
LOG_LEVEL: "{{ .Values.answer.app.log_level }}"
|
||||
# Site
|
||||
SITE_NAME: "{{ .Values.answer.site.name }}"
|
||||
SITE_URL: "{{ .Values.answer.site.url }}"
|
||||
CONTACT_EMAIL: "{{ .Values.answer.site.contact_email }}"
|
||||
# Admin
|
||||
ADMIN_NAME: "{{ .Values.answer.admin.name }}"
|
||||
ADMIN_PASSWORD: "{{ .Values.answer.admin.password }}"
|
||||
ADMIN_EMAIL: "{{ .Values.answer.admin.email }}"
|
||||
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: /data
|
||||
|
||||
cnpg:
|
||||
main:
|
||||
enabled: true
|
||||
user: answer
|
||||
database: answer
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
|
||||
operator:
|
||||
verify:
|
||||
enabled: false
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -0,0 +1 @@
|
|||
{{ include "tc.v1.common.loader.all" . }}
|
|
@ -0,0 +1,4 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/answer.png
|
||||
categories:
|
||||
- forum
|
||||
screenshots: []
|
|
@ -0,0 +1,36 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: automatic-ripping-machine
|
||||
version: 0.0.9
|
||||
appVersion: 2.6.60
|
||||
description: Automatic Ripping Machine (ARM) Scripts.
|
||||
home: https://truecharts.org/charts/incubator/automatic-ripping-machine
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/automatic-ripping-machine.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/automatic-ripping-machine/automatic-ripping-machine
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/automatic-ripping-machine
|
||||
- https://github.com/truecharts/containers/tree/master/mirrorautomatic-ripping-machine
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- automatic-ripping-machine
|
||||
- media
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 14.3.5
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
|
@ -0,0 +1,27 @@
|
|||
# README
|
||||
|
||||
## General Info
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
*All Rights Reserved - The TrueCharts Project*
|
|
@ -0,0 +1,8 @@
|
|||
Automatic Ripping Machine (ARM) Scripts.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/automatic-ripping-machine](https://truecharts.org/charts/stable/automatic-ripping-machine)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
Binary file not shown.
|
@ -0,0 +1,42 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/automatic-ripping-machine
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.6.60@sha256:bf79fee03b4ef8867ccbee6448748bf58b86a59c2400dd9beb5a4b926c6e7c10
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
readOnlyRootFilesystem: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
allowPrivilegeEscalation: true
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: http
|
||||
targetPort: 8080
|
||||
port: 10683
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
# default media perms
|
||||
ARM_UID: "{{ .Values.securityContext.container.PUID }}"
|
||||
ARM_GID: "{{ .Values.securityContext.pod.fsGroup }}"
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/etc/arm/config"
|
||||
arm:
|
||||
enabled: true
|
||||
mountPath: "/home/arm"
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -0,0 +1 @@
|
|||
{{ include "tc.v1.common.loader.all" . }}
|
|
@ -0,0 +1,4 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/automatic-ripping-machine.png
|
||||
categories:
|
||||
- media
|
||||
screenshots: []
|
|
@ -0,0 +1,40 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: backuppc
|
||||
version: 3.0.7
|
||||
appVersion: 6.0.2
|
||||
description:
|
||||
A high-performance, enterprise-grade system for backing up Linux, Windows
|
||||
and macOS PCs and laptops to a server's disk.
|
||||
home: https://truecharts.org/charts/incubator/backuppc
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/backuppc.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://backuppc.github.io/backuppc/index.html
|
||||
- https://github.com/tiredofit/docker-backuppc
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/backuppc
|
||||
- https://github.com/truecharts/containers/tree/master/mirrorbackuppc
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- backuppc
|
||||
- Backup
|
||||
- Network-Web
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 14.3.5
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: Backup
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
|
@ -0,0 +1,27 @@
|
|||
# README
|
||||
|
||||
## General Info
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
*All Rights Reserved - The TrueCharts Project*
|
|
@ -0,0 +1,8 @@
|
|||
A high-performance, enterprise-grade system for backing up Linux, Windows and macOS PCs and laptops to a server's disk.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/backuppc](https://truecharts.org/charts/stable/backuppc)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
Binary file not shown.
|
@ -0,0 +1,76 @@
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/backuppc
|
||||
tag: v6.0.2@sha256:80fe126415f0b530dd7d2645da23c8409f62f184a018c52a3ec1d8c5237d30ff
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
readOnlyRootFilesystem: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: http
|
||||
targetPort: 80
|
||||
port: 8000
|
||||
|
||||
backuppc:
|
||||
smtp:
|
||||
auto_from: false
|
||||
host: postfix-relay
|
||||
port: 25
|
||||
domain: docker
|
||||
maildomain: local
|
||||
auth: none
|
||||
user: ""
|
||||
pass: ""
|
||||
tls: false
|
||||
starttls: false
|
||||
tlscertcheck: false
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
USER_BACKUPPC: "{{ .Values.securityContext.container.PUID }}"
|
||||
GROUP_BACKUPPC: "{{ .Values.securityContext.pod.fsGroup }}"
|
||||
CONFIG_PATH: "{{ .Values.persistence.config.mountPath }}"
|
||||
LOG_PATH: "{{ .Values.persistence.logs.mountPath }}"
|
||||
SSH_KEYS_PATH: "{{ .Values.persistence.ssh.mountPath }}"
|
||||
DATA_PATH: "{{ .Values.persistence.data.mountPath }}"
|
||||
# SMTP
|
||||
SMTP_AUTO_FROM: "{{ .Values.backuppc.smtp.auto_from }}"
|
||||
SMTP_HOST: "{{ .Values.backuppc.smtp.host }}"
|
||||
SMTP_PORT: "{{ .Values.backuppc.smtp.port }}"
|
||||
SMTP_DOMAIN: "{{ .Values.backuppc.smtp.domain }}"
|
||||
SMTP_MAILDOMAIN: "{{ .Values.backuppc.smtp.maildomain }}"
|
||||
SMTP_AUTHENTICATION: "{{ .Values.backuppc.smtp.auth }}"
|
||||
SMTP_USER: "{{ .Values.backuppc.smtp.user }}"
|
||||
SMTP_PASS: "{{ .Values.backuppc.smtp.pass }}"
|
||||
SMTP_TLS: "{{ .Values.backuppc.smtp.tls }}"
|
||||
SMTP_STARTTLS: "{{ .Values.backuppc.smtp.starttls }}"
|
||||
SMTP_TLSCERTCHECK: "{{ .Values.backuppc.smtp.tlscertcheck }}"
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
ssh:
|
||||
enabled: true
|
||||
mountPath: /.ssh
|
||||
logs:
|
||||
enabled: true
|
||||
mountPath: /logs
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: /data
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -0,0 +1 @@
|
|||
{{ include "tc.v1.common.loader.all" . }}
|
|
@ -0,0 +1,4 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/backuppc.png
|
||||
categories:
|
||||
- Backup
|
||||
screenshots: []
|
|
@ -0,0 +1,37 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: cryptpad
|
||||
version: 4.0.1
|
||||
appVersion: 5.5.0
|
||||
description: CryptPad is the Zero Knowledge realtime collaborative editor.
|
||||
home: https://truecharts.org/charts/incubator/cryptpad
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cryptpad.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://cryptpad.fr/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/cryptpad
|
||||
- https://hub.docker.com/r/cryptpad/cryptpad
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- cryptpad
|
||||
- Productivity
|
||||
- Security
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 14.3.5
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: Productivity
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
|
@ -0,0 +1,27 @@
|
|||
# README
|
||||
|
||||
## General Info
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
*All Rights Reserved - The TrueCharts Project*
|
|
@ -0,0 +1,8 @@
|
|||
CryptPad is the Zero Knowledge realtime collaborative editor.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/cryptpad](https://truecharts.org/charts/stable/cryptpad)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
Binary file not shown.
|
@ -0,0 +1,75 @@
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: cryptpad/cryptpad
|
||||
tag: version-5.5.0@sha256:e39fefe674fd5b6c61029a8e233fcb50237acf60e60ac677f9b76446b23104ef
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
probes:
|
||||
liveness:
|
||||
type: http
|
||||
path: /
|
||||
readiness:
|
||||
type: http
|
||||
path: /
|
||||
startup:
|
||||
type: http
|
||||
path: /
|
||||
env:
|
||||
CPAD_MAIN_DOMAIN: "https://your-main-domain.com"
|
||||
CPAD_CONF: /cryptpad/config/config.js
|
||||
|
||||
persistence:
|
||||
blobpath:
|
||||
enabled: true
|
||||
mountPath: /cryptpad/blob
|
||||
blockpath:
|
||||
enabled: true
|
||||
mountPath: /cryptpad/block
|
||||
customizepath:
|
||||
enabled: true
|
||||
mountPath: /cryptpad/customize
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: /cryptpad/data
|
||||
datastorepath:
|
||||
enabled: true
|
||||
mountPath: /cryptpad/datastore
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 3000
|
||||
protocol: http
|
||||
targetPort: 3000
|
||||
port2:
|
||||
enabled: true
|
||||
ports:
|
||||
port2:
|
||||
enabled: true
|
||||
port: 3001
|
||||
protocol: tcp
|
||||
targetPort: 3001
|
||||
websocket:
|
||||
enabled: true
|
||||
ports:
|
||||
websocket:
|
||||
enabled: true
|
||||
port: 3003
|
||||
protocol: tcp
|
||||
targetPort: 3003
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -0,0 +1,2 @@
|
|||
{{/* Render the templates */}}
|
||||
{{ include "tc.v1.common.loader.all" . }}
|
|
@ -0,0 +1,4 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/cryptpad.png
|
||||
categories:
|
||||
- Productivity
|
||||
screenshots: []
|
|
@ -0,0 +1,36 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: cs2
|
||||
version: 0.0.2
|
||||
appVersion: latest
|
||||
description: A custom SteamCMD chart that runs CS2.
|
||||
home: https://truecharts.org/charts/incubator/cs2
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cs2.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/ich777/docker-steamcmd-server/tree/cs2
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/cs2
|
||||
- https://github.com/truecharts/containers/tree/master/mirrorcs2
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- cs2
|
||||
- counter-strike
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 14.3.3
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: games
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
|
@ -0,0 +1,27 @@
|
|||
# README
|
||||
|
||||
## General Info
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
*All Rights Reserved - The TrueCharts Project*
|
|
@ -0,0 +1,8 @@
|
|||
A custom SteamCMD chart that runs CS2.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/cs2](https://truecharts.org/charts/stable/cs2)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
Binary file not shown.
|
@ -0,0 +1,66 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/cs2
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:24f52ee1c81175980b76914803bc3ca15c02d4217ccc1c0baf414b8cd2d5f44f
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: udp
|
||||
port: 27015
|
||||
|
||||
cs2:
|
||||
game:
|
||||
id: 730
|
||||
user: ""
|
||||
pass: ""
|
||||
validate: false
|
||||
params:
|
||||
- -dedicated
|
||||
- -dev
|
||||
- +map
|
||||
- de_inferno
|
||||
- +game_type 0
|
||||
- +game_mode 1
|
||||
- -usercon
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
env:
|
||||
STEAMCMD_DIR: "{{ .Values.persistence.steamcmd.mountPath }}"
|
||||
SERVER_DIR: "{{ .Values.persistence.serverfiles.mountPath }}"
|
||||
GAME_PORT: "{{ .Values.service.main.ports.main.port }}"
|
||||
GAME_ID: "{{ .Values.cs2.game.id }}"
|
||||
USERNAME: "{{ .Values.cs2.game.user }}"
|
||||
PASSWRD: "{{ .Values.cs2.game.password }}"
|
||||
GAME_PARAMS: '{{ join " " .Values.cs2.game.params }}'
|
||||
VALIDATE: "{{ .Values.cs2.game.validate }}"
|
||||
|
||||
persistence:
|
||||
steamcmd:
|
||||
enabled: true
|
||||
mountPath: /serverdata/steamcmd
|
||||
serverfiles:
|
||||
enabled: true
|
||||
mountPath: /serverdata/serverfiles
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: false
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -0,0 +1 @@
|
|||
{{ include "tc.v1.common.loader.all" . }}
|
|
@ -0,0 +1,4 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/cs2.png
|
||||
categories:
|
||||
- games
|
||||
screenshots: []
|
|
@ -0,0 +1,50 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: ctfd
|
||||
version: 0.0.8
|
||||
appVersion: 3.5.3
|
||||
description: CTFd is a Capture The Flag framework focusing on ease of use and customizability.
|
||||
home: https://truecharts.org/charts/incubator/ctfd
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/ctfd.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/CTFd/CTFd
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/ctfd
|
||||
- https://github.com/truecharts/containers/tree/master/mirrorctfd
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- ctfd
|
||||
- learning
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 14.3.5
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: mariadb
|
||||
version: 7.0.70
|
||||
repository: https://deps.truecharts.org/
|
||||
condition: mariadb.enabled
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: redis
|
||||
version: 6.0.66
|
||||
repository: https://deps.truecharts.org
|
||||
condition: redis.enabled
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: learning
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
|
@ -0,0 +1,27 @@
|
|||
# README
|
||||
|
||||
## General Info
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
*All Rights Reserved - The TrueCharts Project*
|
|
@ -0,0 +1,8 @@
|
|||
CTFd is a Capture The Flag framework focusing on ease of use and customizability.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/ctfd](https://truecharts.org/charts/stable/ctfd)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,81 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/ctfd
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v3.5.3@sha256:f2de4da7263eb368c7999eacb3faa2663cb74ae63b37f77ba4a69a991196c886
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: http
|
||||
targetPort: 8000
|
||||
port: 10613
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
# filesystem | s3
|
||||
UPLOAD_PROVIDER: filesystem
|
||||
# set storage locations.
|
||||
UPLOAD_FOLDER: "{{ .Values.persistence.uploads.mountPath }}"
|
||||
LOG_FOLDER: "{{ .Values.persistence.logs.mountPath }}"
|
||||
SECRET_KEY:
|
||||
secretKeyRef:
|
||||
name: ctfd-secrets
|
||||
key: SECRET_KEY
|
||||
DATABASE_PORT: 3306
|
||||
DATABASE_NAME: "{{ .Values.mariadb.mariadbDatabase }}"
|
||||
DATABASE_USER: "{{ .Values.mariadb.mariadbUsername }}"
|
||||
DATABASE_HOST:
|
||||
secretKeyRef:
|
||||
expandObjectName: false
|
||||
name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
|
||||
key: plainhost
|
||||
DATABASE_PASSWORD:
|
||||
secretKeyRef:
|
||||
expandObjectName: false
|
||||
name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
|
||||
key: mariadb-password
|
||||
REDIS_URL:
|
||||
secretKeyRef:
|
||||
expandObjectName: false
|
||||
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
|
||||
key: url
|
||||
MAIL_USEAUTH: false
|
||||
MAILFROM_ADDR: ""
|
||||
MAIL_SERVER: ""
|
||||
MAIL_PORT: 587
|
||||
MAIL_USERNAME: ""
|
||||
MAIL_PASSWORD: ""
|
||||
MAIL_TLS: false
|
||||
MAIL_SSL: false
|
||||
# CTFd will not load any plugins which may alleviate issues preventing CTFd from starting, default is false.
|
||||
SAFE_MODE: true
|
||||
REVERSE_PROXY: false
|
||||
# majorleaguecyber
|
||||
OAUTH_CLIENT_ID: ""
|
||||
OAUTH_CLIENT_SECRET: ""
|
||||
|
||||
mariadb:
|
||||
enabled: true
|
||||
mariadbUsername: ctfd
|
||||
mariadbDatabase: ctfd
|
||||
|
||||
redis:
|
||||
enabled: true
|
||||
redisUsername: default
|
||||
|
||||
persistence:
|
||||
uploads:
|
||||
enabled: true
|
||||
mountPath: "/uploads"
|
||||
logs:
|
||||
enabled: true
|
||||
mountPath: "/logs"
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -0,0 +1,13 @@
|
|||
{{/* Define the secrets */}}
|
||||
{{- define "ctfd.secrets" -}}
|
||||
|
||||
{{- $secretName := (printf "%s-ctfd-secrets" (include "tc.v1.common.lib.chart.names.fullname" $)) -}}
|
||||
|
||||
{{- $secret_key := randAlphaNum 32 -}}
|
||||
{{- with (lookup "v1" "Secret" .Release.Namespace $secretName) -}}
|
||||
{{- $secret_key = index .data "SECRET_KEY" | b64dec -}}
|
||||
{{- end }}
|
||||
enabled: true
|
||||
data:
|
||||
SECRET_KEY: {{ $secret_key }}
|
||||
{{- end -}}
|
|
@ -0,0 +1,11 @@
|
|||
{{/* Make sure all variables are set properly */}}
|
||||
{{- include "tc.v1.common.loader.init" . }}
|
||||
|
||||
{{/* Render secrets for ctfd */}}
|
||||
{{- $secrets := include "ctfd.secrets" . | fromYaml -}}
|
||||
{{- if $secrets -}}
|
||||
{{- $_ := set .Values.secret "ctfd-secrets" $secrets -}}
|
||||
{{- end -}}
|
||||
|
||||
{{/* Render the templates */}}
|
||||
{{ include "tc.v1.common.loader.apply" . }}
|
|
@ -0,0 +1,4 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/ctfd.png
|
||||
categories:
|
||||
- learning
|
||||
screenshots: []
|
|
@ -0,0 +1,36 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: factorio
|
||||
version: 4.1.7
|
||||
appVersion: stable
|
||||
description: A game in which you build and maintain factories.
|
||||
home: https://truecharts.org/charts/incubator/factorio
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/factorio.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/factoriotools/factorio-docker
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/factorio
|
||||
- https://github.com/truecharts/containers/tree/master/mirrorfactorio
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- factorio
|
||||
- GameServers
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 14.3.5
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: GameServers
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
|
@ -0,0 +1,27 @@
|
|||
# README
|
||||
|
||||
## General Info
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
*All Rights Reserved - The TrueCharts Project*
|
|
@ -0,0 +1,8 @@
|
|||
A game in which you build and maintain factories.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/factorio](https://truecharts.org/charts/stable/factorio)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
Binary file not shown.
|
@ -0,0 +1,59 @@
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/factorio
|
||||
tag: vstable@sha256:110b9147fd5535d4ee6d5b1845b6e0a071a9e8bc4bfe854654c1fa2530d1bd16
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 34197
|
||||
protocol: udp
|
||||
rcon:
|
||||
enabled: true
|
||||
ports:
|
||||
rcon:
|
||||
enabled: true
|
||||
port: 27015
|
||||
protocol: tcp
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
probes:
|
||||
liveness:
|
||||
type: tcp
|
||||
port: "{{ .Values.service.rcon.ports.rcon.port }}"
|
||||
readiness:
|
||||
type: tcp
|
||||
port: "{{ .Values.service.rcon.ports.rcon.port }}"
|
||||
startup:
|
||||
type: tcp
|
||||
port: "{{ .Values.service.rcon.ports.rcon.port }}"
|
||||
env:
|
||||
PORT: "{{ .Values.service.main.ports.main.port }}"
|
||||
RCON_PORT: "{{ .Values.service.rcon.ports.rcon.port }}"
|
||||
GENERATE_NEW_SAVE: false
|
||||
LOAD_LATEST_SAVE: true
|
||||
SAVE_NAME: "_autosave1"
|
||||
TOKEN: ""
|
||||
UPDATE_MODS_ON_START: ""
|
||||
USERNAME: ""
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /factorio
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: false
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -0,0 +1,2 @@
|
|||
{{/* Render the templates */}}
|
||||
{{ include "tc.v1.common.loader.all" . }}
|
|
@ -0,0 +1,4 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/factorio.png
|
||||
categories:
|
||||
- GameServers
|
||||
screenshots: []
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue