Skip to main content

conf.php bearbeiten

nano /var/www/nextcloud/config/config.php

<?php
$CONFIG = array (
  'instanceid' => 'occ5430btupv',
  'passwordsalt' => '4bLzkaoiK5OygGgiuEpoPPzaI6TYw3',
  'secret' => '9TFBFTtKTbThrWRAqRokQKmD+I8oJobgMh0rfzx4Uf3g9XfH',
  'trusted_domains' =>
  array (
    0 => '192.168.178.26',
    1 => 'cloud.hauke-ufen.de',
  ),
  'datadirectory' => '/home/data',
  'dbtype' => 'mysql',
  'version' => '25.0.1.1',
  'overwrite.cli.url' => 'https://cloud.hauke-ufen.de',
  'overwritehost' => 'cloud.hauke-ufen.de',
  'overwriteprotocol' => 'https',
  'dbname' => 'nextcloud',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'nextclouduser',
  'dbpassword' => 'XXXXXxxxxx',
  'installed' => true,
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'mail_from_address' => 'info',
  'mail_smtpmode' => 'smtp',
  'mail_sendmailmode' => 'smtp',
  'mail_domain' => 'cloud.hauke-ufen',
  'mail_smtphost' => 'smtp.strato.de',
  'mail_smtpport' => '465',
  'mail_smtpauthtype' => 'PLAIN',
  'mail_smtpsecure' => 'ssl',
  'mail_smtpauth' => 1,
  'mail_smtpname' => 'info@hauke-ufen.de',
  'mail_smtppassword' => 'XXXXX_XXXXX',
  'default_language' => 'de',
  'default_locale' => 'de_DE',
  'default_phone_region' => 'DE',
  'maintenance' => false,
);