Skip to main content

Nextcloud

Nextcloud is an open-source platform for content collaboration. It offers real-time document editing, video chat, and groupware functions accessible across multiple platforms. Nextcloud facilitates seamless file access, sharing, and synchronization, enhances online dialogues, and provides a user-friendly office suite for collaborative editing, making it a versatile tool for individuals and organizations.

Example

nextcloud.yaml
apiVersion: glasskube.eu/v1alpha1
kind: Nextcloud
metadata:
name: nextcloud
spec:
host: nextcloud.mycompany.eu
defaultPhoneRegion: DE
apps:
office:
host: office.nextcloud.mycompany.eu

Spec

NameType
hostString(required)
defaultPhoneRegionString?null
appsAppsSpec
resourcesResourceRequirements
smtpSmtpSpec?null
storageStorageSpecnull

AppsSpec

NameType
officeOfficeSpecnull
oidcOidcSpecnull

StorageSpec

NameType
s3S3(required)

S3

NameType
bucketString(required)
accessKeySecretSecretKeySelector(required)
secretKeySecretSecretKeySelector(required)
regionString?null
hostnameString?null
portInt?null
objectPrefixString?null
autoCreateBoolean?null
useSslBooleantrue
usePathStyleBoolean?null
legacyAuthBoolean?null