Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-07-29 16:36:14 +00:00
parent b7642a3fd9
commit 6ecac6ee80
26 changed files with 2135 additions and 19 deletions

View File

@ -1,9 +0,0 @@
## [paperless-ngx-1.0.32](https://github.com/truecharts/charts/compare/paperless-ngx-1.0.31...paperless-ngx-1.0.32) (2023-07-29)
### Chore
- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955))

View File

@ -4,6 +4,15 @@
## [paperless-ngx-1.1.0](https://github.com/truecharts/charts/compare/paperless-ngx-1.0.32...paperless-ngx-1.1.0) (2023-07-29)
### Feat
- Add additional OCR options ([#10994](https://github.com/truecharts/charts/issues/10994))
## [paperless-ngx-1.0.32](https://github.com/truecharts/charts/compare/paperless-ngx-1.0.31...paperless-ngx-1.0.32) (2023-07-29)
### Chore
@ -88,12 +97,3 @@
## [paperless-ngx-1.0.23](https://github.com/truecharts/charts/compare/paperless-ngx-1.0.22...paperless-ngx-1.0.23) (2023-06-07)
### Chore
- update helm general non-major ([#9423](https://github.com/truecharts/charts/issues/9423))
## [paperless-ngx-1.0.22](https://github.com/truecharts/charts/compare/paperless-ngx-1.0.21...paperless-ngx-1.0.22) (2023-06-04)
### Chore

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: paperless-ngx
version: 1.0.32
version: 1.1.0
appVersion: "1.16.5"
description: Paperless-ngx is an application by Daniel Quinn and contributors that indexes your scanned documents.
type: application

View File

@ -0,0 +1,9 @@
## [paperless-ngx-1.1.0](https://github.com/truecharts/charts/compare/paperless-ngx-1.0.32...paperless-ngx-1.1.0) (2023-07-29)
### Feat
- Add additional OCR options ([#10994](https://github.com/truecharts/charts/issues/10994))

View File

@ -95,3 +95,5 @@ workload:
PAPERLESS_ADMIN_USER: "admin"
PAPERLESS_ADMIN_PASSWORD: "admin"
PAPERLESS_ADMIN_MAIL: "admin@admin.com"
PAPERLESS_OCR_LANGUAGE: ""
PAPERLESS_OCR_LANGUAGES: ""

View File

@ -139,6 +139,18 @@ questions:
type: int
required: true
default: 2
- variable: PAPERLESS_OCR_LANGUAGES
label: "Additional Paperless OCR Languages"
description: "Additional OCR languages to install. By default, paperless comes with English, German, Italian, Spanish and French. If your language is not in this list, install additional languages with this configuration option. Use LangCodes for the additional languages in a SPACED list."
schema:
type: string
default: ""
- variable: PAPERLESS_OCR_LANGUAGE
label: "Additional Language Selector"
description: "If additional languages are selected above, you can set the default language used with OCR using LangCodes below, default is none"
schema:
type: string
default: ""
- variable: envList
label: Extra Environment Variables
description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."

View File

@ -0,0 +1,13 @@
**Important:**
*for the complete changelog, please refer to the website*
## [searxng-3.0.2](https://github.com/truecharts/charts/compare/searxng-3.0.1...searxng-3.0.2) (2023-07-29)
### Feat
- Move to stable ([#10998](https://github.com/truecharts/charts/issues/10998))

View File

@ -0,0 +1,31 @@
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 13.2.1
deprecated: false
description: Meta search engine which aggregates results from more than 70 search services.
home: https://truecharts.org/charts/incubator/searxng
icon: https://truecharts.org/img/hotlink-ok/chart-icons/searxng.png
keywords:
- searxng
- Productivity
- Other
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: searxng
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/searxng
- https://github.com/searxng/searxng
type: application
version: 3.0.2
annotations:
truecharts.org/catagories: |
- Productivity
- Other
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

@ -0,0 +1,9 @@
## [searxng-3.0.2](https://github.com/truecharts/charts/compare/searxng-3.0.1...searxng-3.0.2) (2023-07-29)
### Feat
- Move to stable ([#10998](https://github.com/truecharts/charts/issues/10998))

View File

@ -0,0 +1,8 @@
Meta search engine which aggregates results from more than 70 search services.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/searxng](https://truecharts.org/charts/stable/searxng)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

Binary file not shown.

View File

@ -0,0 +1,51 @@
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/searxng
tag: latest@sha256:880321e4497925165beda91167e5f9bbc699ed0e272edf46fdcee4fdc94c5097
workload:
main:
podSpec:
containers:
main:
env:
BIND_ADDRESS: '{{ printf "0.0.0.0:%v" .Values.service.main.ports.main.port }}'
INSTANCE_NAME: SearXng
BASE_URL: ""
probes:
liveness:
path: /healthz
port: "{{ .Values.service.main.ports.main.port }}"
readiness:
path: /healthz
port: "{{ .Values.service.main.ports.main.port }}"
startup:
type: tcp
port: "{{ .Values.service.main.ports.main.port }}"
securityContext:
container:
runAsGroup: 0
runAsUser: 0
capabilities:
disableS6Caps: true
add:
- SETUID
- SETGID
service:
main:
ports:
main:
port: 8080
protocol: http
persistence:
config:
enabled: true
mountPath: /etc/searxng
portal:
open:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@ -0,0 +1,2 @@
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.all" . }}

View File

6
stable/searxng/item.yaml Normal file
View File

@ -0,0 +1,6 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/searxng.png
categories:
- Productivity
- Other
screenshots: []