Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-03-22 21:04:00 +00:00
parent dde69b751e
commit c2d9a5cc96
16 changed files with 4453 additions and 0 deletions

View File

@ -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))

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.8
- name: mariadb
repository: https://truecharts.org/
version: 2.0.7
- name: redis
repository: https://truecharts.org
version: 2.0.6
digest: sha256:503702a5916981e92311b654a8297d1c1954b9e6a3af31da1dc024ba65637897
generated: "2022-03-22T20:58:33.182287029Z"

View File

@ -0,0 +1,35 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: chevereto
version: 0.0.25
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
home: https://github.com/truecharts/apps/tree/master/charts/stable/chevereto
icon: https://truecharts.org/_static/img/appicons/chevereto.png
keywords:
- chevereto
sources:
- https://hub.docker.com/r/linuxserver/chevereto
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
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
annotations:
truecharts.org/catagories: |
- incubator
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -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

View File

@ -0,0 +1,3 @@
Chevereto is an image hosting software that allows you to create a beautiful and full-featured image hosting website on your own server.
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,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

View File

@ -0,0 +1,63 @@
image:
repository: tccr.io/truecharts/chevereto
pullPolicy: IfNotPresent
tag: v1.6.2@sha256:6f9c2d7a86d97d4de70995ac258441a07806a328d7ba7b0ae65a965d590dae43
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
env:
CHEVERETO_DB_DRIVER: mysql
CHEVERETO_DB_NAME: "{{ .Values.mariadb.mariadbUsername }}"
CHEVERETO_DB_USER: "{{ .Values.mariadb.mariadbDatabase }}"
CHEVERETO_DB_PORT: "3306"
CHEVERETO_SESSION_SAVE_HANDLER: "redis"
CHEVERETO_TAG: "free"
# User Defined
CHEVERETO_HTTPS: false
CHEVERETO_DISABLE_UPDATE_HTTP: true
CHEVERETO_DISABLE_UPDATE_CLI: true
envValueFrom:
CHEVERETO_SESSION_SAVE_PATH:
secretKeyRef:
name: rediscreds
key: url
CHEVERETO_DB_HOST:
secretKeyRef:
name: mariadbcreds
key: plainporthost
CHEVERETO_DB_PASS:
secretKeyRef:
name: mariadbcreds
key: mariadb-password
service:
main:
ports:
main:
targetPort: 80
port: 10197
persistence:
storage:
enabled: true
mountPath: "/var/www/html/images/"
content:
enabled: true
mountPath: "/var/www/html/content/"
mariadb:
enabled: true
mariadbUsername: chevereto
mariadbDatabase: chevereto
existingSecret: "mariadbcreds"
redis:
enabled: true
existingSecret: "rediscreds"

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 @@
{{ include "common.all" . }}

View File

View File

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