Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-03-22 19:28:44 +00:00
parent 3de489424e
commit 9881762897
12 changed files with 2445 additions and 38 deletions

View File

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

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

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "5.6.13"
appVersion: "0.62.0"
dependencies:
- name: common
repository: https://truecharts.org

View File

@ -0,0 +1,39 @@
# Introduction
A fast, collaborative, knowledge base for your team built using React and Node.js.
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/outline/outline>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org/ | postgresql | 7.0.6 |
| https://truecharts.org | common | 9.1.8 |
| 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,107 @@
# 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.ALLOWED_DOMAINS | string | `""` | |
| env.AWS_ACCESS_KEY_ID | string | `""` | |
| env.AWS_REGION | string | `""` | |
| env.AWS_S3_ACCELERATE_URL | string | `""` | |
| env.AWS_S3_ACL | string | `""` | |
| env.AWS_S3_FORCE_PATH_STYLE | bool | `true` | |
| env.AWS_S3_UPLOAD_BUCKET_NAME | string | `""` | |
| env.AWS_S3_UPLOAD_BUCKET_URL | string | `""` | |
| env.AWS_S3_UPLOAD_MAX_SIZE | int | `26214400` | |
| env.AWS_SECRET_ACCESS_KEY | string | `""` | |
| env.AZURE_CLIENT_ID | string | `""` | |
| env.AZURE_CLIENT_SECRET | string | `""` | |
| env.AZURE_RESOURCE_APP_ID | string | `""` | |
| env.COLLABORATION_URL | string | `""` | |
| env.DEFAULT_LANGUAGE | string | `"en_US"` | |
| env.ENABLE_UPDATES | bool | `true` | |
| env.FORCE_HTTPS | bool | `false` | |
| env.GOOGLE_ANALYTICS_ID | string | `""` | |
| env.GOOGLE_CLIENT_ID | string | `""` | |
| env.GOOGLE_CLIENT_SECRET | string | `""` | |
| env.MAXIMUM_IMPORT_SIZE | int | `5120000` | |
| env.OIDC_AUTH_URI | string | `""` | |
| env.OIDC_CLIENT_ID | string | `""` | |
| env.OIDC_CLIENT_SECRET | string | `""` | |
| env.OIDC_DISPLAY_NAME | string | `""` | |
| env.OIDC_SCOPES | string | `""` | |
| env.OIDC_TOKEN_URI | string | `""` | |
| env.OIDC_USERINFO_URI | string | `""` | |
| env.OIDC_USERNAME_CLAIM | string | `""` | |
| env.PGSSLMODE | string | `"disable"` | |
| env.PORT | string | `"{{ .Values.service.main.ports.main.port }}"` | |
| env.SENTRY_DSN | string | `""` | |
| env.SLACK_APP_ID | string | `""` | |
| env.SLACK_KEY | string | `""` | |
| env.SLACK_MESSAGE_ACTIONS | bool | `true` | |
| env.SLACK_SECRET | string | `""` | |
| env.SLACK_VERIFICATION_TOKEN | string | `""` | |
| env.TEAM_LOGO | string | `""` | |
| env.URL | string | `"http://localhost:{{ .Values.service.main.ports.main.port }}"` | |
| env.WEB_CONCURRENCY | int | `1` | |
| envValueFrom.DATABASE_URL.secretKeyRef.key | string | `"url-noql"` | |
| envValueFrom.DATABASE_URL.secretKeyRef.name | string | `"dbcreds"` | |
| envValueFrom.REDIS_URL.secretKeyRef.key | string | `"url"` | |
| envValueFrom.REDIS_URL.secretKeyRef.name | string | `"rediscreds"` | |
| envValueFrom.SECRET_KEY.secretKeyRef.key | string | `"SECRET_KEY"` | |
| envValueFrom.SECRET_KEY.secretKeyRef.name | string | `"outline-secrets"` | |
| envValueFrom.UTILS_SECRET.secretKeyRef.key | string | `"UTILS_SECRET"` | |
| envValueFrom.UTILS_SECRET.secretKeyRef.name | string | `"outline-secrets"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/outline"` | |
| image.tag | string | `"v0.62.0@sha256:9350ace6f88ae314620ab32e9990481d0e89895409b171fa0545b8ef9f7ede65"` | |
| installContainers.initdb.command[0] | string | `"sh"` | |
| installContainers.initdb.command[1] | string | `"-c"` | |
| installContainers.initdb.command[2] | string | `"yarn sequelize db:migrate --env=production-ssl-disabled"` | |
| installContainers.initdb.env[0].name | string | `"DATABASE_URL"` | |
| installContainers.initdb.env[0].valueFrom.secretKeyRef.key | string | `"url-noql"` | |
| installContainers.initdb.env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | |
| installContainers.initdb.env[1].name | string | `"REDIS_URL"` | |
| installContainers.initdb.env[1].valueFrom.secretKeyRef.key | string | `"url"` | |
| installContainers.initdb.env[1].valueFrom.secretKeyRef.name | string | `"rediscreds"` | |
| installContainers.initdb.env[2].name | string | `"SECRET_KEY"` | |
| installContainers.initdb.env[2].valueFrom.secretKeyRef.key | string | `"SECRET_KEY"` | |
| installContainers.initdb.env[2].valueFrom.secretKeyRef.name | string | `"outline-secrets"` | |
| installContainers.initdb.env[3].name | string | `"UTILS_SECRET"` | |
| installContainers.initdb.env[3].valueFrom.secretKeyRef.key | string | `"UTILS_SECRET"` | |
| installContainers.initdb.env[3].valueFrom.secretKeyRef.name | string | `"outline-secrets"` | |
| installContainers.initdb.image | string | `"{{ .Values.image.repository }}:{{ .Values.image.tag }}"` | |
| minioImage.repository | string | `"tccr.io/truecharts/minio"` | |
| minioImage.tag | string | `"latest@sha256:bd004ba41b2456f115c7f1360d7c49f4478f5d9ce20ad042c8ce2cf5aff46d24"` | |
| postgresql.enabled | bool | `true` | |
| postgresql.existingSecret | string | `"dbcreds"` | |
| postgresql.postgresqlDatabase | string | `"outline"` | |
| postgresql.postgresqlUsername | string | `"outline"` | |
| redis.enabled | bool | `true` | |
| redis.existingSecret | string | `"rediscreds"` | |
| service.main.ports.main.port | int | `10196` | |
| upgradeContainers.upgradedb.command[0] | string | `"sh"` | |
| upgradeContainers.upgradedb.command[1] | string | `"-c"` | |
| upgradeContainers.upgradedb.command[2] | string | `"yarn sequelize db:migrate --env=production-ssl-disabled"` | |
| upgradeContainers.upgradedb.env[0].name | string | `"DATABASE_URL"` | |
| upgradeContainers.upgradedb.env[0].valueFrom.secretKeyRef.key | string | `"url-noql"` | |
| upgradeContainers.upgradedb.env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | |
| upgradeContainers.upgradedb.env[1].name | string | `"REDIS_URL"` | |
| upgradeContainers.upgradedb.env[1].valueFrom.secretKeyRef.key | string | `"url"` | |
| upgradeContainers.upgradedb.env[1].valueFrom.secretKeyRef.name | string | `"rediscreds"` | |
| upgradeContainers.upgradedb.env[2].name | string | `"SECRET_KEY"` | |
| upgradeContainers.upgradedb.env[2].valueFrom.secretKeyRef.key | string | `"SECRET_KEY"` | |
| upgradeContainers.upgradedb.env[2].valueFrom.secretKeyRef.name | string | `"outline-secrets"` | |
| upgradeContainers.upgradedb.env[3].name | string | `"UTILS_SECRET"` | |
| upgradeContainers.upgradedb.env[3].valueFrom.secretKeyRef.key | string | `"UTILS_SECRET"` | |
| upgradeContainers.upgradedb.env[3].valueFrom.secretKeyRef.name | string | `"outline-secrets"` | |
| upgradeContainers.upgradedb.image | string | `"{{ .Values.image.repository }}:{{ .Values.image.tag }}"` | |
All Rights Reserved - The TrueCharts Project

File diff suppressed because one or more lines are too long

View File

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

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,107 @@
# 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.ALLOWED_DOMAINS | string | `""` | |
| env.AWS_ACCESS_KEY_ID | string | `""` | |
| env.AWS_REGION | string | `""` | |
| env.AWS_S3_ACCELERATE_URL | string | `""` | |
| env.AWS_S3_ACL | string | `""` | |
| env.AWS_S3_FORCE_PATH_STYLE | bool | `true` | |
| env.AWS_S3_UPLOAD_BUCKET_NAME | string | `""` | |
| env.AWS_S3_UPLOAD_BUCKET_URL | string | `""` | |
| env.AWS_S3_UPLOAD_MAX_SIZE | int | `26214400` | |
| env.AWS_SECRET_ACCESS_KEY | string | `""` | |
| env.AZURE_CLIENT_ID | string | `""` | |
| env.AZURE_CLIENT_SECRET | string | `""` | |
| env.AZURE_RESOURCE_APP_ID | string | `""` | |
| env.COLLABORATION_URL | string | `""` | |
| env.DEFAULT_LANGUAGE | string | `"en_US"` | |
| env.ENABLE_UPDATES | bool | `true` | |
| env.FORCE_HTTPS | bool | `false` | |
| env.GOOGLE_ANALYTICS_ID | string | `""` | |
| env.GOOGLE_CLIENT_ID | string | `""` | |
| env.GOOGLE_CLIENT_SECRET | string | `""` | |
| env.MAXIMUM_IMPORT_SIZE | int | `5120000` | |
| env.OIDC_AUTH_URI | string | `""` | |
| env.OIDC_CLIENT_ID | string | `""` | |
| env.OIDC_CLIENT_SECRET | string | `""` | |
| env.OIDC_DISPLAY_NAME | string | `""` | |
| env.OIDC_SCOPES | string | `""` | |
| env.OIDC_TOKEN_URI | string | `""` | |
| env.OIDC_USERINFO_URI | string | `""` | |
| env.OIDC_USERNAME_CLAIM | string | `""` | |
| env.PGSSLMODE | string | `"disable"` | |
| env.PORT | string | `"{{ .Values.service.main.ports.main.port }}"` | |
| env.SENTRY_DSN | string | `""` | |
| env.SLACK_APP_ID | string | `""` | |
| env.SLACK_KEY | string | `""` | |
| env.SLACK_MESSAGE_ACTIONS | bool | `true` | |
| env.SLACK_SECRET | string | `""` | |
| env.SLACK_VERIFICATION_TOKEN | string | `""` | |
| env.TEAM_LOGO | string | `""` | |
| env.URL | string | `"http://localhost:{{ .Values.service.main.ports.main.port }}"` | |
| env.WEB_CONCURRENCY | int | `1` | |
| envValueFrom.DATABASE_URL.secretKeyRef.key | string | `"url-noql"` | |
| envValueFrom.DATABASE_URL.secretKeyRef.name | string | `"dbcreds"` | |
| envValueFrom.REDIS_URL.secretKeyRef.key | string | `"url"` | |
| envValueFrom.REDIS_URL.secretKeyRef.name | string | `"rediscreds"` | |
| envValueFrom.SECRET_KEY.secretKeyRef.key | string | `"SECRET_KEY"` | |
| envValueFrom.SECRET_KEY.secretKeyRef.name | string | `"outline-secrets"` | |
| envValueFrom.UTILS_SECRET.secretKeyRef.key | string | `"UTILS_SECRET"` | |
| envValueFrom.UTILS_SECRET.secretKeyRef.name | string | `"outline-secrets"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/outline"` | |
| image.tag | string | `"v0.62.0@sha256:9350ace6f88ae314620ab32e9990481d0e89895409b171fa0545b8ef9f7ede65"` | |
| installContainers.initdb.command[0] | string | `"sh"` | |
| installContainers.initdb.command[1] | string | `"-c"` | |
| installContainers.initdb.command[2] | string | `"yarn sequelize db:migrate --env=production-ssl-disabled"` | |
| installContainers.initdb.env[0].name | string | `"DATABASE_URL"` | |
| installContainers.initdb.env[0].valueFrom.secretKeyRef.key | string | `"url-noql"` | |
| installContainers.initdb.env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | |
| installContainers.initdb.env[1].name | string | `"REDIS_URL"` | |
| installContainers.initdb.env[1].valueFrom.secretKeyRef.key | string | `"url"` | |
| installContainers.initdb.env[1].valueFrom.secretKeyRef.name | string | `"rediscreds"` | |
| installContainers.initdb.env[2].name | string | `"SECRET_KEY"` | |
| installContainers.initdb.env[2].valueFrom.secretKeyRef.key | string | `"SECRET_KEY"` | |
| installContainers.initdb.env[2].valueFrom.secretKeyRef.name | string | `"outline-secrets"` | |
| installContainers.initdb.env[3].name | string | `"UTILS_SECRET"` | |
| installContainers.initdb.env[3].valueFrom.secretKeyRef.key | string | `"UTILS_SECRET"` | |
| installContainers.initdb.env[3].valueFrom.secretKeyRef.name | string | `"outline-secrets"` | |
| installContainers.initdb.image | string | `"{{ .Values.image.repository }}:{{ .Values.image.tag }}"` | |
| minioImage.repository | string | `"tccr.io/truecharts/minio"` | |
| minioImage.tag | string | `"latest@sha256:bd004ba41b2456f115c7f1360d7c49f4478f5d9ce20ad042c8ce2cf5aff46d24"` | |
| postgresql.enabled | bool | `true` | |
| postgresql.existingSecret | string | `"dbcreds"` | |
| postgresql.postgresqlDatabase | string | `"outline"` | |
| postgresql.postgresqlUsername | string | `"outline"` | |
| redis.enabled | bool | `true` | |
| redis.existingSecret | string | `"rediscreds"` | |
| service.main.ports.main.port | int | `10196` | |
| upgradeContainers.upgradedb.command[0] | string | `"sh"` | |
| upgradeContainers.upgradedb.command[1] | string | `"-c"` | |
| upgradeContainers.upgradedb.command[2] | string | `"yarn sequelize db:migrate --env=production-ssl-disabled"` | |
| upgradeContainers.upgradedb.env[0].name | string | `"DATABASE_URL"` | |
| upgradeContainers.upgradedb.env[0].valueFrom.secretKeyRef.key | string | `"url-noql"` | |
| upgradeContainers.upgradedb.env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | |
| upgradeContainers.upgradedb.env[1].name | string | `"REDIS_URL"` | |
| upgradeContainers.upgradedb.env[1].valueFrom.secretKeyRef.key | string | `"url"` | |
| upgradeContainers.upgradedb.env[1].valueFrom.secretKeyRef.name | string | `"rediscreds"` | |
| upgradeContainers.upgradedb.env[2].name | string | `"SECRET_KEY"` | |
| upgradeContainers.upgradedb.env[2].valueFrom.secretKeyRef.key | string | `"SECRET_KEY"` | |
| upgradeContainers.upgradedb.env[2].valueFrom.secretKeyRef.name | string | `"outline-secrets"` | |
| upgradeContainers.upgradedb.env[3].name | string | `"UTILS_SECRET"` | |
| upgradeContainers.upgradedb.env[3].valueFrom.secretKeyRef.key | string | `"UTILS_SECRET"` | |
| upgradeContainers.upgradedb.env[3].valueFrom.secretKeyRef.name | string | `"outline-secrets"` | |
| upgradeContainers.upgradedb.image | string | `"{{ .Values.image.repository }}:{{ .Values.image.tag }}"` | |
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,39 @@
# Introduction
A fast, collaborative, knowledge base for your team built using React and Node.js.
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/outline/outline>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org/ | postgresql | 7.0.6 |
| https://truecharts.org | common | 9.1.8 |
| 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

