Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-06-23 16:38:19 +00:00
parent d427d91b58
commit f7be496620
15 changed files with 4186 additions and 0 deletions

View File

@ -0,0 +1,99 @@
# Changelog<br>
<a name="hedgedoc-4.0.0"></a>
### [hedgedoc-4.0.0](https://github.com/truecharts/apps/compare/hedgedoc-3.0.5...hedgedoc-4.0.0) (2022-06-23)
#### Feat
* BREAKING CHANGE switch to official image ([#2958](https://github.com/truecharts/apps/issues/2958))
<a name="hedgedoc-3.0.5"></a>
### [hedgedoc-3.0.5](https://github.com/truecharts/apps/compare/hedgedoc-3.0.4...hedgedoc-3.0.5) (2022-06-22)
#### Chore
* update helm general non-major helm releases ([#2948](https://github.com/truecharts/apps/issues/2948))
<a name="hedgedoc-3.0.4"></a>
### [hedgedoc-3.0.4](https://github.com/truecharts/apps/compare/hedgedoc-3.0.3...hedgedoc-3.0.4) (2022-06-21)
#### Chore
* update helm general non-major helm releases ([#2943](https://github.com/truecharts/apps/issues/2943))
<a name="hedgedoc-3.0.3"></a>
### [hedgedoc-3.0.3](https://github.com/truecharts/apps/compare/hedgedoc-3.0.2...hedgedoc-3.0.3) (2022-06-14)
#### Chore
* update helm general non-major helm releases ([#2887](https://github.com/truecharts/apps/issues/2887))
<a name="hedgedoc-3.0.2"></a>
### [hedgedoc-3.0.2](https://github.com/truecharts/apps/compare/hedgedoc-3.0.1...hedgedoc-3.0.2) (2022-06-14)
#### Chore
* update helm general non-major helm releases ([#2886](https://github.com/truecharts/apps/issues/2886))
<a name="hedgedoc-3.0.1"></a>
### [hedgedoc-3.0.1](https://github.com/truecharts/apps/compare/hedgedoc-3.0.0...hedgedoc-3.0.1) (2022-06-11)
#### Chore
* update helm general non-major helm releases ([#2854](https://github.com/truecharts/apps/issues/2854))
<a name="hedgedoc-3.0.0"></a>
### [hedgedoc-3.0.0](https://github.com/truecharts/apps/compare/hedgedoc-2.0.1...hedgedoc-3.0.0) (2022-06-07)
#### Chore
* update helm general major helm releases ([#2804](https://github.com/truecharts/apps/issues/2804))
#### Fix
* hotpatch to disable HPA and networkPolicy in SCALE interface, due to incompatible format.
<a name="hedgedoc-2.0.1"></a>
### [hedgedoc-2.0.1](https://github.com/truecharts/apps/compare/hedgedoc-1.0.24...hedgedoc-2.0.1) (2022-06-07)
#### Chore
* Auto-update chart README [skip ci]
* update helm general non-major helm releases ([#2838](https://github.com/truecharts/apps/issues/2838))
#### Fix
* remove malfunctioning SCALE migration script
#### Refactor
* BREAKING CHANGE ([#2836](https://github.com/truecharts/apps/issues/2836))
<a name="hedgedoc-2.0.0"></a>
### [hedgedoc-2.0.0](https://github.com/truecharts/apps/compare/hedgedoc-1.0.24...hedgedoc-2.0.0) (2022-06-07)
#### Refactor
* BREAKING CHANGE ([#2836](https://github.com/truecharts/apps/issues/2836))
<a name="hedgedoc-1.0.24"></a>
### [hedgedoc-1.0.24](https://github.com/truecharts/apps/compare/hedgedoc-1.0.23...hedgedoc-1.0.24) (2022-05-31)

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,9 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.1.1
- name: postgresql
repository: https://charts.truecharts.org/
version: 8.0.13
digest: sha256:726187526c5be1d74d0e7ef20a67e98dee31abe2dbb09b672e0748ebc1da24c9
generated: "2022-06-23T16:30:48.371272983Z"

View File

@ -0,0 +1,31 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: hedgedoc
version: 4.0.0
appVersion: "1.9.3"
description: HedgeDoc lets you create real-time collaborative markdown notes.
type: application
deprecated: false
home: https://github.com/truecharts/apps/tree/master/charts/stable/hedgedoc
icon: https://truecharts.org/_static/img/appicons/hedgedoc.png
keywords:
- hedgedoc
sources:
- https://hub.docker.com/r/linuxserver/hedgedoc
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.1.1
- condition: postgresql.enabled
name: postgresql
repository: https://charts.truecharts.org/
version: 8.0.13
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,38 @@
# Introduction
HedgeDoc lets you create real-time collaborative markdown notes.
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/hedgedoc>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | postgresql | 8.0.13 |
| https://library-charts.truecharts.org | common | 10.1.1 |
## 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 @@
HedgeDoc lets you create real-time collaborative markdown notes.
This App is supplied by TrueCharts, for more information please visit https://truecharts.org

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,37 @@
# 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.CMD_DOMAIN | string | `""` | |
| env.CMD_PROTOCOL_USESSL | bool | `false` | |
| env.CMD_URL_ADDPORT | bool | `true` | |
| env.DB_NAME | string | `"hedgedoc"` | |
| env.DB_USER | string | `"hedgedoc"` | |
| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | |
| envValueFrom.DB_HOST.secretKeyRef.name | string | `"mariadbcreds"` | |
| envValueFrom.DB_PASS.secretKeyRef.key | string | `"mariadb-password"` | |
| envValueFrom.DB_PASS.secretKeyRef.name | string | `"mariadbcreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/hedgedoc"` | |
| image.tag | string | `"v1.9.2"` | |
| mariadb.enabled | bool | `true` | |
| mariadb.existingSecret | string | `"mariadbcreds"` | |
| mariadb.mariadbDatabase | string | `"hedgedoc"` | |
| mariadb.mariadbUsername | string | `"hedgedoc"` | |
| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `10132` | |
| service.main.ports.main.targetPort | int | `3000` | |
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,141 @@
image:
repository: tccr.io/truecharts/hedgedoc
pullPolicy: IfNotPresent
tag: v1.9.3@sha256:8aadcc96880e9c11c0ebc633a6f38d3ed2e55582f60d5ee8339af989936c83ac
env:
NODE_ENV: "production"
CMD_PORT: "{{ .Values.service.main.ports.main.port }}"
CMD_DB_PORT: "5432"
CMD_DB_DIALECT: "postgres"
CMD_DB_USERNAME: "{{ .Values.postgresql.postgresqlUsername }}"
CMD_DB_DATABASE: "{{ .Values.postgresql.postgresqlDatabase }}"
CMD_SESSION_SECRET:
secretKeyRef:
name: hedgedoc-secrets
key: CMD_SESSION_SECRET
CMD_DB_HOST:
secretKeyRef:
name: dbcreds
key: plainhost
CMD_DB_PASSWORD:
secretKeyRef:
name: dbcreds
key: postgresql-password
# User Defined
CMD_FORBIDDEN_NOTE_IDS: "robots.txt, favicon.ico, api, build, css, docs, fonts, js, uploads, vendor, views"
CMD_IMAGE_UPLOAD_TYPE: "filesystem"
CMD_SOURCE_URL: ""
CMD_TOOBUSY_LAG: 70
CMD_ALLOW_GRAVATAR: true
CMD_DOMAIN: false
CMD_PROTOCOL_USESSL: false
CMD_URL_ADDPORT: false
# CMD_ALLOW_ORIGIN: "localhost"
# CMD_HSTS_ENABLE: true
# CMD_HSTS_INCLUDE_SUBDOMAINS: true
# CMD_HSTS_MAX_AGE: 31536000
# CMD_HSTS_PRELOAD: true
# CMD_CSP_ENABLE: true
# CMD_CSP_ADD_DISQUS: false
# CMD_CSP_ADD_GOOGLE_ANALYTICS: false
# CMD_CSP_REPORTURI: ""
# CMD_CSP_ALLOW_FRAMING: true
# CMD_CSP_ALLOW_PDF_EMBED: true
# CMD_COOKIE_POLICY: "lax"
# CMD_ALLOW_ANONYMOUS: false
# CMD_ALLOW_ANONYMOUS_EDITS: false
# CMD_ALLOW_FREEURL: false
# CMD_REQUIRE_FREEURL_AUTHENTICATION: true
# CMD_DEFAULT_PERMISSION: "editable"
# CMD_SESSION_LIFE: 1209600000
# CMD_EMAIL: true
# CMD_ALLOW_EMAIL_REGISTER: true
# CMD_DROPBOX_CLIENTID: ""
# CMD_DROPBOX_CLIENTSECRET: ""
# CMD_FACEBOOK_CLIENTID: ""
# CMD_FACEBOOK_CLIENTSECRET: ""
# CMD_GITHUB_CLIENTID: ""
# CMD_GITHUB_CLIENTSECRET: ""
# CMD_GITLAB_SCOPE: "api"
# CMD_GITLAB_BASEURL: ""
# CMD_GITLAB_CLIENTID: ""
# CMD_GITLAB_CLIENTSECRET: ""
# CMD_GITLAB_VERSION: "v4"
# CMD_GOOGLE_CLIENTID: ""
# CMD_GOOGLE_CLIENTSECRET: ""
# CMD_GOOGLE_HOSTEDDOMAIN: ""
# CMD_TWITTER_CONSUMERKEY: ""
# CMD_TWITTER_CONSUMERSECRET: ""
# CMD_MATTERMOST_BASEURL: ""
# CMD_MATTERMOST_CLIENTID: ""
# CMD_MATTERMOST_CLIENTSECRET: ""
# CMD_OAUTH2_USER_PROFILE_URL: ""
# CMD_OAUTH2_USER_PROFILE_USERNAME_ATTR: ""
# CMD_OAUTH2_USER_PROFILE_DISPLAY_NAME_ATTR: ""
# CMD_OAUTH2_USER_PROFILE_EMAIL_ATTR: ""
# CMD_OAUTH2_USER_PROFILE_ID_ATTR: ""
# CMD_OAUTH2_TOKEN_URL: ""
# CMD_OAUTH2_AUTHORIZATION_URL: ""
# CMD_OAUTH2_CLIENT_ID: ""
# CMD_OAUTH2_CLIENT_SECRET: ""
# CMD_OAUTH2_PROVIDERNAME: ""
# CMD_OAUTH2_SCOPE: ""
# CMD_OAUTH2_ROLES_CLAIM: ""
# CMD_OAUTH2_ACCESS_ROLE: ""
# CMD_LDAP_URL: ""
# CMD_LDAP_BINDDN: ""
# CMD_LDAP_BINDCREDENTIALS: ""
# CMD_LDAP_SEARCHBASE: ""
# CMD_LDAP_SEARCHFILTER: ""
# CMD_LDAP_SEARCHATTRIBUTES: ""
# CMD_LDAP_USERIDFIELD: ""
# CMD_LDAP_USERNAMEFIELD: ""
# CMD_LDAP_TLS_CA: ""
# CMD_LDAP_PROVIDERNAME: ""
# CMD_SAML_IDPSSOURL: ""
# CMD_SAML_IDPCERT: ""
# CMD_SAML_CLIENTCERT: ""
# CMD_SAML_ISSUER: ""
# CMD_SAML_DISABLEREQUESTEDAUTHNCONTEXT: false
# CMD_SAML_IDENTIFIERFORMAT: "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress"
# CMD_SAML_GROUPATTRIBUTE: ""
# CMD_SAML_REQUIREDGROUPS: ""
# CMD_SAML_EXTERNALGROUPS: ""
# CMD_SAML_ATTRIBUTE_ID: ""
# CMD_SAML_ATTRIBUTE_USERNAME: ""
# CMD_SAML_ATTRIBUTE_EMAIL: ""
# CMD_SAML_PROVIDERNAME: ""
# CMD_S3_ACCESS_KEY_ID: ""
# CMD_S3_SECRET_ACCESS_KEY: ""
# CMD_S3_REGION: ""
# CMD_S3_BUCKET: ""
# CMD_S3_ENDPOINT: ""
# CMD_AZURE_CONNECTION_STRING: ""
# CMD_AZURE_CONTAINER: ""
# CMD_MINIO_ACCESS_KEY: ""
# CMD_MINIO_SECRET_KEY: ""
# CMD_MINIO_ENDPOINT: ""
# CMD_MINIO_PORT: ""
# CMD_MINIO_SECURE: true
# CMD_IMGUR_CLIENTID: ""
# CMD_LUTIM_URL: ""
# DEBUG: false
# CMD_LOGLEVEL: "info"
service:
main:
ports:
main:
port: 10132
persistence:
uploads:
enabled: true
mountPath: "/hedgedoc/public/uploads"
postgresql:
enabled: true
existingSecret: "dbcreds"
postgresqlUsername: hedgedoc
postgresqlDatabase: hedgedoc

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,20 @@
{{/* Define the secrets */}}
{{- define "hedgedoc.secrets" -}}
---
apiVersion: v1
kind: Secret
type: Opaque
metadata:
name: hedgedoc-secrets
{{- $hedgedocprevious := lookup "v1" "Secret" .Release.Namespace "hedgedoc-secrets" }}
{{- $session_secret := "" }}
data:
{{- if $hedgedocprevious}}
CMD_SESSION_SECRET: {{ index $hedgedocprevious.data "CMD_SESSION_SECRET" }}
{{- else }}
{{- $session_secret := randAlphaNum 32 }}
CMD_SESSION_SECRET: {{ $session_secret | b64enc }}
{{- end }}
{{- end -}}

View File

@ -0,0 +1,8 @@
{{/* Make sure all variables are set properly */}}
{{- include "tc.common.loader.init" . }}
{{/* Render secrets for hedgedoc */}}
{{- include "hedgedoc.secrets" . }}
{{/* Render the templates */}}
{{ include "tc.common.loader.apply" . }}

View File