Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
7bae8af91c
commit
bedf39a453
|
@ -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))
|
||||
|
|
@ -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.
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "5.6.13"
|
||||
appVersion: "2.7.4"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
|
|
|
@ -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
|
|
@ -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
|
File diff suppressed because one or more lines are too long
|
@ -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))
|
||||
|
|
@ -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.
|
|
@ -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
|
|
@ -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
|
File diff suppressed because one or more lines are too long
|
@ -28895,6 +28895,47 @@ entries:
|
|||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/komga-4.0.24/komga-4.0.24.tgz
|
||||
version: 4.0.24
|
||||
kutt:
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- productivity
|
||||
truecharts.org/grade: U
|
||||
apiVersion: v2
|
||||
appVersion: 2.7.4
|
||||
created: "2022-03-21T20:18:05.69732764Z"
|
||||
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
|
||||
description: A free and open source personal finance manager
|
||||
digest: 43dd5a6dc7e03005d531e743a6838aedad7a3297b3adb5f5d6a0c93652f8dfeb
|
||||
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
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/kutt-0.0.1/kutt-0.0.1.tgz
|
||||
version: 0.0.1
|
||||
lanraragi:
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
|
@ -78957,4 +78998,4 @@ entries:
|
|||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz
|
||||
version: 9.0.24
|
||||
generated: "2022-03-21T18:26:43.771653373Z"
|
||||
generated: "2022-03-21T20:18:05.704323347Z"
|
||||
|
|
Loading…
Reference in New Issue