Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
4532943def
commit
90fa33ef4a
|
@ -0,0 +1,8 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [wizarr-0.0.1]wizarr-0.0.1 (2022-12-16)
|
||||
|
|
@ -0,0 +1,34 @@
|
|||
apiVersion: v2
|
||||
appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 11.0.7
|
||||
deprecated: false
|
||||
description: A automatic user invitation system for Plex.
|
||||
home: https://truecharts.org/docs/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://github.com/Wizarrrr/wizarr
|
||||
- https://hub.docker.com/r/wizarr/wizarr
|
||||
type: application
|
||||
version: 0.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- HomeAutomation
|
||||
- Tools-Utilities
|
||||
- Other
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
|
@ -0,0 +1 @@
|
|||
# wizarr
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
|
||||
## [wizarr-0.0.1]wizarr-0.0.1 (2022-12-16)
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
A automatic user invitation system for Plex.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/incubator/wizarr](https://truecharts.org/docs/charts/incubator/wizarr)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
|
Binary file not shown.
|
@ -0,0 +1,25 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/wizarr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:f8a74452457b2fee8cc21bd199c4f347d35d514d36a3513268bc7233776b048e
|
||||
|
||||
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
|
@ -0,0 +1 @@
|
|||
{{ include "tc.common.loader.all" . }}
|
|
@ -0,0 +1,6 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/wizarr.png
|
||||
categories:
|
||||
- HomeAutomation
|
||||
- Tools-Utilities
|
||||
- Other
|
||||
|
Loading…
Reference in New Issue