Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-05-29 15:59:44 +00:00
parent 47f8814422
commit 53bb942bef
13 changed files with 3141 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# Changelog<br>
<a name="commento-plusplus-0.0.1"></a>
### commento-plusplus-0.0.1 (2022-05-29)
#### Feat
* Add commento-plusplus ([#2780](https://github.com/truecharts/apps/issues/2780))

View File

@ -0,0 +1,9 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 9.3.19
- name: postgresql
repository: https://charts.truecharts.org/
version: 7.0.79
digest: sha256:bfa2285bfb14d27d570012b68aeafba3ee553854d2bff12af4fa83ae71f1154f
generated: "2022-05-29T15:47:39.149528596Z"

View File

@ -0,0 +1,30 @@
apiVersion: v2
appVersion: "1.8.7"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 9.3.19
- condition: postgresql.enabled
name: postgresql
repository: https://charts.truecharts.org/
version: 7.0.79
description: Commento++ is a free, open source, fast & lightweight comments box that you can embed in your static website instead of Disqus.
home: https://github.com/truecharts/apps/tree/master/charts/stable/commento-plusplus
icon: https://truecharts.org/_static/img/appicons/commento-plusplus.png
keywords:
- commento
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: commento-plusplus
sources:
- https://github.com/souramoo/commentoplusplus
- https://hub.docker.com/r/caroga/commentoplusplus
version: 0.0.1
annotations:
truecharts.org/catagories: |
- media
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -0,0 +1,39 @@
# Introduction
Commento++ is a free, open source, fast & lightweight comments box that you can embed in your static website instead of Disqus.
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/souramoo/commentoplusplus>
* <https://hub.docker.com/r/caroga/commentoplusplus>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | postgresql | 7.0.79 |
| https://library-charts.truecharts.org | common | 9.3.19 |
## 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 @@
Commento++ is a free, open source, fast & lightweight comments box that you can embed in your static website instead of Disqus.
This App is supplied by TrueCharts, for more information please visit https://truecharts.org

View File

@ -0,0 +1,31 @@
image:
repository: caroga/commentoplusplus
tag: v1.8.7@sha256:ccbc099c69700a6f973e5fd583520f8ff3293c5742d179cf3517eec49ee84f4b
pullPolicy: IfNotPresent
env:
COMMENTO_PORT: "{{ .Values.service.main.ports.main.port }}"
# User Defined
COMMENTO_FORBID_NEW_OWNERS: false
COMMENTO_GZIP_STATIC: true
COMMENTO_ORIGIN: "http://localhost:8080"
COMMENTO_ENABLE_WILDCARDS: true
COMMENTO_ENABLE_LOGGING: false
envValueFrom:
COMMENTO_POSTGRES:
secretKeyRef:
name: dbcreds
key: urlnossl
service:
main:
ports:
main:
port: 10240
postgresql:
enabled: true
existingSecret: "dbcreds"
postgresqlUsername: comment-plusplus
postgresqlDatabase: comment-plusplus

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

@ -0,0 +1,4 @@
icon_url: https://truecharts.org/_static/img/appicons/commento-plusplus.png
categories:
- media