mirror of
https://github.com/truenas/charts.git
synced 2026-06-14 22:25:57 +08:00
Publish new changes in catalog
This commit is contained in:
@@ -4,7 +4,7 @@ description: Collabora is a collaborative online office suite based on LibreOffi
|
||||
annotations:
|
||||
title: Collabora
|
||||
type: application
|
||||
version: 2.0.3
|
||||
version: 2.0.4
|
||||
apiVersion: v2
|
||||
appVersion: 23.05.8.4.1
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
17
charts/collabora/2.0.4/ci/noauth-values.yaml
Normal file
17
charts/collabora/2.0.4/ci/noauth-values.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
collaboraConfig:
|
||||
enableWebUI: false
|
||||
username: ''
|
||||
password: ''
|
||||
dictionaries:
|
||||
- en_GB
|
||||
- en_US
|
||||
aliasGroup1:
|
||||
- nc.example.com
|
||||
- other-nc.example.com
|
||||
serverName: collabora.example.com:9980
|
||||
extraParams:
|
||||
- --o:welcome.enable=false
|
||||
- --o:user_interface.mode=notebookbar
|
||||
- --o:ssl.termination=true
|
||||
- --o:ssl.enable=false
|
||||
- --o:net.proto=IPv4
|
||||
@@ -49,9 +49,9 @@ questions:
|
||||
label: Username for WebUI
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
show_if: [[enableWebUI, "=", true]]
|
||||
default: ""
|
||||
required: true
|
||||
- variable: password
|
||||
label: Password for WebUI
|
||||
schema:
|
||||
@@ -60,7 +60,7 @@ questions:
|
||||
private: true
|
||||
required: true
|
||||
show_if: [[enableWebUI, "=", true]]
|
||||
valid_chars: "[a-zA-Z0-9!@#%^&*?]{8,}"
|
||||
valid_chars: "^[a-zA-Z0-9!@#%^&*?]{8,}$|^$"
|
||||
valid_chars_error: |
|
||||
Password must be at least 8 characters long and contain at least one of the following:</br>
|
||||
- Uppercase letter</br>
|
||||
@@ -3,7 +3,7 @@ description: DNS and Ad-filtering for your network.
|
||||
annotations:
|
||||
title: Pi-hole
|
||||
type: application
|
||||
version: 1.0.24
|
||||
version: 1.0.25
|
||||
apiVersion: v2
|
||||
appVersion: 2023.11.0
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
@@ -2,7 +2,7 @@
|
||||
apiVersion: {{ template "common.capabilities.deployment.apiVersion" . }}
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: {{ template "common.names.fullname" . }}
|
||||
name: {{ template "common.names.fullname" . }}-pihole
|
||||
labels:
|
||||
app: {{ template "common.names.name" . }}
|
||||
chart: {{ template "common.names.chart" . }}
|
||||
Reference in New Issue
Block a user