this post was submitted on 14 Jul 2025
129 points (97.1% liked)

Selfhosted

49599 readers
456 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

I'm not really sure how to ask this because my knowledge is pretty limited. Any basic answers or links will be much appreciated.

I have a number of self hosted services on my home PC. I'd like to be able to access them safely over the public Internet. There are a couple of reasons for this. There is an online calendar scheduling service I would like to have access to my caldav/carddav setup. I'd also like to set up Nextcloud, which seems more or less require https. I am using http connections secured through Tailscale at the moment.

I own a domain through an old Squarespace account that I would like to use. I currently have zero knowledge or understanding of how to route my self hosted services through the domain that I own, or even if that's the correct way to set it up. Is there a guide that explains step by step for beginners how to access my home setup through the domain that I own? Should I move the domain from Squarespace to another provider that is better equipped for this type of setup?

Is this a bad idea for someone without much experience in networking in general?

you are viewing a single comment's thread
view the rest of the comments
[–] eksb@programming.dev 41 points 5 days ago (2 children)
  1. Consider getting a VPS to play around with to learn how this stuff works before you expose your data to the internet.
  2. Learn about how DNS works. You will create an A record (and possibly also an AAAA recordy) for your domain pointing to your home IP (or VPS).
  3. If SquareSpace does not let you set records (and will only allow you to use Squarespace-hosted services) you will need to migrate your domain to another provider. I like gandi.net.
  4. Learn how your router does port forwarding. You will forward port(s) for the calendar service from your router to your home PC. (Or learn how to do firewalls on your VPS.)
  5. Before you actually connect to it with credentials over the internet, set up SSL/TLS certificates with LetsEncrypt.
[–] irmadlad@lemmy.world 1 points 3 days ago

Consider getting a VPS to play around with to learn how this stuff works before you expose your data to the internet.

Highly recommend this, especially when exposing your local server to the internet when you may still be a bit green with the security aspects of self hosting. Small VPS for under $30 a year are dime a dozen really, and well worth the price for the education you can get from them.

Even now, I have a small VPS that I regularly test things on before I put it on the production server.

[–] pHr34kY@lemmy.world 10 points 5 days ago* (last edited 5 days ago) (1 children)

The educational route I took was Hurricane Electric's free IPv6 online course. It taught me a bunch of networking principles. When you finish the course (and get "sage" status), you get free lifetime DNS access. This includes dynamic DNS that automatically updates when your IP address changes.

Because of this, I can self-host on a basic residential plan without paying for any additional services.

[–] Fedegenerate@lemmynsfw.com 3 points 4 days ago* (last edited 4 days ago)

Oooo this might be the path I take to finally get off IPv4. Cheers. I've already set up reverse proxies, but finally updating to 1999 technology seems like a good plan.