this post was submitted on 11 Jun 2026
42 points (95.7% liked)

Selfhosted

59999 readers
455 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.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

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

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I recently found out that you can get up to 3 free .eu.cc domain from GNAME, which also claims that you can renew for free when its within 90 days of expiring. So I got one to check it out.

Obviously, the next step is making one of my local machines act as the target destination for any queries to the address, so it becomes accessible for the wider web. I'm not entirely sure, however, what to configure on GNAME (there's the option to setup A and AAAA records, which I suppose I should just point to my IP, but there's also CNAME, TXT, NS, SRV and what configurations/programs my local server (rPi 3) needs to have running besides a webserver (Apache2 or Nginx)

My intent is to have it run a single-user fediverse server, possibly friendica, as it seems to have the best support for seeing all sorts of APub posts. If that proves too heavy for my old pi, I'll try one of the lightweight APub alternatives

I know I'll also need to do some configurations on my router, so I'd appreciate help on this, too.

you are viewing a single comment's thread
view the rest of the comments
[–] potatoguy@mbin.potato-guy.space 7 points 1 week ago (3 children)

In your scenario, I would prefer to tunnel to the outside, as it could be risky to just open a port on your router and open a port on your computer. In this case, pointing the IP to a vps that your PC tunnels to or putting the record in cloudflares DNS, that way no automatic port searcher will try to nuke your network. There is dynamic DNS too.

There is cloudflare and other options too.

Edit: I do this with cloudflare, but privacy is very much not given with them.

[–] lemmyvore@feddit.nl 3 points 1 week ago

An unauthenticated tunnel is still an ingress path same as an open port, just with more steps.

[–] ICastFist@programming.dev 2 points 1 week ago (1 children)

As I don't have any VPS, it sounds like I'll have to rely with cloudflare's tunnel then? That or register with one listed here? https://github.com/savyasathe/free-vps

[–] NotEasyBeingGreen@slrpnk.net 1 points 1 week ago

Using some very basic security, like minimal services and keeping stuff patched and having backups, and you're probably fine. I've run stuff locally at home for decades and never had a security issue as far as I know. (I did have a problem with a hosted server that I shared with some friends 20 years ago, because at that time updating Fedora was a hassle and we let it get behind on updates.)