LetsEncrypt is not connected to my Nextcloud within the php file

  • Hello everybody,


    I run Nextcloud in Docker on my server. I installed Nextcloud as shown by TechnoDad in his video. :thumbup:
    Everything has been perfect so far.


    For a few days I have the following problem:
    If I try to call the website of my server via a web browser, I get the following message:


    Welcome to our server
    The website is currently being setup under this address.
    For help and support, please contact: me@example.com


    I have already read the following note:
    The welcome to our server error means that your LetsEncrypt is not connected to you Nextcloud within the phpfile.


    Now my question: How can I fix this?


    I configured my config.php file in AppData\Nextcloud\www\nextcloud\config\ as follows:


    $CONFIG = array (
    'memcache.local' => '\\OC\\Memcache\\APCu',
    'datadirectory' => '/data',
    'instanceid' => 'oc98baodq7f7',
    'passwordsalt' => '************************/L',
    'secret' => 'G/ClPNLAxmfnbswe****************************',
    'trusted_domains' =>
    array (
    0 => '192.168.178.100:444',
    1 => 'ttserv.duckdns.org',
    ),
    'overwrite.cli.url' => 'https://ttserv.duckdns.org',
    'overwritehost' => 'ttserv.duckdns.org',
    'overwriteprotocol' => 'https',
    'dbtype' => 'mysql',
    'version' => '16.0.1.1',
    'dbname' => 'nextcloud',
    'dbhost' => '192.168.178.100:3306',
    'dbport' => '',
    'dbtableprefix' => 'oc_',
    'mysql.******' => true,
    'dbuser' => '*****',
    'dbpassword' => '*****',
    'installed' => true,
    );


    Can someone tell me exactly how I can solve the problem?
    Many Thanks

  • The config.php looks fine on the first glance.
    The message can also mean that the reverse proxy (nginx) inside the letsencrypt conainter does not point correctly to your Nextcloud docker.
    Can you post your nextcloud.subdomains.conf in the /appdata/letsencrypt/nginx/proxy-confs folder? And also a screenshot of your docker page on omv?

  • I do not know why, but for some reason the "nextcloud.subdomains.conf" has disappeared from the folder. There was only the "sample" file available.
    I re-created the file and lo and behold: my cloud is back up.


    In addition, the "linuxserver / letsencrypt" container was renewed in the last hours. Whether that has something to do with my problem I do not know.


    But finally everything is running again. Many Thanks.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!