mycloud-nextcloud
Values
Key | Type | Default | Description |
---|---|---|---|
commons.auth.host |
string |
|
default auth.(.Values.commons.ingress.domain) |
commons.masterPassword |
string |
|
masterPassword to generate secrets |
Key | Type | Default | Description |
---|---|---|---|
commons.helm.release.driftDetection |
object |
|
driftDetection of FluxCD HelmRelease |
commons.helm.release.install |
object |
|
install of FluxCD HelmRelease |
commons.helm.release.test |
object |
|
test of FluxCD HelmRelease |
commons.helm.release.upgrade |
object |
|
upgrade of FluxCD HelmRelease |
Key | Type | Default | Description |
---|---|---|---|
commons.ingress.annotations |
object |
|
annotations for all ingress objects |
commons.ingress.domain |
string |
|
top domain for all services |
commons.ingress.tls.enabled |
bool |
|
tls on every ingress |
commons.ingress.tls.override |
string |
|
use own definition of tls (e.g. for own or wildcard certificate) |
Key | Type | Default | Description |
---|---|---|---|
commons.mail.from |
string |
|
send from address |
commons.mail.host |
string |
|
smtp server |
commons.mail.password |
string |
|
smtp password |
commons.mail.use_ssl |
bool |
|
smtp server use ssl |
commons.mail.use_tls |
bool |
|
smtp server use start tls |
commons.mail.username |
string |
|
smtp username |
Key | Type | Default | Description |
---|---|---|---|
commons.persistence.hostPath.enabled |
bool |
|
use hostPath instatt of PVC |
commons.persistence.hostPath.prefix |
string |
|
use hostPath under the following path |
commons.persistence.storageClass |
string |
|
storageClass of PVC |
Key | Type | Default | Description |
---|---|---|---|
commons.prometheus.monitor.labels |
object |
|
labels on Pod- and Service-Monitor |
commons.prometheus.rules.labels |
object |
|
labels on PrometheusRules |
Key | Type | Default | Description |
---|---|---|---|
commons.redis.replicas |
int |
|
replicas |
Key | Type | Default | Description |
---|---|---|---|
commons.theme.favicon |
string |
|
favicon everywhere |
commons.theme.logo |
string |
|
logo everywhere |
commons.theme.title |
string |
|
title everywhere |
Key | Type | Default | Description |
---|---|---|---|
adminPassword |
string |
|
generated by .Values.commons.masterPassword |
apps.calendar.enabled |
bool |
|
|
apps.checksum.enabled |
bool |
|
|
apps.contacts.enabled |
bool |
|
|
apps.dashboard.enabled |
bool |
|
|
apps.deck.enabled |
bool |
|
|
apps.firstrunwizard.enabled |
bool |
|
|
apps.memories.enabled |
bool |
|
|
apps.notes.enabled |
bool |
|
|
apps.richdocuments.config.wopi_url |
string |
|
|
apps.richdocuments.enabled |
bool |
|
|
auth.clientID |
string |
|
generated by .Values.commons.masterPassword |
auth.clientSecret |
string |
|
generated by .Values.commons.masterPassword |
auth.idMapping |
string |
|
oidc field which us used as id in nextcloud for username (for security reason it is sub, but could be overwritten by username) https://goauthentik.io/integrations/services/nextcloud/#provider-and-application |
database.host |
string |
|
default is from mysql-services |
database.name |
string |
|
|
database.password |
string |
|
generated by .Values.commons.masterPassword (equal to mycloud-services) |
database.username |
string |
|
|
ingress.annotations |
string |
|
|
ingress.host |
string |
|
default: fs.(Values.commons.ingress.domain) |
init.namespace |
string |
|
|
init.version |
int |
|
|
mail.authtype |
string |
|
|
mail.from |
string |
|
generade by Values.commons.mail.from |
mail.host |
string |
|
default Values.commons.mail.host |
persistence.data.pvc |
string |
|
|
persistence.data.size |
string |
|
|
persistence.main.pvc |
string |
|
|
persistence.main.size |
string |
|
|
quota |
string |
|
default quota for an user |
theme.color |
string |
|
set theme color in nextcloud |
Autogenerated from chart metadata using helm-docs