Comment on just to be sure, when setting up nextcould i need to purchase a domain name?

<- View Parent
kristoff@infosec.pub ⁨9⁩ ⁨months⁩ ago

Hi,

Good idea!

And once you have you domainname, you can do the following:

. set up a reverse reverse proxy (apache, nginx) in front of nextcloud . in the configuration of apache/bginx use virtual hosts.

What this does, is that if somebody addresses your website with a URL that does not contain the exact hostname of your nextcloud, the webquery will go to the empty website and simply return a 404 So, a hacker who does a webrequest to “/login” will just get a “404 not found” and not reach your nextcloud instance.

This keeps people who just scan the internet for vulnerable systems and try out all kind of URLs to try to get in out of your nextcloud.

Of course, this only works if you keep the full hostname of your instance to yourself and do not post it somewhere (including social media, mailing-lists, …)

Good luck with your nextcloud server

source
Sort:hotnewtop