nextcloud

  • By Erik Lönroth
Channel Revision Published Runs on
latest/edge 24 07 Jul 2023
Ubuntu 22.04 Ubuntu 20.04 Ubuntu 18.04
juju deploy nextcloud --channel edge
Show information

Platform:

Ubuntu
22.04 20.04 18.04

Learn about configurations >

  • backup-host | string

    Host where to send backups.

  • backup-pagerduty-email | string

    PagerDuty service email for backup failure alarms.

  • backup-pagerduty-serviceid | string

    PagerDuty service ID for backup failure alarms.

  • backup-pagerduty-token | string

    PagerDuty token for backup failure alarms.

  • backup-port | int

    Default: 22

    SSH port to use for rsync to send backups to backup-host.

  • backup-slack-webhook | string

    Webhook to Slack channel for sending backup status.

  • backup-user | string

    User on backup-host that will receive the backups.

  • debug | boolean

    Set debug mode for the main config.

  • default-phone-region | string

    Default: SE

    Phone region code (ISO 3166-1)

  • fqdn | string

    FQDN of Nextcloud instance

  • nextcloud-tarfile | string

    Default: https://download.nextcloud.com/server/releases/latest-27.tar.bz2

    Sources for nextcloud (must be tar.bz2)

  • overwrite-cli-url | string

    Use this configuration parameter to specify the base URL for any URLs which are generated within Nextcloud using any kind of command line tools (cron or occ). The value should contain the full base URL: https://nextcloud.dwellir.com

  • overwriteprotocol | string

    Default: http

    Set this to https if you place a ssl-termination proxy in front of your nextcloud instance.

  • php_max_file_uploads | int

    Default: 20

    Setting for php

  • php_memory_limit | string

    Default: 1G

    Setting for php

  • php_post_max_size | string

    Default: 512M

    Setting for php

  • php_upload_max_filesize | string

    Default: 512M

    Setting for php

  • port | int

    Port where the Nextcloud website will be listening.