Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-12-28 12:07:03 +00:00
parent ae6c924126
commit efa96bc536
11 changed files with 1399 additions and 41 deletions

View File

@@ -0,0 +1,10 @@
# Changelog<br>
<a name="spotweb-0.0.1"></a>
### spotweb-0.0.1 (2021-12-28)
#### Feat
* Add Spotweb ([#1617](https://github.com/truecharts/apps/issues/1617))

View File

@@ -0,0 +1,8 @@
# 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" quick-start guide:
https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
##### 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,40 @@
# Introduction
Spotweb is a decentralized usenet community based on the Spotnet protocol.
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/spotweb/spotweb>
* <https://hub.docker.com/r/jbaten/spotweb>
* <https://github.com/joachimbaten/spotweb-docker>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org/ | postgresql | 6.0.37 |
| https://truecharts.org | common | 8.9.25 |
## Installing the Chart
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
## Uninstalling the Chart
To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
## Support
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) 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,45 @@
# 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.DB_DATABASE | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
| env.DB_ENGINE | string | `"pdo_pgsql"` | |
| env.DB_PORT | string | `"5432"` | |
| env.DB_SCHEMA | string | `"public"` | |
| env.DB_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
| env.SPOTWEB_FIRSTNAME | string | `"demo"` | |
| env.SPOTWEB_LASTNAME | string | `"spotweb"` | |
| env.SPOTWEB_MAIL | string | `"demo@spotweb.com"` | |
| env.SPOTWEB_RETRIEVE | string | `"15min"` | |
| env.SPOTWEB_SYSTEMTYPE | string | `"single"` | |
| env.TZ | string | `"UTC"` | |
| 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"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/spotweb"` | |
| image.tag | string | `"v1.5.1@sha256:75fe32474598f89d7b0741c3b96eeebd6b346da5219e1eabf8ed9e769f7a98f5"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| postgresql.enabled | bool | `true` | |
| postgresql.existingSecret | string | `"dbcreds"` | |
| postgresql.postgresqlDatabase | string | `"spotweb"` | |
| postgresql.postgresqlUsername | string | `"spotweb"` | |
| secret.SPOTWEB_PASSWORD | string | `"changeme"` | |
| secret.SPOTWEB_USERNAME | string | `"myawesomeuser"` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `11000` | |
| service.main.ports.main.targetPort | int | `80` | |
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="spotweb-0.0.1"></a>
### spotweb-0.0.1 (2021-12-28)
#### Feat
* Add Spotweb ([#1617](https://github.com/truecharts/apps/issues/1617))

View File

@@ -0,0 +1,8 @@
# 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" quick-start guide:
https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
##### 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,45 @@
# 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.DB_DATABASE | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
| env.DB_ENGINE | string | `"pdo_pgsql"` | |
| env.DB_PORT | string | `"5432"` | |
| env.DB_SCHEMA | string | `"public"` | |
| env.DB_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
| env.SPOTWEB_FIRSTNAME | string | `"demo"` | |
| env.SPOTWEB_LASTNAME | string | `"spotweb"` | |
| env.SPOTWEB_MAIL | string | `"demo@spotweb.com"` | |
| env.SPOTWEB_RETRIEVE | string | `"15min"` | |
| env.SPOTWEB_SYSTEMTYPE | string | `"single"` | |
| env.TZ | string | `"UTC"` | |
| 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"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/spotweb"` | |
| image.tag | string | `"v1.5.1@sha256:75fe32474598f89d7b0741c3b96eeebd6b346da5219e1eabf8ed9e769f7a98f5"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| postgresql.enabled | bool | `true` | |
| postgresql.existingSecret | string | `"dbcreds"` | |
| postgresql.postgresqlDatabase | string | `"spotweb"` | |
| postgresql.postgresqlUsername | string | `"spotweb"` | |
| secret.SPOTWEB_PASSWORD | string | `"changeme"` | |
| secret.SPOTWEB_USERNAME | string | `"myawesomeuser"` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `11000` | |
| service.main.ports.main.targetPort | int | `80` | |
All Rights Reserved - The TrueCharts Project

View File

@@ -0,0 +1,40 @@
# Introduction
Spotweb is a decentralized usenet community based on the Spotnet protocol.
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/spotweb/spotweb>
* <https://hub.docker.com/r/jbaten/spotweb>
* <https://github.com/joachimbaten/spotweb-docker>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org/ | postgresql | 6.0.37 |
| https://truecharts.org | common | 8.9.25 |
## Installing the Chart
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
## Uninstalling the Chart
To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
## Support
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) 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

@@ -29175,46 +29175,6 @@ entries:
- https://github.com/truecharts/apps/releases/download/shiori-4.0.12/shiori-4.0.12.tgz
version: 4.0.12
shlink:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- utilities
truecharts.org/grade: U
apiVersion: v2
appVersion: 2.10.1
created: "2021-12-28T11:54:48.932564464Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.9.25
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
version: 6.0.37
- condition: redis.enabled
name: redis
repository: https://truecharts.org/
version: 1.0.42
description: A PHP-based self-hosted URL shortener that can be used to serve shortened
URLs under your own custom domain.
digest: 3c0ef23143885c264f06eda1c02dbe6fa1b3b9627de2ca60273fb75d7a47e949
home: https://github.com/truecharts/apps/tree/master/charts/stable/shlink
icon: https://truecharts.org/_static/img/appicons/shlink-icon.png
keywords:
- url
- shortener
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: shlink
sources:
- https://github.com/shlinkio/shlink
type: application
urls:
- https://github.com/truecharts/apps/releases/download/shlink-0.0.2/shlink-0.0.2.tgz
version: 0.0.2
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@@ -30116,6 +30076,46 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/speedtest-exporter-1.0.8/speedtest-exporter-1.0.8.tgz
version: 1.0.8
spotweb:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- media
truecharts.org/grade: U
apiVersion: v2
appVersion: 1.5.1
created: "2021-12-28T12:07:03.085152623Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.9.25
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
version: 6.0.37
description: Spotweb is a decentralized usenet community based on the Spotnet
protocol.
digest: 61b1761ce332ae81bb5b7984272848fcb9d1a7ce7d31f527a18217f17051f7e3
home: https://github.com/truecharts/apps/master/charts/incubator/spotweb
icon: https://raw.githubusercontent.com/spotweb/spotweb/9af0ade0f618675206dcf1f744dbb3c1eae70e5a/images/spotnet.gif
keywords:
- usenet
- spotweb
- spotnet
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: spotweb
sources:
- https://github.com/spotweb/spotweb
- https://hub.docker.com/r/jbaten/spotweb
- https://github.com/joachimbaten/spotweb-docker
type: application
urls:
- https://github.com/truecharts/apps/releases/download/spotweb-0.0.1/spotweb-0.0.1.tgz
version: 0.0.1
sqlitebrowser:
- annotations:
truecharts.org/SCALE-support: "true"
@@ -35106,4 +35106,4 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz
version: 9.0.24
generated: "2021-12-28T11:54:48.934738674Z"
generated: "2021-12-28T12:07:03.08757363Z"