From 8397ff50b4920083556372b9dbcb385a3c0b9e7c Mon Sep 17 00:00:00 2001 From: szaimen Date: Tue, 18 Oct 2022 23:52:20 +0200 Subject: [PATCH] reverse the order Signed-off-by: szaimen --- readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 5cc231cf..c883ddad 100644 --- a/readme.md +++ b/readme.md @@ -135,9 +135,8 @@ 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. Below are some guides: -- https://howchoo.com/pi/pi-hole-setup -- https://docs.callitkarma.me/posts/PiHole-Local-DNS/ - https://www.howtogeek.com/devops/how-to-run-your-own-dns-server-on-your-local-network/ +- https://howchoo.com/pi/pi-hole-setup together with https://docs.callitkarma.me/posts/PiHole-Local-DNS/ ### 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.