cleanup
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [gamevault-backend-0.0.1]gamevault-backend-0.0.1 (2023-07-18)
|
||||
|
||||
@@ -1,28 +0,0 @@
|
||||
apiVersion: v2
|
||||
appVersion: "2.0.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.14.6
|
||||
deprecated: false
|
||||
description: the self-hosted gaming platform for alternatively obtained games.
|
||||
home: https://truecharts.org/charts/stable/gamevault-backend
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/gamevault-backend.png
|
||||
keywords:
|
||||
- gamevault-backend
|
||||
- games
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: gamevault-backend
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/gamevault-backend
|
||||
- https://github.com/Phalcode/gamevault-backend
|
||||
type: application
|
||||
version: 0.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- games
|
||||
truecharts.org/SCALE-support: "true"
|
||||
@@ -1 +0,0 @@
|
||||
# README
|
||||
@@ -1,4 +0,0 @@
|
||||
|
||||
|
||||
## [gamevault-backend-0.0.1]gamevault-backend-0.0.1 (2023-07-18)
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
the self-hosted gaming platform for alternatively obtained games.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/gamevault-backend](https://truecharts.org/charts/incubator/gamevault-backend)
|
||||
|
||||
---
|
||||
|
||||
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.
@@ -1,91 +0,0 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/gamevault-backend
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.0.0@sha256:1cde674b30dc9abc8ff5958f1cd0bce4382ba65f64bb33fdce35c5a8c12641f6
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
readOnlyRootFilesystem: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: http
|
||||
port: 8080
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
probes:
|
||||
liveness:
|
||||
path: /api/v1/health
|
||||
type: http
|
||||
readiness:
|
||||
path: /api/v1/health
|
||||
type: http
|
||||
startup:
|
||||
path: /api/v1/health
|
||||
type: http
|
||||
env:
|
||||
SERVER_PORT: "{{ .Values.service.main.ports.main.port }}"
|
||||
# manually set and change to /games so its easy for users to know where to place their game files.
|
||||
VOLUMES_FILES: /games
|
||||
VOLUMES_IMAGES: /images
|
||||
VOLUMES_LOG: /logs
|
||||
# DB
|
||||
DB_SYSTEM: POSTGRESQL
|
||||
DB_PORT: 5432
|
||||
DB_HOST:
|
||||
secretKeyRef:
|
||||
name: cnpg-main-urls
|
||||
key: host
|
||||
DB_DATABASE: "{{ .Values.cnpg.main.database }}"
|
||||
DB_USERNAME: "{{ .Values.cnpg.main.user }}"
|
||||
DB_PASSWORD:
|
||||
secretKeyRef:
|
||||
name: cnpg-main-user
|
||||
key: password
|
||||
# ADMIN
|
||||
SERVER_ADMIN_USERNAME: "admin"
|
||||
SERVER_ADMIN_PASSWORD: "password"
|
||||
SERVER_REGISTRATION_DISABLED: true
|
||||
SERVER_ACCOUNT_ACTIVATION_DISABLED: false
|
||||
# SERVER
|
||||
SERVER_LOG_LEVEL: info
|
||||
SERVER_CORS_ALLOWED_ORIGINS: "*"
|
||||
# GAMES
|
||||
GAMES_INDEX_INTERVAL_IN_MINUTES: 5
|
||||
# IMAGES
|
||||
IMAGE_GC_KEEP_DAYS: 30
|
||||
IMAGE_GC_INTERVAL_MINUTES: 60
|
||||
# RAWG
|
||||
RAWG_API_URL: https://api.rawg.io/api
|
||||
RAWG_API_CACHE_DAYS: 7
|
||||
# RAWG_API_KEY: ""
|
||||
|
||||
persistence:
|
||||
logs:
|
||||
enabled: true
|
||||
mountPath: /logs
|
||||
images:
|
||||
enabled: true
|
||||
mountPath: /images
|
||||
games:
|
||||
enabled: true
|
||||
mountPath: /games
|
||||
|
||||
cnpg:
|
||||
main:
|
||||
enabled: true
|
||||
user: gamevault
|
||||
database: gamevault
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1 +0,0 @@
|
||||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
||||
@@ -1 +0,0 @@
|
||||
{{ include "tc.v1.common.loader.all" . }}
|
||||
@@ -1,5 +0,0 @@
|
||||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/gamevault-backend.png
|
||||
categories:
|
||||
- games
|
||||
|
||||
screenshots: []
|
||||
@@ -1,78 +0,0 @@
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [mealie-15.0.0](https://github.com/truecharts/charts/compare/mealie-14.0.22...mealie-15.0.0) (2023-05-24)
|
||||
|
||||
|
||||
|
||||
|
||||
## [mealie-15.0.0](https://github.com/truecharts/charts/compare/mealie-14.0.22...mealie-15.0.0) (2023-05-24)
|
||||
|
||||
|
||||
|
||||
|
||||
## [mealie-15.0.0](https://github.com/truecharts/charts/compare/mealie-14.0.22...mealie-15.0.0) (2023-05-24)
|
||||
|
||||
|
||||
|
||||
|
||||
## [mealie-15.0.0](https://github.com/truecharts/charts/compare/mealie-14.0.22...mealie-15.0.0) (2023-05-24)
|
||||
|
||||
|
||||
|
||||
|
||||
## [mealie-15.0.0](https://github.com/truecharts/charts/compare/mealie-14.0.22...mealie-15.0.0) (2023-05-24)
|
||||
|
||||
|
||||
|
||||
|
||||
## [mealie-15.0.0](https://github.com/truecharts/charts/compare/mealie-14.0.22...mealie-15.0.0) (2023-05-24)
|
||||
|
||||
|
||||
|
||||
|
||||
## [mealie-15.0.0](https://github.com/truecharts/charts/compare/mealie-14.0.22...mealie-15.0.0) (2023-05-24)
|
||||
|
||||
|
||||
|
||||
|
||||
## [mealie-15.0.0](https://github.com/truecharts/charts/compare/mealie-14.0.22...mealie-15.0.0) (2023-05-24)
|
||||
|
||||
|
||||
|
||||
|
||||
## [mealie-15.0.0](https://github.com/truecharts/charts/compare/mealie-14.0.22...mealie-15.0.0) (2023-05-24)
|
||||
|
||||
|
||||
|
||||
|
||||
## [mealie-15.0.0](https://github.com/truecharts/charts/compare/mealie-14.0.22...mealie-15.0.0) (2023-05-24)
|
||||
|
||||
|
||||
|
||||
|
||||
## [mealie-15.0.0](https://github.com/truecharts/charts/compare/mealie-14.0.22...mealie-15.0.0) (2023-05-24)
|
||||
|
||||
|
||||
|
||||
|
||||
## [mealie-15.0.0](https://github.com/truecharts/charts/compare/mealie-14.0.22...mealie-15.0.0) (2023-05-24)
|
||||
|
||||
|
||||
|
||||
|
||||
## [mealie-15.0.0](https://github.com/truecharts/charts/compare/mealie-14.0.22...mealie-15.0.0) (2023-05-24)
|
||||
|
||||
|
||||
|
||||
|
||||
## [mealie-15.0.0](https://github.com/truecharts/charts/compare/mealie-14.0.22...mealie-15.0.0) (2023-05-24)
|
||||
|
||||
|
||||
|
||||
|
||||
## [mealie-15.0.0](https://github.com/truecharts/charts/compare/mealie-14.0.22...mealie-15.0.0) (2023-05-24)
|
||||
|
||||
@@ -1,30 +0,0 @@
|
||||
apiVersion: v2
|
||||
appVersion: "1.0.0beta"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 11.1.2
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://deps.truecharts.org/
|
||||
version: 11.0.31
|
||||
description: Mealie is a self hosted recipe manager and meal planner with a RestAPI backend
|
||||
home: https://truecharts.org/charts/incubator/mealie
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/mealie.png
|
||||
keywords:
|
||||
- grocy
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: mealie
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/mealie
|
||||
- https://github.com/hay-kot/mealie
|
||||
version: 15.0.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- utilities
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
||||
@@ -1,106 +0,0 @@
|
||||
Business Source License 1.1
|
||||
|
||||
Parameters
|
||||
|
||||
Licensor: The TrueCharts Project, it's owner and it's contributors
|
||||
Licensed Work: The TrueCharts "Blocky" Helm Chart
|
||||
Additional Use Grant: You may use the licensed work in production, as long
|
||||
as it is directly sourced from a TrueCharts provided
|
||||
official repository, catalog or source. You may also make private
|
||||
modification to the directly sourced licenced work,
|
||||
when used in production.
|
||||
|
||||
The following cases are, due to their nature, also
|
||||
defined as 'production use' and explicitly prohibited:
|
||||
- Bundling, including or displaying the licensed work
|
||||
with(in) another work intended for production use,
|
||||
with the apparent intend of facilitating and/or
|
||||
promoting production use by third parties in
|
||||
violation of this license.
|
||||
|
||||
Change Date: 2050-01-01
|
||||
|
||||
Change License: 3-clause BSD license
|
||||
|
||||
For information about alternative licensing arrangements for the Software,
|
||||
please contact: legal@truecharts.org
|
||||
|
||||
Notice
|
||||
|
||||
The Business Source License (this document, or the “License”) is not an Open
|
||||
Source license. However, the Licensed Work will eventually be made available
|
||||
under an Open Source License, as stated in this License.
|
||||
|
||||
License text copyright (c) 2017 MariaDB Corporation Ab, All Rights Reserved.
|
||||
“Business Source License” is a trademark of MariaDB Corporation Ab.
|
||||
|
||||
-----------------------------------------------------------------------------
|
||||
|
||||
Business Source License 1.1
|
||||
|
||||
Terms
|
||||
|
||||
The Licensor hereby grants you the right to copy, modify, create derivative
|
||||
works, redistribute, and make non-production use of the Licensed Work. The
|
||||
Licensor may make an Additional Use Grant, above, permitting limited
|
||||
production use.
|
||||
|
||||
Effective on the Change Date, or the fourth anniversary of the first publicly
|
||||
available distribution of a specific version of the Licensed Work under this
|
||||
License, whichever comes first, the Licensor hereby grants you rights under
|
||||
the terms of the Change License, and the rights granted in the paragraph
|
||||
above terminate.
|
||||
|
||||
If your use of the Licensed Work does not comply with the requirements
|
||||
currently in effect as described in this License, you must purchase a
|
||||
commercial license from the Licensor, its affiliated entities, or authorized
|
||||
resellers, or you must refrain from using the Licensed Work.
|
||||
|
||||
All copies of the original and modified Licensed Work, and derivative works
|
||||
of the Licensed Work, are subject to this License. This License applies
|
||||
separately for each version of the Licensed Work and the Change Date may vary
|
||||
for each version of the Licensed Work released by Licensor.
|
||||
|
||||
You must conspicuously display this License on each original or modified copy
|
||||
of the Licensed Work. If you receive the Licensed Work in original or
|
||||
modified form from a third party, the terms and conditions set forth in this
|
||||
License apply to your use of that work.
|
||||
|
||||
Any use of the Licensed Work in violation of this License will automatically
|
||||
terminate your rights under this License for the current and all other
|
||||
versions of the Licensed Work.
|
||||
|
||||
This License does not grant you any right in any trademark or logo of
|
||||
Licensor or its affiliates (provided that you may use a trademark or logo of
|
||||
Licensor as expressly required by this License).
|
||||
|
||||
TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
|
||||
AN “AS IS” BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
|
||||
EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
|
||||
TITLE.
|
||||
|
||||
MariaDB hereby grants you permission to use this License’s text to license
|
||||
your works, and to refer to it using the trademark “Business Source License”,
|
||||
as long as you comply with the Covenants of Licensor below.
|
||||
|
||||
Covenants of Licensor
|
||||
|
||||
In consideration of the right to use this License’s text and the “Business
|
||||
Source License” name and trademark, Licensor covenants to MariaDB, and to all
|
||||
other recipients of the licensed work to be provided by Licensor:
|
||||
|
||||
1. To specify as the Change License the GPL Version 2.0 or any later version,
|
||||
or a license that is compatible with GPL Version 2.0 or a later version,
|
||||
where “compatible” means that software provided under the Change License can
|
||||
be included in a program with software provided under GPL Version 2.0 or a
|
||||
later version. Licensor may specify additional Change Licenses without
|
||||
limitation.
|
||||
|
||||
2. To either: (a) specify an additional grant of rights to use that does not
|
||||
impose any additional restriction on the right granted in this License, as
|
||||
the Additional Use Grant; or (b) insert the text “None”.
|
||||
|
||||
3. To specify a Change Date.
|
||||
|
||||
4. Not to modify this License in any other way.
|
||||
@@ -1,27 +0,0 @@
|
||||
# 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%20Apps/Important-MUST-READ).
|
||||
- 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*
|
||||
@@ -1,4 +0,0 @@
|
||||
|
||||
|
||||
## [mealie-15.0.0](https://github.com/truecharts/charts/compare/mealie-14.0.22...mealie-15.0.0) (2023-05-24)
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
Mealie is a self hosted recipe manager and meal planner with a RestAPI backend
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/mealie](https://truecharts.org/charts/incubator/mealie)
|
||||
|
||||
---
|
||||
|
||||
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.
Binary file not shown.
@@ -1,111 +0,0 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/mealie-frontend
|
||||
tag: v1.0.0beta@sha256:4158c31d037c2ece8931d2e2b120654b6f658b020f9273e8a2cc289d9e715552
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
apiImage:
|
||||
repository: tccr.io/truecharts/mealie-api
|
||||
tag: v1.0.0beta@sha256:1a3b047474f908ae97a78d0f679892aa0f1bbea1e97abaf57c115df1b33d398a
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
mealie_frontend:
|
||||
theme:
|
||||
light_primary: "#E58325"
|
||||
light_accent: "#007A99"
|
||||
light_secondary: "#973542"
|
||||
light_success: "#43A047"
|
||||
light_info: "#1976D2"
|
||||
light_warning: "#FF6D00"
|
||||
light_error: "#EF5350"
|
||||
dark_primary: "#E58325"
|
||||
dark_accent: "#007A99"
|
||||
dark_secondary: "#973542"
|
||||
dark_success: "#43A047"
|
||||
dark_info: "#1976D2"
|
||||
dark_warning: "#FF6D00"
|
||||
dark_error: "#EF5350"
|
||||
|
||||
mealie_backend:
|
||||
general:
|
||||
allow_signup: true
|
||||
default_group: Home
|
||||
default_email: changeme@email.com
|
||||
base_url: ""
|
||||
token_time: 48
|
||||
security:
|
||||
max_login_attempts: 5
|
||||
user_lockout_time: 24
|
||||
webworkers:
|
||||
workers_per_core: 1
|
||||
max_workers: 1
|
||||
web_concurrency: 1
|
||||
smtp:
|
||||
user: ""
|
||||
password: ""
|
||||
host: ""
|
||||
port: 587
|
||||
from_name: Mealie
|
||||
from_email: ""
|
||||
# TLS | SSL | NONE
|
||||
auth_strategy: TLS
|
||||
ldap:
|
||||
auth_enabled: false
|
||||
server_url: ""
|
||||
tls_insecure: false
|
||||
tls_cacertfile: ""
|
||||
bind_template: ""
|
||||
base_dn: ""
|
||||
admin_filter: ""
|
||||
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: '{{ include "tc.common.names.fullname" . }}-frontend-config'
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
type: HTTP
|
||||
path: /
|
||||
readiness:
|
||||
type: HTTP
|
||||
path: /
|
||||
startup:
|
||||
type: HTTP
|
||||
path: /
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10018
|
||||
protocol: HTTP
|
||||
targetPort: 3000
|
||||
api:
|
||||
enabled: true
|
||||
type: ClusterIP
|
||||
ports:
|
||||
api:
|
||||
enabled: true
|
||||
protocol: HTTP
|
||||
port: 10019
|
||||
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: /app/data
|
||||
|
||||
postgresql:
|
||||
enabled: true
|
||||
existingSecret: dbcreds
|
||||
postgresqlUsername: mealie
|
||||
postgresqlDatabase: mealie
|
||||
|
||||
portal:
|
||||
enabled: true
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,41 +0,0 @@
|
||||
{{- define "mealie.api" -}}
|
||||
image: {{ .Values.apiImage.repository }}:{{ .Values.apiImage.tag }}
|
||||
imagePullPolicy: {{ .Values.apiImage.pullPolicy }}
|
||||
securityContext:
|
||||
runAsUser: {{ .Values.podSecurityContext.runAsUser }}
|
||||
runAsGroup: {{ .Values.podSecurityContext.runAsGroup }}
|
||||
readOnlyRootFilesystem: {{ .Values.securityContext.readOnlyRootFilesystem }}
|
||||
runAsNonRoot: {{ .Values.securityContext.runAsNonRoot }}
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: '{{ include "tc.common.names.fullname" . }}-api-secret'
|
||||
- configMapRef:
|
||||
name: '{{ include "tc.common.names.fullname" . }}-api-config'
|
||||
volumeMounts:
|
||||
- name: data
|
||||
mountPath: "/app/data"
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /docs
|
||||
port: {{ .Values.service.api.ports.api.port }}
|
||||
initialDelaySeconds: {{ .Values.probes.readiness.spec.initialDelaySeconds }}
|
||||
timeoutSeconds: {{ .Values.probes.readiness.spec.timeoutSeconds }}
|
||||
periodSeconds: {{ .Values.probes.readiness.spec.periodSeconds }}
|
||||
failureThreshold: {{ .Values.probes.readiness.spec.failureThreshold }}
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /docs
|
||||
port: {{ .Values.service.api.ports.api.port }}
|
||||
initialDelaySeconds: {{ .Values.probes.readiness.spec.initialDelaySeconds }}
|
||||
timeoutSeconds: {{ .Values.probes.readiness.spec.timeoutSeconds }}
|
||||
periodSeconds: {{ .Values.probes.readiness.spec.periodSeconds }}
|
||||
failureThreshold: {{ .Values.probes.readiness.spec.failureThreshold }}
|
||||
startupProbe:
|
||||
httpGet:
|
||||
path: /docs
|
||||
port: {{ .Values.service.api.ports.api.port }}
|
||||
initialDelaySeconds: {{ .Values.probes.readiness.spec.initialDelaySeconds }}
|
||||
timeoutSeconds: {{ .Values.probes.readiness.spec.timeoutSeconds }}
|
||||
periodSeconds: {{ .Values.probes.readiness.spec.periodSeconds }}
|
||||
failureThreshold: {{ .Values.probes.readiness.spec.failureThreshold }}
|
||||
{{- end -}}
|
||||
@@ -1,131 +0,0 @@
|
||||
{{/* Define the configmap */}}
|
||||
{{- define "mealie.config" -}}
|
||||
|
||||
{{- $frontendConfigName := printf "%s-frontend-config" (include "tc.common.names.fullname" .) }}
|
||||
{{- $apiConfigName := printf "%s-api-config" (include "tc.common.names.fullname" .) }}
|
||||
|
||||
---
|
||||
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ $frontendConfigName }}
|
||||
labels:
|
||||
{{- include "tc.common.labels" . | nindent 4 }}
|
||||
data:
|
||||
API_URL: http://localhost:{{ .Values.service.api.ports.api.port }}
|
||||
THEME_LIGHT_PRIMARY: {{ .Values.mealie_frontend.theme.light_primary | default "#E58325" | quote }}
|
||||
THEME_LIGHT_ACCENT: {{ .Values.mealie_frontend.theme.light_accent | default "#007A99" | quote }}
|
||||
THEME_LIGHT_SECONDARY: {{ .Values.mealie_frontend.theme.light_secondary | default "#973542" | quote }}
|
||||
THEME_LIGHT_SUCCESS: {{ .Values.mealie_frontend.theme.light_success | default "#43A047" | quote }}
|
||||
THEME_LIGHT_INFO: {{ .Values.mealie_frontend.theme.light_info | default "#1976D2" | quote }}
|
||||
THEME_LIGHT_WARNING: {{ .Values.mealie_frontend.theme.light_warning | default "#FF6D00" | quote }}
|
||||
THEME_LIGHT_ERROR: {{ .Values.mealie_frontend.theme.light_error | default "#EF5350" | quote }}
|
||||
THEME_DARK_PRIMARY: {{ .Values.mealie_frontend.theme.dark_primary | default "#E58325" | quote }}
|
||||
THEME_DARK_ACCENT: {{ .Values.mealie_frontend.theme.dark_accent | default "#007A99" | quote }}
|
||||
THEME_DARK_SECONDARY: {{ .Values.mealie_frontend.theme.dark_secondary | default "#973542" | quote }}
|
||||
THEME_DARK_SUCCESS: {{ .Values.mealie_frontend.theme.dark_success | default "#43A047" | quote }}
|
||||
THEME_DARK_INFO: {{ .Values.mealie_frontend.theme.dark_info | default "#1976D2" | quote }}
|
||||
THEME_DARK_WARNING: {{ .Values.mealie_frontend.theme.dark_warning | default "#FF6D00" | quote }}
|
||||
THEME_DARK_ERROR: {{ .Values.mealie_frontend.theme.dark_error | default "#EF5350" | quote }}
|
||||
|
||||
---
|
||||
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ $apiConfigName }}
|
||||
labels:
|
||||
{{- include "tc.common.labels" . | nindent 4 }}
|
||||
data:
|
||||
PUID: {{ .Values.security.PUID | quote }}
|
||||
PGID: {{ .Values.podSecurityContext.fsGroup | quote }}
|
||||
TZ: {{ .Values.TZ }}
|
||||
DB_ENGINE: "postgres"
|
||||
POSTGRES_PORT: "5432"
|
||||
POSTGRES_USER: {{ .Values.postgresql.postgresqlUsername }}
|
||||
POSTGRES_DB: {{ .Values.postgresql.postgresqlDatabase }}
|
||||
POSTGRES_SERVER: {{ printf "%v-%v" .Release.Name "postgresql" }}
|
||||
API_PORT: {{ .Values.service.api.ports.api.port | quote }}
|
||||
{{/* User Defined */}}
|
||||
{{/* General */}}
|
||||
ALLOW_SIGNUP: {{ .Values.mealie_backend.general.allow_signup | quote }}
|
||||
API_DOCS: "true"
|
||||
{{- with .Values.mealie_backend.general.default_group }}
|
||||
DEFAULT_GROUP: {{ . }}
|
||||
{{- end }}
|
||||
{{- with .Values.mealie_backend.general.default_email }}
|
||||
DEFAULT_EMAIL: {{ . }}
|
||||
{{- end }}
|
||||
{{- with .Values.mealie_backend.general.base_url }}
|
||||
BASE_URL: {{ . }}
|
||||
{{- end }}
|
||||
{{- if hasKey .Values.mealie_backend.general "token_time" }}
|
||||
{{- if or .Values.mealie_backend.general.token_time (eq 0 (int .Values.mealie_backend.general.token_time)) }}
|
||||
TOKEN_TIME: {{ .Values.mealie_backend.general.token_time | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{/* Security */}}
|
||||
{{- if hasKey .Values.mealie_backend.security "max_login_attempts" }}
|
||||
{{- if or .Values.mealie_backend.security.max_login_attempts (eq 0 (int .Values.mealie_backend.security.max_login_attempts)) }}
|
||||
SECURITY_MAX_LOGIN_ATTEMPTS: {{ .Values.mealie_backend.security.max_login_attempts | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- if hasKey .Values.mealie_backend.security "user_lockout_time" }}
|
||||
{{- if or .Values.mealie_backend.security.user_lockout_time (eq 0 (int .Values.mealie_backend.security.user_lockout_time)) }}
|
||||
SECURITY_USER_LOCKOUT_TIME: {{ .Values.mealie_backend.security.user_lockout_time | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{/* Security */}}
|
||||
{{- if hasKey .Values.mealie_backend.webworkers "workers_per_core" }}
|
||||
{{- if or .Values.mealie_backend.webworkers.workers_per_core (eq 0 (int .Values.mealie_backend.webworkers.workers_per_core)) }}
|
||||
WORKERS_PER_CORE: {{ .Values.mealie_backend.webworkers.workers_per_core | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- if hasKey .Values.mealie_backend.webworkers "max_workers" }}
|
||||
{{- if or .Values.mealie_backend.webworkers.max_workers (eq 0 (int .Values.mealie_backend.webworkers.max_workers)) }}
|
||||
MAX_WORKERS: {{ .Values.mealie_backend.webworkers.max_workers | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- if hasKey .Values.mealie_backend.webworkers "web_concurrency" }}
|
||||
{{- if or .Values.mealie_backend.webworkers.web_concurrency (eq 0 (int .Values.mealie_backend.webworkers.web_concurrency)) }}
|
||||
WEB_CONCURRENCY: {{ .Values.mealie_backend.webworkers.web_concurrency | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{/* SMTP */}}
|
||||
{{- if hasKey .Values.mealie_backend.smtp "port" }}
|
||||
{{- if or .Values.mealie_backend.smtp.port (eq 0 (int .Values.mealie_backend.smtp.port)) }}
|
||||
SMTP_PORT: {{ .Values.mealie_backend.smtp.port | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- with .Values.mealie_backend.smtp.host }}
|
||||
SMTP_HOST: {{ . }}
|
||||
{{- end }}
|
||||
{{- with .Values.mealie_backend.smtp.from_name }}
|
||||
SMTP_FROM_NAME: {{ . }}
|
||||
{{- end }}
|
||||
{{- with .Values.mealie_backend.smtp.auth_strategy }}
|
||||
SMTP_AUTH_STRATEGY: {{ . }}
|
||||
{{- end }}
|
||||
{{- with .Values.mealie_backend.smtp.from_email }}
|
||||
SMTP_FROM_EMAIL: {{ . }}
|
||||
{{- end }}
|
||||
{{/* SMTP */}}
|
||||
LDAP_AUTH_ENABLED: {{ .Values.mealie_backend.ldap.auth_enabled | quote }}
|
||||
LDAP_TLS_INSECURE: {{ .Values.mealie_backend.ldap.tls_insecure | quote }}
|
||||
{{- with .Values.mealie_backend.ldap.server_url }}
|
||||
LDAP_SERVER_URL: {{ . }}
|
||||
{{- end }}
|
||||
{{- with .Values.mealie_backend.ldap.tls_cacertfile }}
|
||||
LDAP_TLS_CACERTFILE: {{ . }}
|
||||
{{- end }}
|
||||
{{- with .Values.mealie_backend.ldap.bind_template }}
|
||||
LDAP_BIND_TEMPLATE: {{ . }}
|
||||
{{- end }}
|
||||
{{- with .Values.mealie_backend.ldap.base_dn }}
|
||||
LDAP_BASE_DN: {{ . }}
|
||||
{{- end }}
|
||||
{{- with .Values.mealie_backend.ldap.admin_filter }}
|
||||
LDAP_ADMIN_FILTER: {{ . }}
|
||||
{{- end }}
|
||||
{{- end -}}
|
||||
@@ -1,24 +0,0 @@
|
||||
{{/* Define the secret */}}
|
||||
{{- define "mealie.secret" -}}
|
||||
|
||||
{{- $apiSecretName := printf "%s-api-secret" (include "tc.common.names.fullname" .) }}
|
||||
|
||||
---
|
||||
|
||||
{{/* This secrets are loaded on both main authentik container and worker */}}
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
type: Opaque
|
||||
metadata:
|
||||
name: {{ $apiSecretName }}
|
||||
labels:
|
||||
{{- include "tc.common.labels" . | nindent 4 }}
|
||||
data:
|
||||
POSTGRES_PASSWORD: {{ .Values.postgresql.postgresqlPassword | trimAll "\"" | b64enc }}
|
||||
{{- with .Values.mealie_backend.smtp.user | b64enc }}
|
||||
SMTP_USER: {{ . }}
|
||||
{{- end }}
|
||||
{{- with .Values.mealie_backend.smtp.password | b64enc }}
|
||||
SMTP_PASSWORD: {{ . }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
@@ -1,13 +0,0 @@
|
||||
{{/* Make sure all variables are set properly */}}
|
||||
{{- include "tc.common.loader.init" . }}
|
||||
|
||||
{{/* Render secret */}}
|
||||
{{- include "mealie.secret" . }}
|
||||
|
||||
{{/* Render config */}}
|
||||
{{- include "mealie.config" . }}
|
||||
|
||||
{{- $_ := set .Values.additionalContainers "api" (include "mealie.api" . | fromYaml) -}}
|
||||
|
||||
{{/* Render the templates */}}
|
||||
{{ include "tc.common.loader.apply" . }}
|
||||
@@ -1,87 +0,0 @@
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [mealie-16.0.0](https://github.com/truecharts/charts/compare/mealie-15.0.0...mealie-16.0.0) (2023-07-22)
|
||||
|
||||
### Feat
|
||||
|
||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mealie-15.0.0](https://github.com/truecharts/charts/compare/mealie-14.0.22...mealie-15.0.0) (2023-05-24)
|
||||
|
||||
|
||||
|
||||
|
||||
## [mealie-15.0.0](https://github.com/truecharts/charts/compare/mealie-14.0.22...mealie-15.0.0) (2023-05-24)
|
||||
|
||||
|
||||
|
||||
|
||||
## [mealie-15.0.0](https://github.com/truecharts/charts/compare/mealie-14.0.22...mealie-15.0.0) (2023-05-24)
|
||||
|
||||
|
||||
|
||||
|
||||
## [mealie-15.0.0](https://github.com/truecharts/charts/compare/mealie-14.0.22...mealie-15.0.0) (2023-05-24)
|
||||
|
||||
|
||||
|
||||
|
||||
## [mealie-15.0.0](https://github.com/truecharts/charts/compare/mealie-14.0.22...mealie-15.0.0) (2023-05-24)
|
||||
|
||||
|
||||
|
||||
|
||||
## [mealie-15.0.0](https://github.com/truecharts/charts/compare/mealie-14.0.22...mealie-15.0.0) (2023-05-24)
|
||||
|
||||
|
||||
|
||||
|
||||
## [mealie-15.0.0](https://github.com/truecharts/charts/compare/mealie-14.0.22...mealie-15.0.0) (2023-05-24)
|
||||
|
||||
|
||||
|
||||
|
||||
## [mealie-15.0.0](https://github.com/truecharts/charts/compare/mealie-14.0.22...mealie-15.0.0) (2023-05-24)
|
||||
|
||||
|
||||
|
||||
|
||||
## [mealie-15.0.0](https://github.com/truecharts/charts/compare/mealie-14.0.22...mealie-15.0.0) (2023-05-24)
|
||||
|
||||
|
||||
|
||||
|
||||
## [mealie-15.0.0](https://github.com/truecharts/charts/compare/mealie-14.0.22...mealie-15.0.0) (2023-05-24)
|
||||
|
||||
|
||||
|
||||
|
||||
## [mealie-15.0.0](https://github.com/truecharts/charts/compare/mealie-14.0.22...mealie-15.0.0) (2023-05-24)
|
||||
|
||||
|
||||
|
||||
|
||||
## [mealie-15.0.0](https://github.com/truecharts/charts/compare/mealie-14.0.22...mealie-15.0.0) (2023-05-24)
|
||||
|
||||
|
||||
|
||||
|
||||
## [mealie-15.0.0](https://github.com/truecharts/charts/compare/mealie-14.0.22...mealie-15.0.0) (2023-05-24)
|
||||
|
||||
|
||||
|
||||
|
||||
## [mealie-15.0.0](https://github.com/truecharts/charts/compare/mealie-14.0.22...mealie-15.0.0) (2023-05-24)
|
||||
|
||||
|
||||
|
||||
|
||||
## [mealie-15.0.0](https://github.com/truecharts/charts/compare/mealie-14.0.22...mealie-15.0.0) (2023-05-24)
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
apiVersion: v2
|
||||
appVersion: "1.0.0beta"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 13.2.0
|
||||
description: Mealie is a self hosted recipe manager and meal planner with a RestAPI backend
|
||||
home: https://truecharts.org/charts/incubator/mealie
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/mealie.png
|
||||
keywords:
|
||||
- grocy
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: mealie
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/mealie
|
||||
- https://github.com/hay-kot/mealie
|
||||
version: 16.0.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- utilities
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
||||
@@ -1,106 +0,0 @@
|
||||
Business Source License 1.1
|
||||
|
||||
Parameters
|
||||
|
||||
Licensor: The TrueCharts Project, it's owner and it's contributors
|
||||
Licensed Work: The TrueCharts "Blocky" Helm Chart
|
||||
Additional Use Grant: You may use the licensed work in production, as long
|
||||
as it is directly sourced from a TrueCharts provided
|
||||
official repository, catalog or source. You may also make private
|
||||
modification to the directly sourced licenced work,
|
||||
when used in production.
|
||||
|
||||
The following cases are, due to their nature, also
|
||||
defined as 'production use' and explicitly prohibited:
|
||||
- Bundling, including or displaying the licensed work
|
||||
with(in) another work intended for production use,
|
||||
with the apparent intend of facilitating and/or
|
||||
promoting production use by third parties in
|
||||
violation of this license.
|
||||
|
||||
Change Date: 2050-01-01
|
||||
|
||||
Change License: 3-clause BSD license
|
||||
|
||||
For information about alternative licensing arrangements for the Software,
|
||||
please contact: legal@truecharts.org
|
||||
|
||||
Notice
|
||||
|
||||
The Business Source License (this document, or the “License”) is not an Open
|
||||
Source license. However, the Licensed Work will eventually be made available
|
||||
under an Open Source License, as stated in this License.
|
||||
|
||||
License text copyright (c) 2017 MariaDB Corporation Ab, All Rights Reserved.
|
||||
“Business Source License” is a trademark of MariaDB Corporation Ab.
|
||||
|
||||
-----------------------------------------------------------------------------
|
||||
|
||||
Business Source License 1.1
|
||||
|
||||
Terms
|
||||
|
||||
The Licensor hereby grants you the right to copy, modify, create derivative
|
||||
works, redistribute, and make non-production use of the Licensed Work. The
|
||||
Licensor may make an Additional Use Grant, above, permitting limited
|
||||
production use.
|
||||
|
||||
Effective on the Change Date, or the fourth anniversary of the first publicly
|
||||
available distribution of a specific version of the Licensed Work under this
|
||||
License, whichever comes first, the Licensor hereby grants you rights under
|
||||
the terms of the Change License, and the rights granted in the paragraph
|
||||
above terminate.
|
||||
|
||||
If your use of the Licensed Work does not comply with the requirements
|
||||
currently in effect as described in this License, you must purchase a
|
||||
commercial license from the Licensor, its affiliated entities, or authorized
|
||||
resellers, or you must refrain from using the Licensed Work.
|
||||
|
||||
All copies of the original and modified Licensed Work, and derivative works
|
||||
of the Licensed Work, are subject to this License. This License applies
|
||||
separately for each version of the Licensed Work and the Change Date may vary
|
||||
for each version of the Licensed Work released by Licensor.
|
||||
|
||||
You must conspicuously display this License on each original or modified copy
|
||||
of the Licensed Work. If you receive the Licensed Work in original or
|
||||
modified form from a third party, the terms and conditions set forth in this
|
||||
License apply to your use of that work.
|
||||
|
||||
Any use of the Licensed Work in violation of this License will automatically
|
||||
terminate your rights under this License for the current and all other
|
||||
versions of the Licensed Work.
|
||||
|
||||
This License does not grant you any right in any trademark or logo of
|
||||
Licensor or its affiliates (provided that you may use a trademark or logo of
|
||||
Licensor as expressly required by this License).
|
||||
|
||||
TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
|
||||
AN “AS IS” BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
|
||||
EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
|
||||
TITLE.
|
||||
|
||||
MariaDB hereby grants you permission to use this License’s text to license
|
||||
your works, and to refer to it using the trademark “Business Source License”,
|
||||
as long as you comply with the Covenants of Licensor below.
|
||||
|
||||
Covenants of Licensor
|
||||
|
||||
In consideration of the right to use this License’s text and the “Business
|
||||
Source License” name and trademark, Licensor covenants to MariaDB, and to all
|
||||
other recipients of the licensed work to be provided by Licensor:
|
||||
|
||||
1. To specify as the Change License the GPL Version 2.0 or any later version,
|
||||
or a license that is compatible with GPL Version 2.0 or a later version,
|
||||
where “compatible” means that software provided under the Change License can
|
||||
be included in a program with software provided under GPL Version 2.0 or a
|
||||
later version. Licensor may specify additional Change Licenses without
|
||||
limitation.
|
||||
|
||||
2. To either: (a) specify an additional grant of rights to use that does not
|
||||
impose any additional restriction on the right granted in this License, as
|
||||
the Additional Use Grant; or (b) insert the text “None”.
|
||||
|
||||
3. To specify a Change Date.
|
||||
|
||||
4. Not to modify this License in any other way.
|
||||
@@ -1,27 +0,0 @@
|
||||
# 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*
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [mealie-16.0.0](https://github.com/truecharts/charts/compare/mealie-15.0.0...mealie-16.0.0) (2023-07-22)
|
||||
|
||||
### Feat
|
||||
|
||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
Mealie is a self hosted recipe manager and meal planner with a RestAPI backend
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/mealie](https://truecharts.org/charts/incubator/mealie)
|
||||
|
||||
---
|
||||
|
||||
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.
@@ -1,159 +0,0 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/mealie-frontend
|
||||
tag: latest@sha256:545440da5702172f8aa53c98f7136e39e6143ab18299a5aeccc404748ddd1245
|
||||
pullPolicy: IfNotPresent
|
||||
apiImage:
|
||||
repository: tccr.io/truecharts/mealie-api
|
||||
tag: latest@sha256:75250abbd9641bdc044961c58aa1f297245be450c3e5abd25aceac38b12ad72c
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
mealie:
|
||||
frontend:
|
||||
theme:
|
||||
light_primary: "#E58325"
|
||||
light_accent: "#007A99"
|
||||
light_secondary: "#973542"
|
||||
light_success: "#43A047"
|
||||
light_info: "#1976D2"
|
||||
light_warning: "#FF6D00"
|
||||
light_error: "#EF5350"
|
||||
dark_primary: "#E58325"
|
||||
dark_accent: "#007A99"
|
||||
dark_secondary: "#973542"
|
||||
dark_success: "#43A047"
|
||||
dark_info: "#1976D2"
|
||||
dark_warning: "#FF6D00"
|
||||
dark_error: "#EF5350"
|
||||
api:
|
||||
general:
|
||||
allow_signup: true
|
||||
default_group: Home
|
||||
default_email: changeme@email.com
|
||||
base_url: ""
|
||||
token_time: 48
|
||||
security:
|
||||
max_login_attempts: 5
|
||||
user_lockout_time: 24
|
||||
smtp:
|
||||
user: ""
|
||||
password: ""
|
||||
host: ""
|
||||
port: 587
|
||||
from_name: Mealie
|
||||
from_email: ""
|
||||
# TLS | SSL | NONE
|
||||
auth_strategy: TLS
|
||||
webworkers:
|
||||
workers_per_core: 1
|
||||
max_workers: 1
|
||||
web_concurrency: 1
|
||||
ldap:
|
||||
auth_enabled: false
|
||||
server_url: ""
|
||||
tls_insecure: false
|
||||
enable_starttls: false
|
||||
tls_cacertfile: ""
|
||||
base_dn: ""
|
||||
query_bind: ""
|
||||
query_password: ""
|
||||
user_filter: ""
|
||||
admin_filter: ""
|
||||
id_attribute: uid
|
||||
user_attribute: name
|
||||
mail_attribute: mail
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
securityContext:
|
||||
capabilities:
|
||||
add:
|
||||
- NET_BIND_SERVICE
|
||||
probes:
|
||||
liveness:
|
||||
path: "/"
|
||||
type: http
|
||||
readiness:
|
||||
path: "/"
|
||||
type: http
|
||||
startup:
|
||||
path: "/"
|
||||
type: http
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: frontend
|
||||
api:
|
||||
enabled: true
|
||||
type: Deployment
|
||||
strategy: RollingUpdate
|
||||
replicas: 1
|
||||
podSpec:
|
||||
containers:
|
||||
api:
|
||||
primary: true
|
||||
enabled: true
|
||||
imageSelector: apiImage
|
||||
probes:
|
||||
liveness:
|
||||
path: /api/app/about
|
||||
type: http
|
||||
port: "{{ .Values.service.api.ports.api.port }}"
|
||||
readiness:
|
||||
path: /api/app/about
|
||||
type: http
|
||||
port: "{{ .Values.service.api.ports.api.port }}"
|
||||
startup:
|
||||
type: tcp
|
||||
port: "{{ .Values.service.api.ports.api.port }}"
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: api
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
readOnlyRootFilesystem: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10018
|
||||
protocol: http
|
||||
targetPort: 3000
|
||||
api:
|
||||
enabled: true
|
||||
type: ClusterIP
|
||||
targetSelector: api
|
||||
ports:
|
||||
api:
|
||||
enabled: true
|
||||
protocol: http
|
||||
port: 10019
|
||||
targetSelector: api
|
||||
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
targetSelector:
|
||||
main:
|
||||
main:
|
||||
mountPath: /app/data
|
||||
readOnly: true
|
||||
api:
|
||||
api:
|
||||
mountPath: /app/data
|
||||
|
||||
cnpg:
|
||||
main:
|
||||
enabled: true
|
||||
user: mealie
|
||||
database: mealie
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1 +0,0 @@
|
||||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
||||
@@ -1,99 +0,0 @@
|
||||
{{/* Define the secrets */}}
|
||||
{{- define "mealie.secrets" -}}
|
||||
{{- $fullname := (include "tc.v1.common.lib.chart.names.fullname" $) -}}
|
||||
{{- $api := .Values.mealie.api -}}
|
||||
{{- $frontend := .Values.mealie.frontend }}
|
||||
|
||||
frontend:
|
||||
enabled: true
|
||||
data:
|
||||
{{/* Frontend */}}
|
||||
API_URL: {{ printf "http://%v-api:%v" $fullname .Values.service.api.ports.api.port }}
|
||||
THEME_LIGHT_PRIMARY: {{ $frontend.theme.light_primary | default "#E58325" | quote }}
|
||||
THEME_LIGHT_ACCENT: {{ $frontend.theme.light_accent | default "#007A99" | quote }}
|
||||
THEME_LIGHT_SECONDARY: {{ $frontend.theme.light_secondary | default "#973542" | quote }}
|
||||
THEME_LIGHT_SUCCESS: {{ $frontend.theme.light_success | default "#43A047" | quote }}
|
||||
THEME_LIGHT_INFO: {{ $frontend.theme.light_info | default "#1976D2" | quote }}
|
||||
THEME_LIGHT_WARNING: {{ $frontend.theme.light_warning | default "#FF6D00" | quote }}
|
||||
THEME_LIGHT_ERROR: {{ $frontend.theme.light_error | default "#EF5350" | quote }}
|
||||
THEME_DARK_PRIMARY: {{ $frontend.theme.dark_primary | default "#E58325" | quote }}
|
||||
THEME_DARK_ACCENT: {{ $frontend.theme.dark_accent | default "#007A99" | quote }}
|
||||
THEME_DARK_SECONDARY: {{ $frontend.theme.dark_secondary | default "#973542" | quote }}
|
||||
THEME_DARK_SUCCESS: {{ $frontend.theme.dark_success | default "#43A047" | quote }}
|
||||
THEME_DARK_INFO: {{ $frontend.theme.dark_info | default "#1976D2" | quote }}
|
||||
THEME_DARK_WARNING: {{ $frontend.theme.dark_warning | default "#FF6D00" | quote }}
|
||||
THEME_DARK_ERROR: {{ $frontend.theme.dark_error | default "#EF5350" | quote }}
|
||||
|
||||
api:
|
||||
enabled: true
|
||||
data:
|
||||
API_PORT: {{ .Values.service.api.ports.api.port | quote }}
|
||||
API_DOCS: "true"
|
||||
{{/* Database */}}
|
||||
DB_ENGINE: "postgres"
|
||||
POSTGRES_PORT: "5432"
|
||||
POSTGRES_USER: {{ .Values.cnpg.main.user }}
|
||||
POSTGRES_PASSWORD: {{ .Values.cnpg.main.creds.password | trimAll "\"" }}
|
||||
POSTGRES_DB: {{ .Values.cnpg.main.database }}
|
||||
POSTGRES_SERVER: {{ .Values.cnpg.main.creds.host }}
|
||||
{{/* User Defined */}}
|
||||
{{/* General */}}
|
||||
ALLOW_SIGNUP: {{ $api.general.allow_signup | quote }}
|
||||
DEFAULT_GROUP: {{ $api.general.default_group }}
|
||||
DEFAULT_EMAIL: {{ $api.general.default_email }}
|
||||
BASE_URL: {{ $api.general.base_url }}
|
||||
TOKEN_TIME: {{ $api.general.token_time | quote }}
|
||||
{{/* Security */}}
|
||||
SECURITY_MAX_LOGIN_ATTEMPTS: {{ $api.security.max_login_attempts | quote }}
|
||||
SECURITY_USER_LOCKOUT_TIME: {{ $api.security.user_lockout_time | quote }}
|
||||
{{/* SMTP */}}
|
||||
{{- if $api.smtp.host }}
|
||||
SMTP_PORT: {{ $api.smtp.port | quote }}
|
||||
SMTP_HOST: {{ $api.smtp.host | quote }}
|
||||
SMTP_USER: {{ $api.smtp.user | quote }}
|
||||
SMTP_PASSWORD: {{ $api.smtp.password | quote }}
|
||||
SMTP_FROM_NAME: {{ $api.smtp.from_name | quote }}
|
||||
SMTP_AUTH_STRATEGY: {{ $api.smtp.auth_strategy | quote }}
|
||||
SMTP_FROM_EMAIL: {{ $api.smtp.from_email | quote }}
|
||||
{{- end }}
|
||||
{{/* Workers */}}
|
||||
WORKERS_PER_CORE: {{ $api.webworkers.workers_per_core | quote }}
|
||||
MAX_WORKERS: {{ $api.webworkers.max_workers | quote }}
|
||||
WEB_CONCURRENCY: {{ $api.webworkers.web_concurrency | quote }}
|
||||
{{/* LDAP */}}
|
||||
{{- if $api.ldap.auth_enabled }}
|
||||
LDAP_AUTH_ENABLED: {{ $api.ldap.auth_enabled | quote }}
|
||||
{{- with $api.ldap.server_url }}
|
||||
LDAP_SERVER_URL: {{ . }}
|
||||
{{- end }}
|
||||
LDAP_TLS_INSECURE: {{ $api.ldap.tls_insecure | quote }}
|
||||
LDAP_ENABLE_STARTTLS: {{ $api.ldap.enable_starttls | quote }}
|
||||
{{- with $api.ldap.tls_cacertfile }}
|
||||
LDAP_TLS_CACERTFILE: {{ . | quote }}
|
||||
{{- end -}}
|
||||
{{- with $api.ldap.base_dn }}
|
||||
LDAP_BASE_DN: {{ . | quote }}
|
||||
{{- end -}}
|
||||
{{- with $api.ldap.query_bind }}
|
||||
LDAP_QUERY_BIND: {{ . | quote }}
|
||||
{{- end -}}
|
||||
{{- with $api.ldap.query_password }}
|
||||
LDAP_QUERY_PASSWORD: {{ . | quote }}
|
||||
{{- end -}}
|
||||
{{- with $api.ldap.user_filter }}
|
||||
LDAP_USER_FILTER: {{ . | quote }}
|
||||
{{- end -}}
|
||||
{{- with $api.ldap.admin_filter }}
|
||||
LDAP_ADMIN_FILTER: {{ . | quote }}
|
||||
{{- end -}}
|
||||
{{- with $api.ldap.id_attribute }}
|
||||
LDAP_ID_ATTRIBUTE: {{ . | quote }}
|
||||
{{- end -}}
|
||||
{{- with $api.ldap.name_attribute }}
|
||||
LDAP_NAME_ATTRIBUTE: {{ . | quote }}
|
||||
{{- end -}}
|
||||
{{- with $api.ldap.mail_attribute }}
|
||||
LDAP_MAIL_ATTRIBUTE: {{ . | quote }}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
@@ -1,11 +0,0 @@
|
||||
{{/* Make sure all variables are set properly */}}
|
||||
{{- include "tc.v1.common.loader.init" . }}
|
||||
|
||||
{{/* Render secrets for mealie */}}
|
||||
{{- $secrets := include "mealie.secrets" . | fromYaml -}}
|
||||
{{- if $secrets -}}
|
||||
{{- $_ := mustMergeOverwrite .Values.secret $secrets -}}
|
||||
{{- end -}}
|
||||
|
||||
{{/* Render the templates */}}
|
||||
{{ include "tc.v1.common.loader.apply" . }}
|
||||
@@ -1,5 +0,0 @@
|
||||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/mealie.png
|
||||
categories:
|
||||
- utilities
|
||||
|
||||
screenshots: []
|
||||
@@ -1,99 +0,0 @@
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [piwigo-5.0.8](https://github.com/truecharts/charts/compare/piwigo-5.0.7...piwigo-5.0.8) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
||||
|
||||
|
||||
## [piwigo-5.0.7](https://github.com/truecharts/charts/compare/piwigo-5.0.6...piwigo-5.0.7) (2022-12-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
|
||||
|
||||
|
||||
|
||||
|
||||
## [piwigo-5.0.6](https://github.com/truecharts/charts/compare/piwigo-5.0.5...piwigo-5.0.6) (2022-12-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
|
||||
|
||||
|
||||
|
||||
|
||||
## [piwigo-5.0.5](https://github.com/truecharts/charts/compare/piwigo-5.0.4...piwigo-5.0.5) (2022-12-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [piwigo-5.0.4](https://github.com/truecharts/charts/compare/piwigo-5.0.3...piwigo-5.0.4) (2022-12-19)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [piwigo-5.0.3](https://github.com/truecharts/charts/compare/piwigo-5.0.2...piwigo-5.0.3) (2022-12-13)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [piwigo-5.0.2](https://github.com/truecharts/charts/compare/piwigo-5.0.1...piwigo-5.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [piwigo-5.0.2](https://github.com/truecharts/charts/compare/piwigo-5.0.1...piwigo-5.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [piwigo-5.0.2](https://github.com/truecharts/charts/compare/piwigo-5.0.1...piwigo-5.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [piwigo-5.0.2](https://github.com/truecharts/charts/compare/piwigo-5.0.1...piwigo-5.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [piwigo-5.0.2](https://github.com/truecharts/charts/compare/piwigo-5.0.1...piwigo-5.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [piwigo-5.0.2](https://github.com/truecharts/charts/compare/piwigo-5.0.1...piwigo-5.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [piwigo-5.0.2](https://github.com/truecharts/charts/compare/piwigo-5.0.1...piwigo-5.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [piwigo-5.0.2](https://github.com/truecharts/charts/compare/piwigo-5.0.1...piwigo-5.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
@@ -1,32 +0,0 @@
|
||||
apiVersion: v2
|
||||
appVersion: "11.5.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 11.1.2
|
||||
description: A is photo gallery software for the web, built by an active community of users and developers.
|
||||
home: https://truecharts.org/charts/incubator/piwigo
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/piwigo.png
|
||||
keywords:
|
||||
- piwigo
|
||||
- gallery
|
||||
- photo
|
||||
- image
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: piwigo
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/piwigo
|
||||
- https://ghcr.io/linuxserver/piwigo
|
||||
- http://piwigo.org/
|
||||
- https://github.com/linuxserver/docker-piwigo
|
||||
type: application
|
||||
version: 5.0.8
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
||||
@@ -1,27 +0,0 @@
|
||||
# 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%20Apps/Important-MUST-READ).
|
||||
- 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*
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [piwigo-5.0.8](https://github.com/truecharts/charts/compare/piwigo-5.0.7...piwigo-5.0.8) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
A is photo gallery software for the web, built by an active community of users and developers.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/piwigo](https://truecharts.org/charts/incubator/piwigo)
|
||||
|
||||
---
|
||||
|
||||
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.
@@ -1,34 +0,0 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/piwigo
|
||||
pullPolicy: IfNotPresent
|
||||
tag: version-11.5.0@sha256:8f8bb5d28b930edfded154d71dd2eab4ffe5631d2e4f21773bf33b220ab76f05
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
targetPort: 80
|
||||
port: 10027
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
size: 256Gi
|
||||
gallery:
|
||||
enabled: true
|
||||
mountPath: /gallery
|
||||
size: 256Gi
|
||||
varrun:
|
||||
enabled: true
|
||||
|
||||
portal:
|
||||
enabled: true
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,2 +0,0 @@
|
||||
|
||||
{{ include "tc.common.loader.all" . }}
|
||||
@@ -1,99 +0,0 @@
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [piwigo-6.1.0](https://github.com/truecharts/charts/compare/piwigo-6.0.0...piwigo-6.1.0) (2023-07-15)
|
||||
|
||||
|
||||
|
||||
|
||||
## [piwigo-6.0.0](https://github.com/truecharts/charts/compare/piwigo-5.0.8...piwigo-6.0.0) (2023-07-13)
|
||||
|
||||
### Feat
|
||||
|
||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||
|
||||
### Fix
|
||||
|
||||
- fix mistakes on questions.yaml
|
||||
|
||||
|
||||
|
||||
|
||||
## [piwigo-5.0.8](https://github.com/truecharts/charts/compare/piwigo-5.0.7...piwigo-5.0.8) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
||||
|
||||
|
||||
## [piwigo-5.0.7](https://github.com/truecharts/charts/compare/piwigo-5.0.6...piwigo-5.0.7) (2022-12-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
|
||||
|
||||
|
||||
|
||||
|
||||
## [piwigo-5.0.6](https://github.com/truecharts/charts/compare/piwigo-5.0.5...piwigo-5.0.6) (2022-12-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
|
||||
|
||||
|
||||
|
||||
|
||||
## [piwigo-5.0.5](https://github.com/truecharts/charts/compare/piwigo-5.0.4...piwigo-5.0.5) (2022-12-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [piwigo-5.0.4](https://github.com/truecharts/charts/compare/piwigo-5.0.3...piwigo-5.0.4) (2022-12-19)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [piwigo-5.0.3](https://github.com/truecharts/charts/compare/piwigo-5.0.2...piwigo-5.0.3) (2022-12-13)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [piwigo-5.0.2](https://github.com/truecharts/charts/compare/piwigo-5.0.1...piwigo-5.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [piwigo-5.0.2](https://github.com/truecharts/charts/compare/piwigo-5.0.1...piwigo-5.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [piwigo-5.0.2](https://github.com/truecharts/charts/compare/piwigo-5.0.1...piwigo-5.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [piwigo-5.0.2](https://github.com/truecharts/charts/compare/piwigo-5.0.1...piwigo-5.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [piwigo-5.0.2](https://github.com/truecharts/charts/compare/piwigo-5.0.1...piwigo-5.0.2) (2022-11-30)
|
||||
@@ -1,35 +0,0 @@
|
||||
apiVersion: v2
|
||||
appVersion: "13.7.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.14.6
|
||||
- condition: mariadb.enabled
|
||||
name: mariadb
|
||||
repository: https://deps.truecharts.org/
|
||||
version: 7.0.62
|
||||
description: A photo gallery software for the web.
|
||||
home: https://truecharts.org/charts/incubator/piwigo
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/piwigo.png
|
||||
keywords:
|
||||
- piwigo
|
||||
- gallery
|
||||
- photo
|
||||
- image
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: piwigo
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/piwigo
|
||||
- http://piwigo.org/
|
||||
- https://github.com/linuxserver/docker-piwigo
|
||||
type: application
|
||||
version: 6.1.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
||||
@@ -1,27 +0,0 @@
|
||||
# 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*
|
||||
@@ -1,4 +0,0 @@
|
||||
|
||||
|
||||
## [piwigo-6.1.0](https://github.com/truecharts/charts/compare/piwigo-6.0.0...piwigo-6.1.0) (2023-07-15)
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
A photo gallery software for the web.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/piwigo](https://truecharts.org/charts/incubator/piwigo)
|
||||
|
||||
---
|
||||
|
||||
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.
Binary file not shown.
@@ -1,66 +0,0 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/piwigo
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v13.7.0@sha256:9f8bd8ae06a7dfcdb209af444f49119680ce74e58a53df4ac5ed56d9878292f4
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
readOnlyRootFilesystem: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
targetPort: 80
|
||||
port: 10027
|
||||
|
||||
piwigo:
|
||||
language: en_US
|
||||
admin_user: admin
|
||||
admin_pass: admin123
|
||||
admin_email: admin@email.com
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
lifecycle:
|
||||
postStart:
|
||||
type: exec
|
||||
command:
|
||||
- /bin/sh
|
||||
- -c
|
||||
- |
|
||||
if [ -f "/config/POSTSETUP" ]; then
|
||||
echo "POSTSETUP exists, no further action is needed."
|
||||
else
|
||||
while ! curl -s -o -v /dev/null http://localhost/install.php; do sleep 1; done && \
|
||||
curl -v -X POST -d "language={{ .Values.piwigo.language }}&dbhost={{ .Values.mariadb.creds.plainhost | trimAll "\"" }}:3306&dbuser={{ .Values.mariadb.mariadbUsername }}&dbpasswd={{ .Values.mariadb.creds.mariadbPassword | trimAll "\"" }}&dbname={{ .Values.mariadb.mariadbDatabase }}&prefix=piwigo_&admin_name={{ .Values.piwigo.admin_user }}&admin_pass1={{ .Values.piwigo.admin_pass }}&admin_pass2={{ .Values.piwigo.admin_pass }}&admin_mail={{ .Values.piwigo.admin_email }}&install=Start+installation" http://localhost/install.php && \
|
||||
( touch "/config/POSTSETUP" && echo "Created POSTSETUP!") || \
|
||||
( echo "Failed to create POSTSETUP file..." && exit 1 )
|
||||
fi
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
size: 256Gi
|
||||
gallery:
|
||||
enabled: true
|
||||
mountPath: /gallery
|
||||
size: 256Gi
|
||||
varrun:
|
||||
enabled: true
|
||||
|
||||
mariadb:
|
||||
enabled: true
|
||||
mariadbUsername: piwigo
|
||||
mariadbDatabase: piwigo
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1 +0,0 @@
|
||||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
||||
@@ -1 +0,0 @@
|
||||
{{ include "tc.v1.common.loader.all" . }}
|
||||
@@ -1,5 +0,0 @@
|
||||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/piwigo.png
|
||||
categories:
|
||||
- media
|
||||
|
||||
screenshots: []
|
||||
@@ -1,49 +0,0 @@
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [seafile-0.0.5](https://github.com/truecharts/charts/compare/seafile-0.0.4...seafile-0.0.5) (2023-07-18)
|
||||
|
||||
### Feat
|
||||
|
||||
- Add manual/docs and made FQDN required ([#10576](https://github.com/truecharts/charts/issues/10576))
|
||||
|
||||
|
||||
|
||||
|
||||
## [seafile-0.0.4](https://github.com/truecharts/charts/compare/seafile-0.0.3...seafile-0.0.4) (2023-07-17)
|
||||
|
||||
### Fix
|
||||
|
||||
- Change mounting option ([#10524](https://github.com/truecharts/charts/issues/10524))
|
||||
|
||||
|
||||
|
||||
|
||||
## [seafile-0.0.3](https://github.com/truecharts/charts/compare/seafile-0.0.2...seafile-0.0.3) (2023-07-16)
|
||||
|
||||
### Fix
|
||||
|
||||
- remove extra privs and memcached ([#10523](https://github.com/truecharts/charts/issues/10523))
|
||||
|
||||
|
||||
|
||||
|
||||
## [seafile-0.0.2](https://github.com/truecharts/charts/compare/seafile-0.0.1...seafile-0.0.2) (2023-07-16)
|
||||
|
||||
### Fix
|
||||
|
||||
- Misc improvements ([#10504](https://github.com/truecharts/charts/issues/10504))
|
||||
|
||||
|
||||
|
||||
|
||||
## [seafile-0.0.1]seafile-0.0.1 (2023-07-15)
|
||||
|
||||
### Feat
|
||||
|
||||
- Add Seafile ([#10053](https://github.com/truecharts/charts/issues/10053))
|
||||
|
||||
|
||||
@@ -1,35 +0,0 @@
|
||||
apiVersion: v2
|
||||
appVersion: "10.0.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.14.2
|
||||
- condition: mariadb.enabled
|
||||
name: mariadb
|
||||
repository: https://deps.truecharts.org/
|
||||
version: 7.0.50
|
||||
deprecated: false
|
||||
description: Reliable and Performant File Sync and Share Solution
|
||||
home: https://truecharts.org/charts/incubator/seafile
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/seafile.png
|
||||
keywords:
|
||||
- files
|
||||
- cloud
|
||||
- file-storage
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: seafile
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/seafile
|
||||
- https://seafile.com
|
||||
type: application
|
||||
version: 0.0.5
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- file-storage
|
||||
- cloud
|
||||
- storage
|
||||
truecharts.org/SCALE-support: "true"
|
||||
@@ -1,106 +0,0 @@
|
||||
Business Source License 1.1
|
||||
|
||||
Parameters
|
||||
|
||||
Licensor: The TrueCharts Project, it's owner and it's contributors
|
||||
Licensed Work: The TrueCharts "Blocky" Helm Chart
|
||||
Additional Use Grant: You may use the licensed work in production, as long
|
||||
as it is directly sourced from a TrueCharts provided
|
||||
official repository, catalog or source. You may also make private
|
||||
modification to the directly sourced licenced work,
|
||||
when used in production.
|
||||
|
||||
The following cases are, due to their nature, also
|
||||
defined as 'production use' and explicitly prohibited:
|
||||
- Bundling, including or displaying the licensed work
|
||||
with(in) another work intended for production use,
|
||||
with the apparent intend of facilitating and/or
|
||||
promoting production use by third parties in
|
||||
violation of this license.
|
||||
|
||||
Change Date: 2050-01-01
|
||||
|
||||
Change License: 3-clause BSD license
|
||||
|
||||
For information about alternative licensing arrangements for the Software,
|
||||
please contact: legal@truecharts.org
|
||||
|
||||
Notice
|
||||
|
||||
The Business Source License (this document, or the “License”) is not an Open
|
||||
Source license. However, the Licensed Work will eventually be made available
|
||||
under an Open Source License, as stated in this License.
|
||||
|
||||
License text copyright (c) 2017 MariaDB Corporation Ab, All Rights Reserved.
|
||||
“Business Source License” is a trademark of MariaDB Corporation Ab.
|
||||
|
||||
-----------------------------------------------------------------------------
|
||||
|
||||
Business Source License 1.1
|
||||
|
||||
Terms
|
||||
|
||||
The Licensor hereby grants you the right to copy, modify, create derivative
|
||||
works, redistribute, and make non-production use of the Licensed Work. The
|
||||
Licensor may make an Additional Use Grant, above, permitting limited
|
||||
production use.
|
||||
|
||||
Effective on the Change Date, or the fourth anniversary of the first publicly
|
||||
available distribution of a specific version of the Licensed Work under this
|
||||
License, whichever comes first, the Licensor hereby grants you rights under
|
||||
the terms of the Change License, and the rights granted in the paragraph
|
||||
above terminate.
|
||||
|
||||
If your use of the Licensed Work does not comply with the requirements
|
||||
currently in effect as described in this License, you must purchase a
|
||||
commercial license from the Licensor, its affiliated entities, or authorized
|
||||
resellers, or you must refrain from using the Licensed Work.
|
||||
|
||||
All copies of the original and modified Licensed Work, and derivative works
|
||||
of the Licensed Work, are subject to this License. This License applies
|
||||
separately for each version of the Licensed Work and the Change Date may vary
|
||||
for each version of the Licensed Work released by Licensor.
|
||||
|
||||
You must conspicuously display this License on each original or modified copy
|
||||
of the Licensed Work. If you receive the Licensed Work in original or
|
||||
modified form from a third party, the terms and conditions set forth in this
|
||||
License apply to your use of that work.
|
||||
|
||||
Any use of the Licensed Work in violation of this License will automatically
|
||||
terminate your rights under this License for the current and all other
|
||||
versions of the Licensed Work.
|
||||
|
||||
This License does not grant you any right in any trademark or logo of
|
||||
Licensor or its affiliates (provided that you may use a trademark or logo of
|
||||
Licensor as expressly required by this License).
|
||||
|
||||
TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
|
||||
AN “AS IS” BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
|
||||
EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
|
||||
TITLE.
|
||||
|
||||
MariaDB hereby grants you permission to use this License’s text to license
|
||||
your works, and to refer to it using the trademark “Business Source License”,
|
||||
as long as you comply with the Covenants of Licensor below.
|
||||
|
||||
Covenants of Licensor
|
||||
|
||||
In consideration of the right to use this License’s text and the “Business
|
||||
Source License” name and trademark, Licensor covenants to MariaDB, and to all
|
||||
other recipients of the licensed work to be provided by Licensor:
|
||||
|
||||
1. To specify as the Change License the GPL Version 2.0 or any later version,
|
||||
or a license that is compatible with GPL Version 2.0 or a later version,
|
||||
where “compatible” means that software provided under the Change License can
|
||||
be included in a program with software provided under GPL Version 2.0 or a
|
||||
later version. Licensor may specify additional Change Licenses without
|
||||
limitation.
|
||||
|
||||
2. To either: (a) specify an additional grant of rights to use that does not
|
||||
impose any additional restriction on the right granted in this License, as
|
||||
the Additional Use Grant; or (b) insert the text “None”.
|
||||
|
||||
3. To specify a Change Date.
|
||||
|
||||
4. Not to modify this License in any other way.
|
||||
@@ -1,27 +0,0 @@
|
||||
# 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*
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [seafile-0.0.5](https://github.com/truecharts/charts/compare/seafile-0.0.4...seafile-0.0.5) (2023-07-18)
|
||||
|
||||
### Feat
|
||||
|
||||
- Add manual/docs and made FQDN required ([#10576](https://github.com/truecharts/charts/issues/10576))
|
||||
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
Reliable and Performant File Sync and Share Solution
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/seafile](https://truecharts.org/charts/incubator/seafile)
|
||||
|
||||
---
|
||||
|
||||
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.
Binary file not shown.
@@ -1,55 +0,0 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/seafile
|
||||
tag: v10.0.1@sha256:7cae32631d0b9075d65ef20a671031fd9c4ff28e30dc592d1dc6253f8a325106
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 13080
|
||||
protocol: http
|
||||
targetPort: 80
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
DB_HOST:
|
||||
secretKeyRef:
|
||||
expandObjectName: false
|
||||
name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
|
||||
key: plainhost
|
||||
DB_ROOT_PASSWD:
|
||||
secretKeyRef:
|
||||
expandObjectName: false
|
||||
name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
|
||||
key: mariadb-root-password
|
||||
SEAFILE_SERVER_LETSENCRYPT: false
|
||||
SEAFILE_SERVER_HOSTNAME: "{{ if .Values.ingress }}{{ if .Values.ingress.main.enabled }}{{ ( index .Values.ingress.main.hosts 0 ).host }}{{ else }}placeholder.com{{ end }}{{ else }}placeholder.com{{ end }}"
|
||||
SEAFILE_ADMIN_EMAIL: me@example.com
|
||||
SEAFILE_ADMIN_PASSWORD: a_very_secret_password
|
||||
FORCE_HTTPS_IN_CONF: false
|
||||
|
||||
persistence:
|
||||
storage:
|
||||
enabled: true
|
||||
mountPath: "/shared/seafile"
|
||||
|
||||
mariadb:
|
||||
enabled: true
|
||||
mariadbUsername: seafile
|
||||
mariadbDatabase: seafile
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1 +0,0 @@
|
||||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
||||
@@ -1 +0,0 @@
|
||||
{{ include "tc.v1.common.loader.all" . }}
|
||||
@@ -1,7 +0,0 @@
|
||||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/seafile.png
|
||||
categories:
|
||||
- file-storage
|
||||
- cloud
|
||||
- storage
|
||||
|
||||
screenshots: []
|
||||
@@ -1,62 +0,0 @@
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [whisper-asr-webservice-0.0.7](https://github.com/truecharts/charts/compare/whisper-asr-webservice-0.0.6...whisper-asr-webservice-0.0.7) (2023-07-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))
|
||||
|
||||
|
||||
|
||||
|
||||
## [whisper-asr-webservice-0.0.6](https://github.com/truecharts/charts/compare/whisper-asr-webservice-0.0.5...whisper-asr-webservice-0.0.6) (2023-06-13)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599))
|
||||
|
||||
|
||||
|
||||
|
||||
## [whisper-asr-webservice-0.0.5](https://github.com/truecharts/charts/compare/whisper-asr-webservice-0.0.4...whisper-asr-webservice-0.0.5) (2023-06-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9558](https://github.com/truecharts/charts/issues/9558))
|
||||
|
||||
|
||||
|
||||
|
||||
## [whisper-asr-webservice-0.0.4](https://github.com/truecharts/charts/compare/whisper-asr-webservice-0.0.3...whisper-asr-webservice-0.0.4) (2023-06-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9457](https://github.com/truecharts/charts/issues/9457))
|
||||
|
||||
|
||||
|
||||
|
||||
## [whisper-asr-webservice-0.0.3](https://github.com/truecharts/charts/compare/whisper-asr-webservice-0.0.2...whisper-asr-webservice-0.0.3) (2023-06-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9423](https://github.com/truecharts/charts/issues/9423))
|
||||
|
||||
|
||||
|
||||
|
||||
## [whisper-asr-webservice-0.0.2](https://github.com/truecharts/charts/compare/whisper-asr-webservice-0.0.1...whisper-asr-webservice-0.0.2) (2023-06-04)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9393](https://github.com/truecharts/charts/issues/9393))
|
||||
|
||||
|
||||
|
||||
|
||||
## [whisper-asr-webservice-0.0.1]whisper-asr-webservice-0.0.1 (2023-06-01)
|
||||
|
||||
@@ -1,28 +0,0 @@
|
||||
apiVersion: v2
|
||||
appVersion: "1.1.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.14.6
|
||||
deprecated: false
|
||||
description: Whisper is a general-purpose speech recognition model.
|
||||
home: https://truecharts.org/charts/incubator/whisper-asr-webservice
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/whisper-asr-webservice.png
|
||||
keywords:
|
||||
- whisper-asr-webservice
|
||||
- machine-learning
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: whisper-asr-webservice
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/whisper-asr-webservice
|
||||
- https://github.com/ahmetoner/whisper-asr-webservice
|
||||
type: application
|
||||
version: 0.0.7
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- machine-learning
|
||||
truecharts.org/SCALE-support: "true"
|
||||
@@ -1,27 +0,0 @@
|
||||
# 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*
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [whisper-asr-webservice-0.0.7](https://github.com/truecharts/charts/compare/whisper-asr-webservice-0.0.6...whisper-asr-webservice-0.0.7) (2023-07-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))
|
||||
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
Whisper is a general-purpose speech recognition model.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/whisper-asr-webservice](https://truecharts.org/charts/incubator/whisper-asr-webservice)
|
||||
|
||||
---
|
||||
|
||||
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.
@@ -1,61 +0,0 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/whisper-asr-webservice-cpu
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.1.0@sha256:d23d734490bb8ae57d19d7c93965f213e9f96fb6f85b10c01f2f10ecec2e19f4
|
||||
gpuImage:
|
||||
repository: tccr.io/truecharts/whisper-asr-webservice-gpu
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.1.0@sha256:39851411e99bbc02488d994f9d077197d8ef536e251e941006f5e0f65cb55461
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
imageSelector: image
|
||||
probes:
|
||||
liveness:
|
||||
type: http
|
||||
path: "/docs"
|
||||
readiness:
|
||||
type: http
|
||||
path: "/docs"
|
||||
startup:
|
||||
type: http
|
||||
path: "/docs"
|
||||
env:
|
||||
ASR_MODEL: tiny
|
||||
ASR_ENGINE: faster_whisper
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: http
|
||||
targetPort: 9000
|
||||
port: 19900
|
||||
|
||||
persistence:
|
||||
pip:
|
||||
enabled: true
|
||||
mountPath: "/root/.cache/pip"
|
||||
poetry:
|
||||
enabled: true
|
||||
mountPath: "/root/.cache/poetry"
|
||||
whisper:
|
||||
enabled: true
|
||||
mountPath: "/root/.cache/whisper"
|
||||
faster-whisper:
|
||||
enabled: true
|
||||
mountPath: "/root/.cache/faster_whisper"
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1 +0,0 @@
|
||||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
||||
@@ -1 +0,0 @@
|
||||
{{ include "tc.v1.common.loader.all" . }}
|
||||
@@ -1,5 +0,0 @@
|
||||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/whisper-asr-webservice.png
|
||||
categories:
|
||||
- machine-learning
|
||||
|
||||
screenshots: []
|
||||
@@ -1,99 +0,0 @@
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [wizarr-1.0.8](https://github.com/truecharts/charts/compare/wizarr-1.0.7...wizarr-1.0.8) (2023-02-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/wizarr to v2.0.3
|
||||
|
||||
|
||||
|
||||
|
||||
## [wizarr-1.0.7](https://github.com/truecharts/charts/compare/wizarr-1.0.6...wizarr-1.0.7) (2023-02-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/wizarr to v2.0.2
|
||||
|
||||
|
||||
|
||||
|
||||
## [wizarr-1.0.6](https://github.com/truecharts/charts/compare/wizarr-1.0.5...wizarr-1.0.6) (2023-02-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/wizarr to v2.0.1
|
||||
|
||||
|
||||
|
||||
|
||||
## [wizarr-1.0.5](https://github.com/truecharts/charts/compare/wizarr-1.0.4...wizarr-1.0.5) (2023-02-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/wizarr to v2.0.0
|
||||
|
||||
|
||||
|
||||
|
||||
## [wizarr-1.0.4](https://github.com/truecharts/charts/compare/wizarr-1.0.3...wizarr-1.0.4) (2023-02-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/wizarr to v1.6.5
|
||||
|
||||
|
||||
|
||||
|
||||
## [wizarr-1.0.3](https://github.com/truecharts/charts/compare/wizarr-1.0.2...wizarr-1.0.3) (2023-02-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/wizarr to v1.6.4
|
||||
|
||||
|
||||
|
||||
|
||||
## [wizarr-1.0.2](https://github.com/truecharts/charts/compare/wizarr-1.0.1...wizarr-1.0.2) (2023-02-22)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/wizarr to v1.6.3
|
||||
|
||||
|
||||
|
||||
|
||||
## [wizarr-1.0.1](https://github.com/truecharts/charts/compare/wizarr-1.0.0...wizarr-1.0.1) (2023-02-20)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/wizarr to v1.6.2
|
||||
|
||||
|
||||
|
||||
|
||||
## [wizarr-1.0.0](https://github.com/truecharts/charts/compare/wizarr-0.0.8...wizarr-1.0.0) (2023-02-19)
|
||||
|
||||
|
||||
|
||||
|
||||
## [wizarr-0.0.8](https://github.com/truecharts/charts/compare/wizarr-0.0.7...wizarr-0.0.8) (2023-02-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/wizarr to latest
|
||||
|
||||
|
||||
|
||||
|
||||
## [wizarr-0.0.7](https://github.com/truecharts/charts/compare/wizarr-0.0.6...wizarr-0.0.7) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
||||
@@ -1,34 +0,0 @@
|
||||
apiVersion: v2
|
||||
appVersion: "2.0.3"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 11.1.2
|
||||
deprecated: false
|
||||
description: A automatic user invitation system for Plex.
|
||||
home: https://truecharts.org/charts/incubator/wizarr
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/wizarr.png
|
||||
keywords:
|
||||
- wizarr
|
||||
- HomeAutomation
|
||||
- Tools-Utilities
|
||||
- Other
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: wizarr
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/wizarr
|
||||
- https://ghcr.io/wizarrrr/wizarr
|
||||
- https://github.com/Wizarrrr/wizarr
|
||||
type: application
|
||||
version: 1.0.8
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- HomeAutomation
|
||||
- Tools-Utilities
|
||||
- Other
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
||||
@@ -1,27 +0,0 @@
|
||||
# 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%20Apps/Important-MUST-READ).
|
||||
- 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*
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [wizarr-1.0.8](https://github.com/truecharts/charts/compare/wizarr-1.0.7...wizarr-1.0.8) (2023-02-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/wizarr to v2.0.3
|
||||
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
A automatic user invitation system for Plex.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/wizarr](https://truecharts.org/charts/incubator/wizarr)
|
||||
|
||||
---
|
||||
|
||||
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.
@@ -1,25 +0,0 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/wizarr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.0.3@sha256:d3cf734570c7bc6769e9798ca1319b10e4f29b5933984fdcde6ea6ba4df03eb9
|
||||
|
||||
env:
|
||||
APP_URL: "http://localhost:{{ .Values.service.main.ports.main.port }}"
|
||||
DISABLE_BUILTIN_AUTH: false
|
||||
ALLOW_BUG_REPORTING: false
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: HTTP
|
||||
targetPort: 5690
|
||||
port: 10596
|
||||
|
||||
persistence:
|
||||
database:
|
||||
enabled: true
|
||||
mountPath: /data/database
|
||||
|
||||
portal:
|
||||
enabled: true
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1 +0,0 @@
|
||||
{{ include "tc.common.loader.all" . }}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user