Go to file
Sebastian Hugentobler 9c0a7d8d1d
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/tag/woodpecker Pipeline was successful Details
push to 27.1.2
2023-10-24 09:57:50 +02:00
rootfs push to 27.1.2 2023-10-24 09:57:50 +02:00
.gitignore initial commit 2016-08-31 14:55:12 +02:00
.woodpecker.yml Add '.woodpecker.yml' 2022-11-11 07:23:14 +00:00
Dockerfile push to 27.1.2 2023-10-24 09:57:50 +02:00
README.md add db port to installation 2021-08-22 17:40:33 +02:00

README.md

Nextcloud with postgres backend.

Seperately installed apps are not persistent because there is no possibility of setting the app_path with occ.

Volumes

  • /var/lib/nextcloud/data
  • /var/lib/nextcloud/config

Environment Variables

DOMAIN

Domain where the nextcloud instance is reachable.

MAX_UPLOAD_SIZE

  • default: 512M

Maximal upload size of a file.

DB_HOST

Database host.

DB_PORT

Database port.

DB_NAME

Database name.

DB_USER

Database user.

DB_PASSWORD

Password for the database user.

IMAP_AUTH_HOST

AUthentication string for the IMAP authentication.

For example mail.example.com:143/imap/tls

MAIL_DOMAIN

Domain part in the from address for notification emails.

MAIL_FROM

Local part in the from address for notification emails.

MAIL_SMTP_HOST

SMTP host used for notification emails.

MAIL_SMTP_PORT

  • default: 587

SMTP host port.

MAIL_SMTP_SECURITY

  • default: tls

Connection security for the SMTP host.

MAIL_SMTP_AUTH

  • default: 1

Whether to use authentication with the SMTP host.

MAIL_SMTP_AUTH_TYPE

  • default: PLAIN

Authentication type for the SMTP host.

MAIL_SMTP_NAME

Username for SMTP authentication.

MAIL_SMTP_PASSWORD

Password for SMTP authentication.

ASSUME_HTTPS

  • default: on The value of fastcgi_param HTTPS.

Either on or off.

Ports

  • 80

Capabilities

  • CHOWN
  • DAC_OVERRIDE
  • NET_BIND_SERVICE
  • FOWNER
  • SETGID
  • SETUID