flux-charts/mycloud-nextcloud
2024-01-18 23:33:17 +01:00
..
templates fix(mycloud-nextcloud): add update of apps on startup 2024-01-18 23:33:17 +01:00
.helmignore fix(mycloud-nextcloud): init 2024-01-04 11:41:32 +01:00
Chart.yaml fix(mycloud-nextcloud): init 2024-01-04 11:41:32 +01:00
README.adoc fix(mycloud-nextcloud): pinning chart version 2024-01-18 20:17:04 +01:00
values.yaml fix(mycloud-nextcloud): pinning chart version 2024-01-18 20:17:04 +01:00


= mycloud-nextcloud

image::https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square[Version: 0.1.0]
image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application]
== Maintainers

.Maintainers
|===
| Name | Email | Url

| WrenIX
|
| <https://wrenix.eu>
|===

== Values

.Values
|===
| Key | Type | Default | Description

| adminPassword
| string
| `nil`
| generated by .Values.commons.masterPassword

| apps.calendar.enabled
| bool
| `true`
|

| apps.checksum.enabled
| bool
| `true`
|

| apps.contacts.enabled
| bool
| `true`
|

| apps.dashboard.enabled
| bool
| `false`
|

| apps.deck.enabled
| bool
| `true`
|

| apps.firstrunwizard.enabled
| bool
| `false`
|

| apps.memories.enabled
| bool
| `false`
|

| apps.notes.enabled
| bool
| `true`
|

| apps.richdocuments.config.wopi_url
| string
| `nil`
|

| apps.richdocuments.enabled
| bool
| `false`
|

| auth.clientID
| string
| `nil`
| generated by .Values.commons.masterPassword

| auth.clientSecret
| string
| `nil`
| generated by .Values.commons.masterPassword

| auth.idMapping
| string
| `"sub"`
| 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

| commons.auth.host
| string
| `nil`
| default auth.(.Values.commons.ingress.domain)

| commons.helm.release.driftDetection
| object
| `{}`
|

| commons.helm.release.install
| object
| `{}`
|

| commons.helm.release.test
| object
| `{}`
|

| commons.helm.release.upgrade
| object
| `{}`
|

| commons.ingress.annotations."cert-manager.io/cluster-issuer"
| string
| `"letsencrypt-prod"`
|

| commons.ingress.domain
| string
| `"wrenix.eu"`
|

| commons.ingress.tls.enabled
| bool
| `true`
| tls on every ingress

| commons.ingress.tls.override
| string
| `nil`
| use own definition of tls (e.g. for own or wildcard certificate)

| commons.mail.from
| string
| `nil`
|

| commons.mail.host
| string
| `nil`
|

| commons.mail.password
| string
| `nil`
|

| commons.mail.use_ssl
| bool
| `false`
|

| commons.mail.use_tls
| bool
| `false`
|

| commons.mail.username
| string
| `nil`
|

| commons.masterPassword
| string
| `"CHANGEME"`
|

| commons.persistence.hostPath.enabled
| bool
| `false`
|

| commons.persistence.hostPath.prefix
| string
| `"/var/lib/mycloud"`
|

| commons.persistence.storageClass
| string
| `nil`
|

| commons.prometheus.monitor.labels
| object
| `{}`
|

| commons.prometheus.rules.labels
| object
| `{}`
|

| commons.theme.favicon
| string
| `"/static/dist/assets/icons/icon.png"`
|

| commons.theme.logo
| string
| `"/static/dist/assets/icons/icon_left_brand.svg"`
|

| commons.theme.title
| string
| `"myCloud"`
|

| database.host
| string
| `"mycloud-services-postgresql"`
| default is from mysql-services

| database.name
| string
| `"nextcloud"`
|

| database.password
| string
| `nil`
| generated by .Values.commons.masterPassword (equal to mycloud-services)

| database.username
| string
| `"nextcloud"`
|

| helm.nextcloud.chart
| string
| `"a4fb1cb316b1184c82637b59e0166030fd35728c"`
| version of the helm chart (current on git)

| ingress.annotations
| string
| `nil`
|

| ingress.host
| string
| `nil`
| default: fs.(Values.commons.ingress.domain)

| init.namespace
| string
| `"bases"`
|

| init.version
| int
| `0`
|

| mail.authtype
| string
| `"PLAIN"`
|

| mail.from
| string
| `nil`
| generade by Values.commons.mail.from

| mail.host
| string
| `nil`
| default Values.commons.mail.host

| persistence.data.pvc
| string
| `"nextcloud-data"`
|

| persistence.data.size
| string
| `"16Gi"`
|

| persistence.main.pvc
| string
| `"nextcloud"`
|

| persistence.main.size
| string
| `"8Gi"`
|

| quota
| string
| `nil`
| default quota for an user
|===

Autogenerated from chart metadata using https://github.com/norwoodj/helm-docs[helm-docs]