Skip to content

Commit 47da98b

Browse files
committed
Fix typo
1 parent e141d20 commit 47da98b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/collections/comments/configuring-a-self-hosted-nextcloud-server-3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Before getting started, this is the architecture I ended up with:
1212

1313
[![My actual Nextcloud architecture](/img/tasks/nextcloud/final-architecture.png)](/img/tasks/nextcloud/final-architecture.png)
1414

15-
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)).
15+
As you can see, I abandoned the idea of hosting a Nextcloud 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)).
1616

1717
Something else I did which was non-standard is storing the actual files in a [Hetzner Storage Box](https://www.hetzner.com/storage/storage-box). The awesome part about it is that even if I mess something up in the server or botch up some upgrades, the files are decoupled. So it'd be very easy to rebuild on a brand new server. And I'm only paying 3.81€ for 1TB of storage. Doing this wasn't completely straightforward, but thanks to my tinkering from last time, I learned about [WebDAV](https://en.wikipedia.org/wiki/WebDAV). And it turns out to be a perfect solution for this. Essentially, I am mounting Hetzner's Storage Box on the server like a normal folder, and I've configured Nextcloud to use that folder to store the files.
1818

0 commit comments

Comments
 (0)