Skip to content

Instantly share code, notes, and snippets.

@mtthsdzwn
Last active May 13, 2020 12:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mtthsdzwn/0323587c2fdcac5fcec9beab7c3d6d00 to your computer and use it in GitHub Desktop.
Save mtthsdzwn/0323587c2fdcac5fcec9beab7c3d6d00 to your computer and use it in GitHub Desktop.
Config file for nextcloud
<?php
$CONFIG = array (
'memcache.local' => '\OC\Memcache\APCu',
'datadirectory' => '/data',
'trusted_proxies' => ['letsencrypt'],
'overwrite.cli.url' => 'https://nextcloud.my.duckdns.org/',
'overwritehost' => 'nextcloud.my.duckdns.org',
'overwriteprotocol' => 'https',
'trusted_domains' =>
array (
0 => 'lan.rpi.ip.address:444',
1 => 'nextcloud.my.duckdns.org',
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment