this post was submitted on 10 Nov 2023
4 points (100.0% liked)

nextcloud

718 readers
3 users here now

Nextcloud is a suite of client-server software for creating and using file hosting services.

https://nextcloud.com

https://github.com/nextcloud

IRC: #nextcloud on libera.chat
Matrix: #nextcloud:matrix.org

Other Nextcloud communities on Lemmy

founded 5 years ago
MODERATORS
 

I want to set up a server on an old laptop at home to synchronize my Obsidian notes and some pdfs. I'll install Nextcloud AIO but I have a question about domain.

Do I need to buy a domain name for the sync to work properly? I created a dynamic dns account on Noip but I don't know if this is a temporary solution or permanent?

If the domain is necessary, is it enough to just buy a domain or do I need to buy a hosting package or something?

all 12 comments
sorted by: hot top controversial new old
[–] cyberwolfie@lemmy.ml 3 points 2 years ago (1 children)

From the Nextcloud AIO GIthub page:

"Can I use an ip-address for Nextcloud instead of a domain?

No and it will not be added. If you only want to run it locally, you may have a look at the following documentation: local-instance.md"

[–] sandayle@iusearchlinux.fyi 1 points 2 years ago

Thank you, I have read these but I didn't understand well because of my English.

I couldn't get AIO work with Tailscale. I install Nextcloud Snap, it works well now.

[–] SecurityPro@lemmy.ml 3 points 2 years ago (1 children)

Not required, but I have found it easy to do and easier to access your server from outside you home network. I use a domain along with a dynamic IP service. Plus I can use sub-domains for other self-hosted applications that I want to access outside my home network. Recently I added nginx proxy manager to manage all the inbound traffic to the various servers and sub-domains.

[–] sandayle@iusearchlinux.fyi 1 points 2 years ago (2 children)

Even if I buy a domain, will I need a static or dynamic ip?

[–] Windex007@lemmy.world 3 points 2 years ago (1 children)

Don't need a static IP. You can have a service running that updates your domain to point to your new IP automatically when/if it changes

[–] sandayle@iusearchlinux.fyi 1 points 2 years ago

Ok. Thank you.

[–] SecurityPro@lemmy.ml 2 points 2 years ago

Depends on your ISP and what country you are in. My guess a dynamic IP service is cheaper than the price of a static IP from your ISP. I think I pay roughly $10 a year for dynamic IP service.

[–] phanto@lemmy.ca 2 points 2 years ago (1 children)

I have a dyn account and it works for me. No hosting at all. That said, its price has gone up a lot since I first got it. My ISP rarely changes my IP on me, so I could probably get away with no hosting at all and just use my IP address as the nextcloud, but I didn't know that back when I started using it.

[–] sandayle@iusearchlinux.fyi 1 points 2 years ago
[–] nottheengineer@feddit.de 2 points 2 years ago (2 children)

If you just want to access it with your own devices from anywhere, check out tailscale. I'm using it to access my desktop from anywhere and it works perfectly without having to screw around with DDNS.

[–] sandayle@iusearchlinux.fyi 1 points 2 years ago

Thank you very much. I think this would be a better solution than DDNS, and it's free.