Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-12-17 22:09:56 +00:00
parent bdbe307f82
commit b4656c7ccd
16 changed files with 3969 additions and 0 deletions

View File

@ -0,0 +1,45 @@
# Changelog<br>
<a name="paperless-ng-1.0.0"></a>
### [paperless-ng-1.0.0](https://github.com/truecharts/apps/compare/paperless-ng-0.0.4...paperless-ng-1.0.0) (2021-12-17)
#### Feat
* move to official image ([#1552](https://github.com/truecharts/apps/issues/1552))
<a name="paperless-ng-0.0.4"></a>
### [paperless-ng-0.0.4](https://github.com/truecharts/apps/compare/paperless-ng-0.0.3...paperless-ng-0.0.4) (2021-12-17)
#### Chore
* App-Icon Organization ([#1539](https://github.com/truecharts/apps/issues/1539))
#### Fix
* app needs r/w access to rootfs ([#1549](https://github.com/truecharts/apps/issues/1549))
<a name="paperless-ng-0.0.3"></a>
### [paperless-ng-0.0.3](https://github.com/truecharts/apps/compare/paperless-ng-0.0.2...paperless-ng-0.0.3) (2021-12-14)
#### Chore
* update helm general non-major helm releases ([#1535](https://github.com/truecharts/apps/issues/1535))
<a name="paperless-ng-0.0.2"></a>
### [paperless-ng-0.0.2](https://github.com/truecharts/apps/compare/paperless-ng-0.0.1...paperless-ng-0.0.2) (2021-12-13)
#### Chore
* move incubator apps to stable and bump everything
<a name="paperless-ng-0.0.1"></a>
### paperless-ng-0.0.1 (2021-12-12)

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,12 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 8.9.21
- name: postgresql
repository: https://truecharts.org/
version: 6.0.31
- name: redis
repository: https://truecharts.org
version: 1.0.36
digest: sha256:ce264f1b19b953fe7cdf2de2be52ae7b15eb76103f8a5db918f1ba9e3c5f538c
generated: "2021-12-17T22:06:26.74181741Z"

View File

@ -0,0 +1,35 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: paperless-ng
version: 1.0.0
appVersion: "1.5.0"
description: Paperless-ng is an application by Daniel Quinn and contributors that indexes your scanned documents.
type: application
deprecated: false
home: https://github.com/truecharts/apps/tree/master/charts/stable/paperless-ng
icon: https://truecharts.org/_static/img/appicons/paperless-ng-icon.png
keywords:
- paperless-ng
sources:
- https://hub.docker.com/r/linuxserver/paperless-ng
dependencies:
- name: common
repository: https://truecharts.org
version: 8.9.21
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
version: 6.0.31
- condition: redis.enabled
name: redis
repository: https://truecharts.org
version: 1.0.36
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
Paperless-ng is an application by Daniel Quinn and contributors that indexes your scanned documents.
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/paperless-ng>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org/ | postgresql | 6.0.31 |
| https://truecharts.org | common | 8.9.21 |
| https://truecharts.org | redis | 1.0.36 |
## 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,3 @@
Paperless-ng is an application by Daniel Quinn and contributors that indexes your scanned documents.
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,61 @@
# 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.PAPERLESS_CONSUMPTION_DIR | string | `"/consume/"` | |
| env.PAPERLESS_DATA_DIR | string | `"/config/"` | |
| env.PAPERLESS_MEDIA_ROOT | string | `"/media/"` | |
| env.PAPERLESS_STATICDIR | string | `"/static/"` | |
| env.PUID | int | `568` | |
| envTpl.PAPERLESS_DBNAME | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
| envTpl.PAPERLESS_DBPORT | string | `"5432"` | |
| envTpl.PAPERLESS_DBUSER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
| envTpl.PAPERLESS_TIME_ZONE | string | `"{{ .Values.env.TZ }}"` | |
| envTpl.USERMAP_GID | string | `"{{ .Values.env.PGID }}"` | |
| envTpl.USERMAP_UID | string | `"{{ .Values.env.PUID }}"` | |
| envValueFrom.PAPERLESS_DBHOST.secretKeyRef.key | string | `"plainhost"` | |
| envValueFrom.PAPERLESS_DBHOST.secretKeyRef.name | string | `"dbcreds"` | |
| envValueFrom.PAPERLESS_DBPASS.secretKeyRef.key | string | `"postgresql-password"` | |
| envValueFrom.PAPERLESS_DBPASS.secretKeyRef.name | string | `"dbcreds"` | |
| envValueFrom.PAPERLESS_REDIS.secretKeyRef.key | string | `"url"` | |
| envValueFrom.PAPERLESS_REDIS.secretKeyRef.name | string | `"rediscreds"` | |
| envValueFrom.PAPERLESS_SECRET_KEY.secretKeyRef.key | string | `"PAPERLESS_SECRET_KEY"` | |
| envValueFrom.PAPERLESS_SECRET_KEY.secretKeyRef.name | string | `"paperlessng-secrets"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/paperless-ng"` | |
| image.tag | string | `"v1.5.0@sha256:aef66d1bd436e237d0f6eb87dc5c0efe437b9ebcb4f20383dc36c165308df755"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.consume.enabled | bool | `true` | |
| persistence.consume.mountPath | string | `"/consume"` | |
| persistence.media.enabled | bool | `true` | |
| persistence.media.mountPath | string | `"/media"` | |
| persistence.static.enabled | bool | `true` | |
| persistence.static.mountPath | string | `"/static"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| postgresql.enabled | bool | `true` | |
| postgresql.existingSecret | string | `"dbcreds"` | |
| postgresql.postgresqlDatabase | string | `"paperless-ng"` | |
| postgresql.postgresqlUsername | string | `"paperless-ng"` | |
| redis.enabled | bool | `true` | |
| redis.existingSecret | string | `"rediscreds"` | |
| redis.redisUsername | string | `"paperless-ng"` | |
| secret.PAPERLESS_ADMIN_MAIL | string | `"admin@admin.com"` | |
| secret.PAPERLESS_ADMIN_PASSWORD | string | `"admin"` | |
| secret.PAPERLESS_ADMIN_USER | string | `"admin"` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `10140` | |
| service.main.ports.main.targetPort | int | `8000` | |
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,82 @@
image:
repository: tccr.io/truecharts/paperless-ng
pullPolicy: IfNotPresent
tag: v1.5.0@sha256:aef66d1bd436e237d0f6eb87dc5c0efe437b9ebcb4f20383dc36c165308df755
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
secret:
PAPERLESS_ADMIN_USER: "admin"
PAPERLESS_ADMIN_PASSWORD: "admin"
PAPERLESS_ADMIN_MAIL: "admin@admin.com"
env:
PUID: 568
PAPERLESS_DATA_DIR: "/config/"
PAPERLESS_STATICDIR: "/static/"
PAPERLESS_CONSUMPTION_DIR: "/consume/"
PAPERLESS_MEDIA_ROOT: "/media/"
envTpl:
USERMAP_UID: "{{ .Values.env.PUID }}"
USERMAP_GID: "{{ .Values.env.PGID }}"
PAPERLESS_TIME_ZONE: "{{ .Values.env.TZ }}"
PAPERLESS_DBNAME: "{{ .Values.postgresql.postgresqlDatabase }}"
PAPERLESS_DBUSER: "{{ .Values.postgresql.postgresqlUsername }}"
PAPERLESS_DBPORT: "5432"
envValueFrom:
PAPERLESS_DBPASS:
secretKeyRef:
name: dbcreds
key: postgresql-password
PAPERLESS_DBHOST:
secretKeyRef:
name: dbcreds
key: plainhost
PAPERLESS_SECRET_KEY:
secretKeyRef:
name: paperlessng-secrets
key: PAPERLESS_SECRET_KEY
PAPERLESS_REDIS:
secretKeyRef:
name: rediscreds
key: url
service:
main:
ports:
main:
targetPort: 8000
port: 10140
persistence:
config:
enabled: true
mountPath: "/config"
consume:
enabled: true
mountPath: "/consume"
static:
enabled: true
mountPath: "/static"
media:
enabled: true
mountPath: "/media"
redis:
enabled: true
existingSecret: "rediscreds"
redisUsername: paperless-ng
postgresql:
enabled: true
existingSecret: "dbcreds"
postgresqlUsername: paperless-ng
postgresqlDatabase: paperless-ng

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 "paperlessng.secrets" -}}
---
apiVersion: v1
kind: Secret
type: Opaque
metadata:
name: paperlessng-secrets
{{- $paperlessprevious := lookup "v1" "Secret" .Release.Namespace "paperlessng-secrets" }}
{{- $secret_key := "" }}
data:
{{- if $paperlessprevious}}
PAPERLESS_SECRET_KEY: {{ index $paperlessprevious.data "PAPERLESS_SECRET_KEY" }}
{{- else }}
{{- $secret_key := randAlphaNum 32 }}
PAPERLESS_SECRET_KEY: {{ $secret_key | b64enc | quote }}
{{- end }}
{{- end -}}

View File

@ -0,0 +1,8 @@
{{/* Make sure all variables are set properly */}}
{{ include "common.setup" . }}
{{/* Render secrets for paperlessng */}}
{{- include "paperlessng.secrets" . }}
{{/* Render the templates */}}
{{ include "common.postSetup" . }}

View File