Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-03-21 20:18:07 +00:00
parent 86cabc8654
commit 0bce0e1614
17 changed files with 3761 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# Changelog<br>
<a name="kutt-0.0.1"></a>
### kutt-0.0.1 (2022-03-21)
#### Feat
* Add kutt ([#2239](https://github.com/truecharts/apps/issues/2239))

View File

@ -0,0 +1,7 @@
# Configuration Options
##### Connecting to other apps
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
##### Available config options
In the future this page is going to contain an automated list of options available in the installation/edit UI.

View File

@ -0,0 +1,12 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 9.1.6
- name: postgresql
repository: https://truecharts.org/
version: 7.0.6
- name: redis
repository: https://truecharts.org
version: 2.0.5
digest: sha256:8da90edb0f79f572ac97f1613c8a82daf94433f36c93cdbb48259cfad48875bf
generated: "2022-03-21T20:14:04.124963012Z"

View File

@ -0,0 +1,37 @@
apiVersion: v2
appVersion: "2.7.4"
dependencies:
- name: common
repository: https://truecharts.org
version: 9.1.6
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
version: 7.0.6
- condition: redis.enabled
name: redis
repository: https://truecharts.org
version: 2.0.5
deprecated: false
description: A free and open source personal finance manager
home: https://github.com/truecharts/apps/tree/master/charts/stable/kutt
icon: https://truecharts.org/_static/img/appicons/kutt.png
keywords:
- kutt
- link
- short
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: kutt
sources:
- https://github.com/thedevs-network/kutt
type: application
version: 0.0.1
annotations:
truecharts.org/catagories: |
- productivity
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -0,0 +1,39 @@
# Introduction
A free and open source personal finance manager
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/thedevs-network/kutt>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org/ | postgresql | 7.0.6 |
| https://truecharts.org | common | 9.1.6 |
| https://truecharts.org | redis | 2.0.5 |
## Installing the Chart
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
## Upgrading, Rolling Back and Uninstalling the Chart
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
## Support
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
- See the [Wiki](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,3 @@
A free and open source personal finance manager
This App is supplied by TrueCharts, for more information please visit https://truecharts.org

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,67 @@
# Default Helm-Values
TrueCharts is primarily build to supply TrueNAS SCALE Apps.
However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
Most of our Apps also consume our "common" Helm Chart.
If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env.ADMIN_EMAILS | string | `"admin@example.com,admin@example2.com"` | |
| env.CONTACT_EMAIL | string | `"admin@example.com"` | |
| env.CUSTOM_DOMAIN_USE_HTTPS | bool | `false` | |
| env.DB_NAME | string | `"kutt"` | |
| env.DB_PORT | string | `"5432"` | |
| env.DB_USER | string | `"kutt"` | |
| env.DEFAULT_DOMAIN | string | `"localhost:{{ .Values.service.main.ports.main.port }}"` | |
| env.DEFAULT_MAX_STATS_PER_LINK | int | `5000` | |
| env.DISALLOW_ANONYMOUS_LINKS | bool | `false` | |
| env.DISALLOW_REGISTRATION | bool | `false` | |
| env.LINK_LENGTH | int | `6` | |
| env.MAIL_FROM | string | `""` | |
| env.MAIL_HOST | string | `""` | |
| env.MAIL_PORT | int | `567` | |
| env.MAIL_SECURE | bool | `true` | |
| env.NON_USER_COOLDOWN | int | `0` | |
| env.PORT | string | `"{{ .Values.service.main.ports.main.port }}"` | |
| env.REDIS_PORT | string | `"6379"` | |
| env.REPORT_EMAIL | string | `"admin@example.com"` | |
| env.SITE_NAME | string | `"My Kutt Instance"` | |
| env.USER_LIMIT_PER_DAY | int | `50` | |
| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | |
| envValueFrom.DB_HOST.secretKeyRef.name | string | `"dbcreds"` | |
| envValueFrom.DB_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | |
| envValueFrom.DB_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | |
| envValueFrom.JWT_SECRET.secretKeyRef.key | string | `"JWT_SECRET"` | |
| envValueFrom.JWT_SECRET.secretKeyRef.name | string | `"kutt-secrets"` | |
| envValueFrom.REDIS_HOST.secretKeyRef.key | string | `"plainhost"` | |
| envValueFrom.REDIS_HOST.secretKeyRef.name | string | `"rediscreds"` | |
| envValueFrom.REDIS_PASSWORD.secretKeyRef.key | string | `"redis-password"` | |
| envValueFrom.REDIS_PASSWORD.secretKeyRef.name | string | `"rediscreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"kutt/kutt"` | |
| image.tag | string | `"v2.7.4@sha256:2fa9480755229bd9a14ea03fb2129eb80412600f3c5dabc8f9f9fbf35ff88fce"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| postgresql.enabled | bool | `true` | |
| postgresql.existingSecret | string | `"dbcreds"` | |
| postgresql.postgresqlDatabase | string | `"kutt"` | |
| postgresql.postgresqlUsername | string | `"kutt"` | |
| redis.enabled | bool | `true` | |
| redis.existingSecret | string | `"rediscreds"` | |
| secret.GOOGLE_ANALYTICS | string | `""` | |
| secret.GOOGLE_ANALYTICS_UNIVERSAL | string | `""` | |
| secret.GOOGLE_SAFE_BROWSING_KEY | string | `""` | |
| secret.MAIL_PASSWORD | string | `""` | |
| secret.MAIL_USER | string | `""` | |
| secret.RECAPTCHA_SECRET_KEY | string | `""` | |
| secret.RECAPTCHA_SITE_KEY | string | `""` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `10195` | |
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,85 @@
image:
repository: kutt/kutt
pullPolicy: IfNotPresent
tag: v2.7.4@sha256:2fa9480755229bd9a14ea03fb2129eb80412600f3c5dabc8f9f9fbf35ff88fce
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
secret:
MAIL_USER: ""
MAIL_PASSWORD: ""
RECAPTCHA_SITE_KEY: ""
RECAPTCHA_SECRET_KEY: ""
GOOGLE_SAFE_BROWSING_KEY: ""
GOOGLE_ANALYTICS: ""
GOOGLE_ANALYTICS_UNIVERSAL: ""
env:
PORT: "{{ .Values.service.main.ports.main.port }}"
DB_NAME: kutt
DB_USER: kutt
DB_PORT: "5432"
REDIS_PORT: "6379"
# User Defined
SITE_NAME: "My Kutt Instance"
DEFAULT_DOMAIN: "localhost:{{ .Values.service.main.ports.main.port }}"
LINK_LENGTH: 6
USER_LIMIT_PER_DAY: 50
NON_USER_COOLDOWN: 0
DEFAULT_MAX_STATS_PER_LINK: 5000
DISALLOW_REGISTRATION: false
DISALLOW_ANONYMOUS_LINKS: false
CUSTOM_DOMAIN_USE_HTTPS: false
ADMIN_EMAILS: "admin@example.com,admin@example2.com"
REPORT_EMAIL: "admin@example.com"
CONTACT_EMAIL: "admin@example.com"
MAIL_HOST: ""
MAIL_PORT: 567
MAIL_FROM: ""
MAIL_SECURE: true
envValueFrom:
DB_HOST:
secretKeyRef:
name: dbcreds
key: plainhost
DB_PASSWORD:
secretKeyRef:
name: dbcreds
key: postgresql-password
REDIS_HOST:
secretKeyRef:
name: rediscreds
key: plainhost
REDIS_PASSWORD:
secretKeyRef:
name: rediscreds
key: redis-password
JWT_SECRET:
secretKeyRef:
name: kutt-secrets
key: JWT_SECRET
service:
main:
ports:
main:
port: 10195
# Enabled redis
redis:
enabled: true
existingSecret: "rediscreds"
# Enabled postgres
postgresql:
enabled: true
existingSecret: "dbcreds"
postgresqlUsername: kutt
postgresqlDatabase: kutt

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,20 @@
{{/* Define the secrets */}}
{{- define "kutt.secrets" -}}
---
apiVersion: v1
kind: Secret
type: Opaque
metadata:
name: kutt-secrets
{{- $kuttprevious := lookup "v1" "Secret" .Release.Namespace "kutt-secrets" }}
{{- $jwt_secret := "" }}
data:
{{- if $kuttprevious}}
JWT_SECRET: {{ index $kuttprevious.data "JWT_SECRET" }}
{{- else }}
{{- $jwt_secret := randAlphaNum 32 }}
JWT_SECRET: {{ $jwt_secret | b64enc }}
{{- end }}
{{- end -}}

View File

@ -0,0 +1,8 @@
{{/* Make sure all variables are set properly */}}
{{- include "common.setup" . }}
{{/* Render secrets for kutt */}}
{{- include "kutt.secrets" . }}
{{/* Render the templates */}}
{{ include "common.postSetup" . }}

View File

4
incubator/kutt/item.yaml Normal file
View File

@ -0,0 +1,4 @@
icon_url: https://truecharts.org/_static/img/appicons/kutt.png
categories:
- productivity