mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-22 03:10:16 +00:00
Compare commits
9 Commits
v9.1.0
...
helm-chart
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
64a30cdc0e | ||
|
|
f19579a4bc | ||
|
|
3c8cb2bdb2 | ||
|
|
9d4055c86d | ||
|
|
05a7b1ebf5 | ||
|
|
b37be48348 | ||
|
|
8a6b6f4295 | ||
|
|
225442c13c | ||
|
|
0d572bce06 |
@@ -1,6 +1,6 @@
|
||||
# syntax=docker/dockerfile:latest
|
||||
# Docker CLI is a requirement
|
||||
FROM docker:26.1.4-cli AS docker
|
||||
FROM docker:27.0.2-cli AS docker
|
||||
|
||||
# Caddy is a requirement
|
||||
FROM caddy:2.8.4-alpine AS caddy
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# syntax=docker/dockerfile:latest
|
||||
FROM nats:2.10.16-scratch AS nats
|
||||
FROM nats:2.10.17-scratch AS nats
|
||||
FROM eturnal/eturnal:1.12.0 AS eturnal
|
||||
FROM strukturag/nextcloud-spreed-signaling:1.3.1 AS signaling
|
||||
FROM alpine:3.20.1 AS janus
|
||||
|
||||
@@ -22,7 +22,8 @@ First, install docker and docker-compose (v2) if not already done. Then simply r
|
||||
git clone https://github.com/nextcloud/all-in-one.git
|
||||
cd all-in-one/manual-install
|
||||
```
|
||||
Then copy the sample.conf to default environment file, e.g. `cp sample.conf .env`, open the new conf file, e.g. with `nano .env`, edit all values that are marked with `# TODO!`, close and save the file. (Note: there is no clamav image for arm64).
|
||||
Then copy the sample.conf to default environment file, e.g. `cp sample.conf .env`, open the new conf file, e.g. with `nano .env`, edit all values that are marked with `# TODO!`, close and save the file. (Note: there is no clamav image for arm64).<br>
|
||||
⚠️ **Warning**: Do not use the symbols `@` and `:` in your passwords. These symbols are used to build database connection strings. You will experience issues when using these symbols!
|
||||
|
||||
Now copy the provided yaml file to a compose.yaml file by running `cp latest.yml compose.yaml`.
|
||||
|
||||
|
||||
2
nextcloud-aio-helm-chart/Chart.yaml
Normal file → Executable file
2
nextcloud-aio-helm-chart/Chart.yaml
Normal file → Executable file
@@ -1,6 +1,6 @@
|
||||
name: nextcloud-aio-helm-chart
|
||||
description: A generated Helm Chart for Nextcloud AIO from Skippbox Kompose
|
||||
version: 9.0.1
|
||||
version: 9.1.0
|
||||
apiVersion: v2
|
||||
keywords:
|
||||
- latest
|
||||
|
||||
3
nextcloud-aio-helm-chart/readme.md
Normal file → Executable file
3
nextcloud-aio-helm-chart/readme.md
Normal file → Executable file
@@ -18,7 +18,8 @@ You can run the containers that are build for AIO with Kubernetes using this Hel
|
||||
|
||||
## How to use this?
|
||||
|
||||
First download this file: https://raw.githubusercontent.com/nextcloud/all-in-one/main/nextcloud-aio-helm-chart/values.yaml and adjust at least all values marked with `# TODO!`
|
||||
First download this file: https://raw.githubusercontent.com/nextcloud/all-in-one/main/nextcloud-aio-helm-chart/values.yaml and adjust at least all values marked with `# TODO!`<br>
|
||||
⚠️ **Warning**: Do not use the symbols `@` and `:` in your passwords. These symbols are used to build database connection strings. You will experience issues when using these symbols!
|
||||
|
||||
Then run:
|
||||
|
||||
|
||||
2
nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-deployment.yaml
Normal file → Executable file
2
nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-deployment.yaml
Normal file → Executable file
@@ -66,7 +66,7 @@ spec:
|
||||
value: nextcloud-aio-talk
|
||||
- name: TZ
|
||||
value: "{{ .Values.TIMEZONE }}"
|
||||
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-apache:20240617_084300-latest"
|
||||
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-apache:20240701_074701-latest"
|
||||
name: nextcloud-aio-apache
|
||||
ports:
|
||||
- containerPort: {{ .Values.APACHE_PORT }}
|
||||
|
||||
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-persistentvolumeclaim.yaml
Normal file → Executable file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-persistentvolumeclaim.yaml
Normal file → Executable file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-service.yaml
Normal file → Executable file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-apache-service.yaml
Normal file → Executable file
2
nextcloud-aio-helm-chart/templates/nextcloud-aio-clamav-deployment.yaml
Normal file → Executable file
2
nextcloud-aio-helm-chart/templates/nextcloud-aio-clamav-deployment.yaml
Normal file → Executable file
@@ -59,7 +59,7 @@ spec:
|
||||
value: "90"
|
||||
- name: TZ
|
||||
value: "{{ .Values.TIMEZONE }}"
|
||||
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-clamav:20240617_084300-latest"
|
||||
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-clamav:20240701_074701-latest"
|
||||
name: nextcloud-aio-clamav
|
||||
ports:
|
||||
- containerPort: 3310
|
||||
|
||||
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-clamav-persistentvolumeclaim.yaml
Normal file → Executable file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-clamav-persistentvolumeclaim.yaml
Normal file → Executable file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-clamav-service.yaml
Normal file → Executable file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-clamav-service.yaml
Normal file → Executable file
3
nextcloud-aio-helm-chart/templates/nextcloud-aio-collabora-deployment.yaml
Normal file → Executable file
3
nextcloud-aio-helm-chart/templates/nextcloud-aio-collabora-deployment.yaml
Normal file → Executable file
@@ -36,7 +36,7 @@ spec:
|
||||
value: --o:ssl.enable=false --o:ssl.termination=true --o:mount_jail_tree=false --o:logging.level=warning --o:home_mode.enable=true {{ .Values.COLLABORA_SECCOMP_POLICY }} --o:remote_font_config.url=https://{{ .Values.NC_DOMAIN }}/apps/richdocuments/settings/fonts.json
|
||||
- name: server_name
|
||||
value: "{{ .Values.NC_DOMAIN }}"
|
||||
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-collabora:20240617_084300-latest"
|
||||
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-collabora:20240701_074701-latest"
|
||||
name: nextcloud-aio-collabora
|
||||
ports:
|
||||
- containerPort: 9980
|
||||
@@ -45,6 +45,7 @@ spec:
|
||||
capabilities:
|
||||
add:
|
||||
- MKNOD
|
||||
- SYS_ADMIN
|
||||
drop:
|
||||
- NET_RAW
|
||||
{{- end }}
|
||||
|
||||
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-collabora-service.yaml
Normal file → Executable file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-collabora-service.yaml
Normal file → Executable file
2
nextcloud-aio-helm-chart/templates/nextcloud-aio-database-deployment.yaml
Normal file → Executable file
2
nextcloud-aio-helm-chart/templates/nextcloud-aio-database-deployment.yaml
Normal file → Executable file
@@ -70,7 +70,7 @@ spec:
|
||||
value: nextcloud
|
||||
- name: TZ
|
||||
value: "{{ .Values.TIMEZONE }}"
|
||||
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-postgresql:20240617_084300-latest"
|
||||
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-postgresql:20240701_074701-latest"
|
||||
name: nextcloud-aio-database
|
||||
ports:
|
||||
- containerPort: 5432
|
||||
|
||||
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-database-dump-persistentvolumeclaim.yaml
Normal file → Executable file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-database-dump-persistentvolumeclaim.yaml
Normal file → Executable file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-database-persistentvolumeclaim.yaml
Normal file → Executable file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-database-persistentvolumeclaim.yaml
Normal file → Executable file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-database-service.yaml
Normal file → Executable file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-database-service.yaml
Normal file → Executable file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-elasticsearch-persistentvolumeclaim.yaml
Normal file → Executable file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-elasticsearch-persistentvolumeclaim.yaml
Normal file → Executable file
2
nextcloud-aio-helm-chart/templates/nextcloud-aio-fulltextsearch-deployment.yaml
Normal file → Executable file
2
nextcloud-aio-helm-chart/templates/nextcloud-aio-fulltextsearch-deployment.yaml
Normal file → Executable file
@@ -60,7 +60,7 @@ spec:
|
||||
value: basic
|
||||
- name: xpack.security.enabled
|
||||
value: "false"
|
||||
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-fulltextsearch:20240617_084300-latest"
|
||||
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-fulltextsearch:20240701_074701-latest"
|
||||
name: nextcloud-aio-fulltextsearch
|
||||
ports:
|
||||
- containerPort: 9200
|
||||
|
||||
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-fulltextsearch-service.yaml
Normal file → Executable file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-fulltextsearch-service.yaml
Normal file → Executable file
2
nextcloud-aio-helm-chart/templates/nextcloud-aio-imaginary-deployment.yaml
Normal file → Executable file
2
nextcloud-aio-helm-chart/templates/nextcloud-aio-imaginary-deployment.yaml
Normal file → Executable file
@@ -28,7 +28,7 @@ spec:
|
||||
value: "{{ .Values.IMAGINARY_SECRET }}"
|
||||
- name: TZ
|
||||
value: "{{ .Values.TIMEZONE }}"
|
||||
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-imaginary:20240617_084300-latest"
|
||||
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-imaginary:20240701_074701-latest"
|
||||
name: nextcloud-aio-imaginary
|
||||
ports:
|
||||
- containerPort: 9000
|
||||
|
||||
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-imaginary-service.yaml
Normal file → Executable file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-imaginary-service.yaml
Normal file → Executable file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-namespace-namespace.yaml
Normal file → Executable file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-namespace-namespace.yaml
Normal file → Executable file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-data-persistentvolumeclaim.yaml
Normal file → Executable file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-data-persistentvolumeclaim.yaml
Normal file → Executable file
2
nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-deployment.yaml
Normal file → Executable file
2
nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-deployment.yaml
Normal file → Executable file
@@ -173,7 +173,7 @@ spec:
|
||||
value: "{{ .Values.TIMEZONE }}"
|
||||
- name: UPDATE_NEXTCLOUD_APPS
|
||||
value: "{{ .Values.UPDATE_NEXTCLOUD_APPS }}"
|
||||
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-nextcloud:20240617_084300-latest"
|
||||
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-nextcloud:20240701_074701-latest"
|
||||
name: nextcloud-aio-nextcloud
|
||||
ports:
|
||||
- containerPort: 9000
|
||||
|
||||
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-persistentvolumeclaim.yaml
Normal file → Executable file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-persistentvolumeclaim.yaml
Normal file → Executable file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-service.yaml
Normal file → Executable file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-service.yaml
Normal file → Executable file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-trusted-cacerts-persistentvolumeclaim.yaml
Normal file → Executable file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-nextcloud-trusted-cacerts-persistentvolumeclaim.yaml
Normal file → Executable file
2
nextcloud-aio-helm-chart/templates/nextcloud-aio-notify-push-deployment.yaml
Normal file → Executable file
2
nextcloud-aio-helm-chart/templates/nextcloud-aio-notify-push-deployment.yaml
Normal file → Executable file
@@ -57,7 +57,7 @@ spec:
|
||||
value: nextcloud-aio-redis
|
||||
- name: REDIS_HOST_PASSWORD
|
||||
value: "{{ .Values.REDIS_PASSWORD }}"
|
||||
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-notify-push:20240617_084300-latest"
|
||||
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-notify-push:20240701_074701-latest"
|
||||
name: nextcloud-aio-notify-push
|
||||
ports:
|
||||
- containerPort: 7867
|
||||
|
||||
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-notify-push-service.yaml
Normal file → Executable file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-notify-push-service.yaml
Normal file → Executable file
2
nextcloud-aio-helm-chart/templates/nextcloud-aio-onlyoffice-deployment.yaml
Normal file → Executable file
2
nextcloud-aio-helm-chart/templates/nextcloud-aio-onlyoffice-deployment.yaml
Normal file → Executable file
@@ -48,7 +48,7 @@ spec:
|
||||
value: "{{ .Values.ONLYOFFICE_SECRET }}"
|
||||
- name: TZ
|
||||
value: "{{ .Values.TIMEZONE }}"
|
||||
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-onlyoffice:20240617_084300-latest"
|
||||
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-onlyoffice:20240701_074701-latest"
|
||||
name: nextcloud-aio-onlyoffice
|
||||
ports:
|
||||
- containerPort: 80
|
||||
|
||||
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-onlyoffice-persistentvolumeclaim.yaml
Normal file → Executable file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-onlyoffice-persistentvolumeclaim.yaml
Normal file → Executable file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-onlyoffice-service.yaml
Normal file → Executable file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-onlyoffice-service.yaml
Normal file → Executable file
2
nextcloud-aio-helm-chart/templates/nextcloud-aio-redis-deployment.yaml
Normal file → Executable file
2
nextcloud-aio-helm-chart/templates/nextcloud-aio-redis-deployment.yaml
Normal file → Executable file
@@ -43,7 +43,7 @@ spec:
|
||||
value: "{{ .Values.REDIS_PASSWORD }}"
|
||||
- name: TZ
|
||||
value: "{{ .Values.TIMEZONE }}"
|
||||
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-redis:20240617_084300-latest"
|
||||
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-redis:20240701_074701-latest"
|
||||
name: nextcloud-aio-redis
|
||||
ports:
|
||||
- containerPort: 6379
|
||||
|
||||
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-redis-persistentvolumeclaim.yaml
Normal file → Executable file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-redis-persistentvolumeclaim.yaml
Normal file → Executable file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-redis-service.yaml
Normal file → Executable file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-redis-service.yaml
Normal file → Executable file
2
nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-deployment.yaml
Normal file → Executable file
2
nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-deployment.yaml
Normal file → Executable file
@@ -42,7 +42,7 @@ spec:
|
||||
value: "{{ .Values.TURN_SECRET }}"
|
||||
- name: TZ
|
||||
value: "{{ .Values.TIMEZONE }}"
|
||||
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-talk:20240617_084300-latest"
|
||||
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-talk:20240701_074701-latest"
|
||||
name: nextcloud-aio-talk
|
||||
ports:
|
||||
- containerPort: {{ .Values.TALK_PORT }}
|
||||
|
||||
2
nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-recording-deployment.yaml
Normal file → Executable file
2
nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-recording-deployment.yaml
Normal file → Executable file
@@ -32,7 +32,7 @@ spec:
|
||||
value: "{{ .Values.RECORDING_SECRET }}"
|
||||
- name: TZ
|
||||
value: "{{ .Values.TIMEZONE }}"
|
||||
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-talk-recording:20240617_084300-latest"
|
||||
image: "{{ .Values.IMAGE_MIRROR_PREFIX }}{{ .Values.NEXTCLOUD_IMAGE_ORG }}/aio-talk-recording:20240701_074701-latest"
|
||||
name: nextcloud-aio-talk-recording
|
||||
ports:
|
||||
- containerPort: 1234
|
||||
|
||||
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-recording-service.yaml
Normal file → Executable file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-recording-service.yaml
Normal file → Executable file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-service.yaml
Normal file → Executable file
0
nextcloud-aio-helm-chart/templates/nextcloud-aio-talk-service.yaml
Normal file → Executable file
0
nextcloud-aio-helm-chart/update-helm.sh
Normal file → Executable file
0
nextcloud-aio-helm-chart/update-helm.sh
Normal file → Executable file
0
nextcloud-aio-helm-chart/values.yaml
Normal file → Executable file
0
nextcloud-aio-helm-chart/values.yaml
Normal file → Executable file
Reference in New Issue
Block a user