-As you can see, I abandoned the idea of hosting a Nextclouod instance in my local network. But now that I've learned more about it, I think I could actually pull it off (though I don't see a point anymore). In my last update, I mentioned that a domain is required to run Nextcloud, and all the headaches I ran into with the pi-hole and whatnot. However, once I tried to install it in the server I realized this restriction is only imposed in the [All-in-One](https://github.com/nextcloud/all-in-one) out-of-the-box solution. After digging into the repository and reading some documentation, I realized I didn't want to do that anyways. Instead, I created my own set up which combines a [Manual installation](https://github.com/nextcloud/all-in-one/tree/main/manual-install) with a [Reverse Proxy](https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md) (using [nginx-agora](https://github.com/noeldemartin/nginx-agora)).
0 commit comments