Freenas nextcloud hub v 18.0.6

Support intro

Sorry to hear you’re facing problems :slightly_frowning_face:

help.nextcloud.com is for home/non-enterprise users. If you’re running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.

In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:

example

Or for longer, use three backticks above and below the code snippet:

longer
example
here

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can :heart:

Nextcloud version (eg, 18.0.6): 18.0.6
Operating system and version (eg, Ubuntu 20.04):nc18-nextcloud-hub
Apache or nginx version (eg, Apache 2.4.25):
PHP version (eg, 7.1):

The issue you are facing:upload file size limit

Is this the first time you’ve seen this error? (Y/N):yarn:

Steps to replicate it:

  1. attempt to load files larger than 2.8GB

The output of your Nextcloud log in Admin > Logging:

PASTE HERE

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php
$CONFIG = array (
  'apps_paths' => 
  array (
    0 => 
    array (
      'path' => '/usr/local/www/nextcloud/apps',
      'url' => '/apps',
      'writable' => true,
    ),
    1 => 
    array (
      'path' => '/usr/local/www/nextcloud/apps-pkg',
      'url' => '/apps-pkg',
      'writable' => true,
    ),
  ),
  'logfile' => '/var/log/nextcloud/nextcloud.log',
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'passwordsalt' => 'GO38xBLKqk50TYDgo3OD7Z4y75BVo3',
  'secret' => 'm4GsX96yasVKYY5DJFyMs/pIefx+YPCKLbfYI5BxF0DebUl0',
  'trusted_domains' => 
  array (
    0 => 'localhost',
    1 => 'private',
    2 => 'private',
    3 => 'private',
    4 => 'private',
  ),
  'datadirectory' => '/usr/local/www/nextcloud/data',
  'dbtype' => 'mysql',
  'version' => '18.0.6.0',
  'overwrite.cli.url' => 'http://localhost',
  'dbname' => 'nextcloud',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'oc_ncadmin',
  'dbpassword' => 'private',
  'installed' => true,
  'instanceid' => 'private',
  'maintenance' => false,
  'mail_from_address' => 'Nxtcloud',
  'mail_smtpmode' => 'smtp',
  'mail_sendmailmode' => 'smtp',
  'mail_domain' => 'private',
  'mail_smtpauthtype' => 'PLAIN',
  'mail_smtpauth' => 1,
  'mail_smtphost' => 'mail.private.net',
  'mail_smtpport' => 'private',
  'mail_smtpname' => 'private',
  'mail_smtppassword' => 'private',
  'updater.secret' => 'private',
  'theme' => '',
  'loglevel' => 2,
);

nothing found without too much personal data

PASTE HERE