From 177e115b2bc5d180a06cfcba2e82811ed1e0aed2 Mon Sep 17 00:00:00 2001 From: szaimen Date: Mon, 15 Aug 2022 11:51:54 +0200 Subject: [PATCH] document how to skip the domain validation Signed-off-by: szaimen --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index 469d5338..9440a25e 100644 --- a/readme.md +++ b/readme.md @@ -132,6 +132,9 @@ No and it will not be added. Please use a dedicated domain for Nextcloud and set ### How can I access Nextcloud locally? The recommended way is to set up a local dns-server like a pi-hole and set up a custom dns-record for that domain that points to the internal ip-adddress of your server that runs Nextcloud AIO. +### How to skip the domain validation? +If you are completely sure that you've configured everything correctly and are not able to pass the domain validation, you may skip the domain validation by adding `-e SKIP_DOMAIN_VALIDATION=true` to the docker run command of the mastercontainer. + ### How to resolve firewall problems with Fedora Linux, RHEL OS, CentOS, SUSE Linux and others? It is known that Linux distros that use [firewalld](https://firewalld.org) as their firewall daemon have problems with docker networks. In case the containers are not able to communicate with each other, you may change your firewalld to use the iptables backend by running: ```