Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
8
incubator/wizarr/0.0.1/CHANGELOG.md
Normal file
8
incubator/wizarr/0.0.1/CHANGELOG.md
Normal file
@@ -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)
|
||||
|
||||
34
incubator/wizarr/0.0.1/Chart.yaml
Normal file
34
incubator/wizarr/0.0.1/Chart.yaml
Normal file
@@ -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
|
||||
1
incubator/wizarr/0.0.1/README.md
Normal file
1
incubator/wizarr/0.0.1/README.md
Normal file
@@ -0,0 +1 @@
|
||||
# wizarr
|
||||
4
incubator/wizarr/0.0.1/app-changelog.md
Normal file
4
incubator/wizarr/0.0.1/app-changelog.md
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
|
||||
## [wizarr-0.0.1]wizarr-0.0.1 (2022-12-16)
|
||||
|
||||
8
incubator/wizarr/0.0.1/app-readme.md
Normal file
8
incubator/wizarr/0.0.1/app-readme.md
Normal file
@@ -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!
|
||||
BIN
incubator/wizarr/0.0.1/charts/common-11.0.7.tgz
Normal file
BIN
incubator/wizarr/0.0.1/charts/common-11.0.7.tgz
Normal file
Binary file not shown.
25
incubator/wizarr/0.0.1/ix_values.yaml
Normal file
25
incubator/wizarr/0.0.1/ix_values.yaml
Normal file
@@ -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
|
||||
1854
incubator/wizarr/0.0.1/questions.yaml
Normal file
1854
incubator/wizarr/0.0.1/questions.yaml
Normal file
File diff suppressed because it is too large
Load Diff
1
incubator/wizarr/0.0.1/templates/common.yaml
Normal file
1
incubator/wizarr/0.0.1/templates/common.yaml
Normal file
@@ -0,0 +1 @@
|
||||
{{ include "tc.common.loader.all" . }}
|
||||
0
incubator/wizarr/0.0.1/values.yaml
Normal file
0
incubator/wizarr/0.0.1/values.yaml
Normal file
6
incubator/wizarr/item.yaml
Normal file
6
incubator/wizarr/item.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/wizarr.png
|
||||
categories:
|
||||
- HomeAutomation
|
||||
- Tools-Utilities
|
||||
- Other
|
||||
|
||||
Reference in New Issue
Block a user