View File

@ -48758,6 +48758,47 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/oscam-4.0.21/oscam-4.0.21.tgz
version: 4.0.21
outline:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- productivity
truecharts.org/grade: U
apiVersion: v2
appVersion: 0.62.0
created: "2022-03-22T19:28:38.990191781Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 9.1.8
- 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 fast, collaborative, knowledge base for your team built using React
and Node.js.
digest: 7498694ef78fce270c61a18e1aa8e98e09aed2dacb7bbc9be3d23665fdead152
home: https://github.com/truecharts/apps/tree/master/charts/stable/outline
icon: https://truecharts.org/_static/img/appicons/outline.png
keywords:
- outline
- knowledge
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: outline
sources:
- https://github.com/outline/outline
type: application
urls:
- https://github.com/truecharts/apps/releases/download/outline-0.0.1/outline-0.0.1.tgz
version: 0.0.1
overseerr:
- annotations:
truecharts.org/SCALE-support: "true"
@ -65080,42 +65121,6 @@ entries:
- https://github.com/truecharts/apps/releases/download/rsnapshot-0.0.1/rsnapshot-0.0.1.tgz
version: 0.0.1
rsshub:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- media
truecharts.org/grade: U
apiVersion: v2
appVersion: "2022"
created: "2022-03-22T10:39:33.667415154Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 9.1.6
- condition: redis.enabled
name: redis
repository: https://truecharts.org
version: 2.0.5
description: RSSHub can generate RSS feeds from pretty much everything
digest: d6fceee08e43bb85c8623b6cea360ac777647d78fe01330e81336dcf043d87e6
home: https://github.com/truecharts/apps/tree/master/charts/stable/rsshub
icon: https://truecharts.org/_static/img/appicons/rsshub.png
keywords:
- rsshub
- rss
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: rsshub
sources:
- https://docs.rsshub.app/en/install/
- https://github.com/DIYgod/RSSHub
type: application
urls:
- https://github.com/truecharts/apps/releases/download/rsshub-0.0.2/rsshub-0.0.2.tgz
version: 0.0.2
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@ -79068,4 +79073,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-22T10:39:33.678452092Z"
generated: "2022-03-22T19:28:38.997819931Z"