Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-09-08 08:14:16 +00:00
parent e9f3856680
commit b9d9ce0dae
13 changed files with 1727 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<a name="unifi-6.12.0"></a>
## [unifi-6.12.0](https://github.com/truecharts/apps/compare/unifi-6.11.15...unifi-6.12.0) (2021-09-08)
### Feat
* unifi guest portal and speedtest ([#921](https://github.com/truecharts/apps/issues/921))

View File

@ -0,0 +1,8 @@
# Configuration Options
##### Connecting to other apps
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
##### Available config options
In the future this page is going to contain an automated list of options available in the installation/edit UI.

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://truecharts.org/
version: 6.13.8
digest: sha256:7c137b201e33de386c8012e58dd401f81aa3b8e8cade47c7de48db3e58342823
generated: "2021-09-08T03:29:47.561116272Z"

View File

@ -0,0 +1,24 @@
apiVersion: v2
appVersion: auto
dependencies:
- name: common
repository: https://truecharts.org/
version: 6.13.8
deprecated: false
description: Ubiquiti Network's Unifi Controller
home: https://github.com/truecharts/apps/tree/master/charts/incubator/unifi
icon: https://dl.ubnt.com/press/logo-UniFi.png
keywords:
- ubiquiti
- unifi
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: truecharts.org
name: unifi
sources:
- https://github.com/jacobalberty/unifi-docker
- https://unifi-network.ui.com
type: application
version: 6.12.0

View File

@ -0,0 +1,38 @@
# Introduction
Ubiquiti Network's Unifi Controller
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/jacobalberty/unifi-docker>
* <https://unifi-network.ui.com>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org/ | common | 6.13.8 |
## Installing the Chart
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
## Uninstalling the Chart
To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
## Support
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
- See the [Wiki](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,3 @@
Ubiquiti Network's Unifi Controller
This App is supplied by TrueCharts, for more information please visit https://truecharts.org

Binary file not shown.

View File

@ -0,0 +1,54 @@
# Default Helm-Values
TrueCharts is primarily build to supply TrueNAS SCALE Apps.
However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
Most of our Apps also consume our "common" Helm Chart.
If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env.PGID | string | `"568"` | |
| env.PUID | string | `"568"` | |
| envTpl.UNIFI_GID | string | `"{{ .Values.env.PUID }}"` | |
| envTpl.UNIFI_UID | string | `"{{ .Values.env.PGID }}"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"jacobalberty/unifi"` | |
| image.tag | string | `"v6.2.26"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/unifi"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
| service.comm.enabled | bool | `true` | |
| service.comm.ports.tcp.enabled | bool | `true` | |
| service.comm.ports.tcp.port | int | `8080` | |
| service.comm.ports.tcp.protocol | string | `"TCP"` | |
| service.comm.ports.tcp.targetPort | int | `8080` | |
| service.guestportal.enabled | bool | `false` | |
| service.guestportal.ports.web.enabled | bool | `true` | |
| service.guestportal.ports.web.port | int | `8880` | |
| service.guestportal.ports.web.protocol | string | `"HTTP"` | |
| service.guestportal.ports.web.targetPort | int | `8880` | |
| service.guestportal.ports.websecure.enabled | bool | `true` | |
| service.guestportal.ports.websecure.port | int | `8843` | |
| service.guestportal.ports.websecure.protocol | string | `"HTTPS"` | |
| service.guestportal.ports.websecure.targetPort | int | `8843` | |
| service.main.ports.main.port | int | `8443` | |
| service.main.ports.main.protocol | string | `"HTTPS"` | |
| service.speedtest.enabled | bool | `false` | |
| service.speedtest.ports.tcp.enabled | bool | `true` | |
| service.speedtest.ports.tcp.port | int | `6789` | |
| service.speedtest.ports.tcp.protocol | string | `"TCP"` | |
| service.speedtest.ports.tcp.targetPort | int | `6789` | |
| service.stun.enabled | bool | `true` | |
| service.stun.ports.udp.enabled | bool | `true` | |
| service.stun.ports.udp.port | int | `3478` | |
| service.stun.ports.udp.protocol | string | `"UDP"` | |
| service.stun.ports.udp.targetPort | int | `3478` | |
| strategy.type | string | `"Recreate"` | |
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,19 @@
##
# This file contains Values.yaml content that gets added to the output of questions.yaml
# It's ONLY meant for content that the user is NOT expected to change.
# Example: Everything under "image" is not included in questions.yaml but is included here.
##
image:
repository: jacobalberty/unifi
tag: v6.2.26
pullPolicy: IfNotPresent
envTpl:
# Permissions Settings
UNIFI_GID: "{{ .Values.env.PUID }}"
UNIFI_UID: "{{ .Values.env.PGID }}"
##
# Most other defaults are set in questions.yaml
# For other options please refer to the wiki, default_values.yaml or the common library chart
##

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
{{ include "common.all" . }}

View File

@ -0,0 +1,71 @@
# Default values for Unifi.
image:
repository: jacobalberty/unifi
tag: v6.2.26
pullPolicy: IfNotPresent
strategy:
type: Recreate
envTpl:
# Permissions Settings
UNIFI_GID: "{{ .Values.env.PUID }}"
UNIFI_UID: "{{ .Values.env.PGID }}"
service:
main:
ports:
main:
protocol: HTTPS
port: 8443
comm:
enabled: true
ports:
tcp:
enabled: true
port: 8080
targetPort: 8080
protocol: TCP
stun:
enabled: true
ports:
udp:
enabled: true
port: 3478
targetPort: 3478
protocol: UDP
speedtest:
enabled: false
ports:
tcp:
enabled: true
port: 6789
targetPort: 6789
protocol: TCP
guestportal:
enabled: false
ports:
web:
enabled: true
port: 8880
targetPort: 8880
protocol: HTTP
websecure:
enabled: true
port: 8843
targetPort: 8843
protocol: HTTPS
env:
# TZ:
PUID: "568"
PGID: "568"
persistence:
config:
enabled: true
mountPath: "/unifi"
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"

View File