Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
1bbf9416c6
commit
e82a4d8dfc
|
@ -0,0 +1,14 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="chevereto-0.0.25"></a>
|
||||
### [chevereto-0.0.25](https://github.com/truecharts/apps/compare/chevereto-0.0.9...chevereto-0.0.25) (2022-03-22)
|
||||
|
||||
#### Feat
|
||||
|
||||
* (re)add chevereto ([#2247](https://github.com/truecharts/apps/issues/2247))
|
||||
|
||||
#### Fix
|
||||
|
||||
* use a tag that does not exist ([#2251](https://github.com/truecharts/apps/issues/2251))
|
||||
|
|
@ -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.
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
kubeVersion: ">=1.16.0-0"
|
||||
name: chevereto
|
||||
version: 0.0.25
|
||||
appVersion: "1.6.0"
|
||||
appVersion: "1.6.2"
|
||||
description: Chevereto is an image hosting software that allows you to create a beautiful and full-featured image hosting website on your own server.
|
||||
type: application
|
||||
deprecated: false
|
||||
|
|
|
@ -0,0 +1,39 @@
|
|||
# Introduction
|
||||
|
||||
Chevereto is an image hosting software that allows you to create a beautiful and full-featured image hosting website on your own server.
|
||||
|
||||
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://hub.docker.com/r/linuxserver/chevereto>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | mariadb | 2.0.7 |
|
||||
| https://truecharts.org | common | 9.1.8 |
|
||||
| https://truecharts.org | redis | 2.0.6 |
|
||||
|
||||
## 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,49 @@
|
|||
# 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.CHEVERETO_DB_DRIVER | string | `"mysql"` | |
|
||||
| env.CHEVERETO_DB_NAME | string | `"{{ .Values.mariadb.mariadbUsername }}"` | |
|
||||
| env.CHEVERETO_DB_PORT | string | `"3306"` | |
|
||||
| env.CHEVERETO_DB_USER | string | `"{{ .Values.mariadb.mariadbDatabase }}"` | |
|
||||
| env.CHEVERETO_DISABLE_UPDATE_CLI | bool | `true` | |
|
||||
| env.CHEVERETO_DISABLE_UPDATE_HTTP | bool | `true` | |
|
||||
| env.CHEVERETO_HTTPS | bool | `false` | |
|
||||
| env.CHEVERETO_SESSION_SAVE_HANDLER | string | `"redis"` | |
|
||||
| env.CHEVERETO_TAG | string | `"free"` | |
|
||||
| envValueFrom.CHEVERETO_DB_HOST.secretKeyRef.key | string | `"plainporthost"` | |
|
||||
| envValueFrom.CHEVERETO_DB_HOST.secretKeyRef.name | string | `"mariadbcreds"` | |
|
||||
| envValueFrom.CHEVERETO_DB_PASS.secretKeyRef.key | string | `"mariadb-password"` | |
|
||||
| envValueFrom.CHEVERETO_DB_PASS.secretKeyRef.name | string | `"mariadbcreds"` | |
|
||||
| envValueFrom.CHEVERETO_SESSION_SAVE_PATH.secretKeyRef.key | string | `"url"` | |
|
||||
| envValueFrom.CHEVERETO_SESSION_SAVE_PATH.secretKeyRef.name | string | `"rediscreds"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"tccr.io/truecharts/chevereto"` | |
|
||||
| image.tag | string | `"v1.6.2@sha256:6f9c2d7a86d97d4de70995ac258441a07806a328d7ba7b0ae65a965d590dae43"` | |
|
||||
| mariadb.enabled | bool | `true` | |
|
||||
| mariadb.existingSecret | string | `"mariadbcreds"` | |
|
||||
| mariadb.mariadbDatabase | string | `"chevereto"` | |
|
||||
| mariadb.mariadbUsername | string | `"chevereto"` | |
|
||||
| persistence.content.enabled | bool | `true` | |
|
||||
| persistence.content.mountPath | string | `"/var/www/html/content/"` | |
|
||||
| persistence.storage.enabled | bool | `true` | |
|
||||
| persistence.storage.mountPath | string | `"/var/www/html/images/"` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| redis.enabled | bool | `true` | |
|
||||
| redis.existingSecret | string | `"rediscreds"` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service.main.ports.main.port | int | `10197` | |
|
||||
| service.main.ports.main.targetPort | int | `80` | |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
File diff suppressed because one or more lines are too long
|
@ -7,4 +7,3 @@
|
|||
#### Feat
|
||||
|
||||
* Add outline ([#2230](https://github.com/truecharts/apps/issues/2230))
|
||||
|
||||
|
|
|
@ -1033,6 +1033,3 @@ hide:
|
|||
|
||||
| No Vulnerabilities found |
|
||||
|:---------------------------------|
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="chevereto-0.0.25"></a>
|
||||
### [chevereto-0.0.25](https://github.com/truecharts/apps/compare/chevereto-0.0.9...chevereto-0.0.25) (2022-03-22)
|
||||
|
||||
#### Feat
|
||||
|
||||
* (re)add chevereto ([#2247](https://github.com/truecharts/apps/issues/2247))
|
||||
|
||||
#### Fix
|
||||
|
||||
* use a tag that does not exist ([#2251](https://github.com/truecharts/apps/issues/2251))
|
||||
|
|
@ -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,49 @@
|
|||
# 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.CHEVERETO_DB_DRIVER | string | `"mysql"` | |
|
||||
| env.CHEVERETO_DB_NAME | string | `"{{ .Values.mariadb.mariadbUsername }}"` | |
|
||||
| env.CHEVERETO_DB_PORT | string | `"3306"` | |
|
||||
| env.CHEVERETO_DB_USER | string | `"{{ .Values.mariadb.mariadbDatabase }}"` | |
|
||||
| env.CHEVERETO_DISABLE_UPDATE_CLI | bool | `true` | |
|
||||
| env.CHEVERETO_DISABLE_UPDATE_HTTP | bool | `true` | |
|
||||
| env.CHEVERETO_HTTPS | bool | `false` | |
|
||||
| env.CHEVERETO_SESSION_SAVE_HANDLER | string | `"redis"` | |
|
||||
| env.CHEVERETO_TAG | string | `"free"` | |
|
||||
| envValueFrom.CHEVERETO_DB_HOST.secretKeyRef.key | string | `"plainporthost"` | |
|
||||
| envValueFrom.CHEVERETO_DB_HOST.secretKeyRef.name | string | `"mariadbcreds"` | |
|
||||
| envValueFrom.CHEVERETO_DB_PASS.secretKeyRef.key | string | `"mariadb-password"` | |
|
||||
| envValueFrom.CHEVERETO_DB_PASS.secretKeyRef.name | string | `"mariadbcreds"` | |
|
||||
| envValueFrom.CHEVERETO_SESSION_SAVE_PATH.secretKeyRef.key | string | `"url"` | |
|
||||
| envValueFrom.CHEVERETO_SESSION_SAVE_PATH.secretKeyRef.name | string | `"rediscreds"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"tccr.io/truecharts/chevereto"` | |
|
||||
| image.tag | string | `"v1.6.2@sha256:6f9c2d7a86d97d4de70995ac258441a07806a328d7ba7b0ae65a965d590dae43"` | |
|
||||
| mariadb.enabled | bool | `true` | |
|
||||
| mariadb.existingSecret | string | `"mariadbcreds"` | |
|
||||
| mariadb.mariadbDatabase | string | `"chevereto"` | |
|
||||
| mariadb.mariadbUsername | string | `"chevereto"` | |
|
||||
| persistence.content.enabled | bool | `true` | |
|
||||
| persistence.content.mountPath | string | `"/var/www/html/content/"` | |
|
||||
| persistence.storage.enabled | bool | `true` | |
|
||||
| persistence.storage.mountPath | string | `"/var/www/html/images/"` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| redis.enabled | bool | `true` | |
|
||||
| redis.existingSecret | string | `"rediscreds"` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service.main.ports.main.port | int | `10197` | |
|
||||
| service.main.ports.main.targetPort | int | `80` | |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
|
@ -0,0 +1,39 @@
|
|||
# Introduction
|
||||
|
||||
Chevereto is an image hosting software that allows you to create a beautiful and full-featured image hosting website on your own server.
|
||||
|
||||
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://hub.docker.com/r/linuxserver/chevereto>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | mariadb | 2.0.7 |
|
||||
| https://truecharts.org | common | 9.1.8 |
|
||||
| https://truecharts.org | redis | 2.0.6 |
|
||||
|
||||
## 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
|
@ -7,4 +7,3 @@
|
|||
#### Feat
|
||||
|
||||
* Add outline ([#2230](https://github.com/truecharts/apps/issues/2230))
|
||||
|
||||
|
|
|
@ -1033,6 +1033,3 @@ hide:
|
|||
|
||||
| No Vulnerabilities found |
|
||||
|:---------------------------------|
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -5474,6 +5474,45 @@ entries:
|
|||
- https://github.com/truecharts/apps/releases/download/calibre-web-9.0.21/calibre-web-9.0.21.tgz
|
||||
version: 9.0.21
|
||||
chevereto:
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- incubator
|
||||
truecharts.org/grade: U
|
||||
apiVersion: v2
|
||||
appVersion: 1.6.2
|
||||
created: "2022-03-22T21:03:59.566655433Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 9.1.8
|
||||
- condition: mariadb.enabled
|
||||
name: mariadb
|
||||
repository: https://truecharts.org/
|
||||
version: 2.0.7
|
||||
- condition: redis.enabled
|
||||
name: redis
|
||||
repository: https://truecharts.org
|
||||
version: 2.0.6
|
||||
description: Chevereto is an image hosting software that allows you to create
|
||||
a beautiful and full-featured image hosting website on your own server.
|
||||
digest: c6a8410a79bb78c61592eaa557e2696116886a5dc03a4fe899e49c4ef4450a11
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/chevereto
|
||||
icon: https://truecharts.org/_static/img/appicons/chevereto.png
|
||||
keywords:
|
||||
- chevereto
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: chevereto
|
||||
sources:
|
||||
- https://hub.docker.com/r/linuxserver/chevereto
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/chevereto-0.0.25/chevereto-0.0.25.tgz
|
||||
version: 0.0.25
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
|
@ -79073,4 +79112,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-22T19:28:38.997819931Z"
|
||||
generated: "2022-03-22T21:03:59.578500405Z"
|
||||
|
|
Loading…
Reference in New Issue