Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
2d1c273ba9
commit
53bcbf9a12
|
@ -0,0 +1,45 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
|
||||
## [ztcuui-aio-1.0.0](https://github.com/truecharts/apps/compare/ztcuui-aio-0.0.4...ztcuui-aio-1.0.0) (2022-07-31)
|
||||
|
||||
|
||||
|
||||
|
||||
## [ztcuui-aio-0.0.4](https://github.com/truecharts/apps/compare/ztcuui-aio-0.0.3...ztcuui-aio-0.0.4) (2022-07-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update image refs ([#3324](https://github.com/truecharts/apps/issues/3324))
|
||||
|
||||
|
||||
|
||||
|
||||
## [ztcuui-aio-0.0.3](https://github.com/truecharts/apps/compare/ztcuui-aio-0.0.2...ztcuui-aio-0.0.3) (2022-07-27)
|
||||
|
||||
### Feat
|
||||
|
||||
- Fix scale permission ([#3314](https://github.com/truecharts/apps/issues/3314))
|
||||
|
||||
|
||||
|
||||
|
||||
## [ztcuui-aio-0.0.2](https://github.com/truecharts/apps/compare/ztcuui-aio-0.0.1...ztcuui-aio-0.0.2) (2022-07-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to v10.4.8 ([#3307](https://github.com/truecharts/apps/issues/3307))
|
||||
|
||||
### Fix
|
||||
|
||||
- Fix some miss ([#3306](https://github.com/truecharts/apps/issues/3306))
|
||||
|
||||
|
||||
|
||||
|
||||
## [ztcuui-aio-0.0.1]ztcuui-aio-0.0.1 (2022-07-26)
|
||||
|
||||
### Feat
|
||||
|
||||
- Add ztcuui-aio ([#3293](https://github.com/truecharts/apps/issues/3293))
|
|
@ -0,0 +1,6 @@
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.8
|
||||
digest: sha256:57e44481adb7fd605739fb266e38ae0c04f147ec6de12d4423545322e1461bad
|
||||
generated: "2022-07-31T10:38:05.22819576Z"
|
|
@ -0,0 +1,25 @@
|
|||
apiVersion: v2
|
||||
appVersion: "1.2.11"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.8
|
||||
description: ZeroTier network controller user interface in a Docker container
|
||||
home: https://truecharts.org/docs/charts/stable/ztcuui-aio
|
||||
icon: https://truecharts.org/img/chart-icons/ztcuui-aio.png
|
||||
keywords:
|
||||
- ztcuui-aio
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: ztcuui-aio
|
||||
sources:
|
||||
- https://github.com/key-networks/ztncui-aio
|
||||
version: 1.0.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- network
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
|
@ -0,0 +1,107 @@
|
|||
# ztcuui-aio
|
||||
|
||||
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: 1.2.11](https://img.shields.io/badge/AppVersion-1.2.11-informational?style=flat-square)
|
||||
|
||||
ZeroTier network controller user interface in a Docker container
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
|
||||
This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
|
||||
For more information, please click here: [ztcuui-aio](https://truecharts.org/docs/charts/stable/ztcuui-aio)
|
||||
|
||||
**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)**
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://github.com/key-networks/ztncui-aio>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.4.8 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
### TrueNAS SCALE
|
||||
|
||||
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/).
|
||||
|
||||
### Helm
|
||||
|
||||
To install the chart with the release name `ztcuui-aio`
|
||||
|
||||
```console
|
||||
helm repo add TrueCharts https://helm.truecharts.org
|
||||
helm repo update
|
||||
helm install ztcuui-aio TrueCharts/ztcuui-aio
|
||||
```
|
||||
|
||||
## Uninstall
|
||||
|
||||
### TrueNAS SCALE
|
||||
|
||||
**Upgrading, Rolling Back and Uninstalling the Chart**
|
||||
|
||||
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
|
||||
|
||||
### Helm
|
||||
|
||||
To uninstall the `ztcuui-aio` deployment
|
||||
|
||||
```console
|
||||
helm uninstall ztcuui-aio
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
### Helm
|
||||
|
||||
#### Available Settings
|
||||
|
||||
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
|
||||
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
|
||||
|
||||
#### Configure using the Commandline
|
||||
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
|
||||
|
||||
```console
|
||||
helm install ztcuui-aio \
|
||||
--set env.TZ="America/New York" \
|
||||
TrueCharts/ztcuui-aio
|
||||
```
|
||||
|
||||
#### Configure using a yaml file
|
||||
|
||||
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
|
||||
|
||||
```console
|
||||
helm install ztcuui-aio TrueCharts/ztcuui-aio -f values.yaml
|
||||
```
|
||||
|
||||
#### Connecting to other apps
|
||||
|
||||
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/apps/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/docs/about/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
---
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
|
@ -0,0 +1,8 @@
|
|||
ZeroTier network controller user interface in a Docker container
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/ztcuui-aio](https://truecharts.org/docs/charts/stable/ztcuui-aio)
|
||||
|
||||
---
|
||||
|
||||
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,49 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/ztcuui-aio
|
||||
tag: v1.2.11@sha256:89e5b5a5c2b0473f3c16d9c0fb0f8411be83ca8dbfa2d290ca619cc9f2d4c399
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
secretEnv:
|
||||
ZTNCUI_PASSWD: "CHANGEME"
|
||||
|
||||
env:
|
||||
HTTP_PORT: "{{ .Values.service.main.ports.main.port }}"
|
||||
HTTP_ALL_INTERFACES: "yes"
|
||||
NODE_ENV: "production"
|
||||
MYDOMAIN: "test.truecharts.org"
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10258
|
||||
other:
|
||||
enabled: true
|
||||
ports:
|
||||
other:
|
||||
enabled: true
|
||||
port: 3180
|
||||
targetPort: 3180
|
||||
other2:
|
||||
enabled: true
|
||||
ports:
|
||||
other2:
|
||||
enabled: true
|
||||
protocol: UDP
|
||||
port: 9993
|
||||
targetPort: 9993
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /opt/key-networks/ztncui/etc
|
||||
zerotier:
|
||||
enabled: true
|
||||
mountPath: /var/lib/zerotier-one
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
{{ include "tc.common.loader.all" . }}
|
|
@ -0,0 +1,4 @@
|
|||
icon_url: https://truecharts.org/img/chart-icons/ztcuui-aio.png
|
||||
categories:
|
||||
- network
|
||||
|
Loading…
Reference in New Issue