this post was submitted on 10 Jan 2024
32 points (84.8% liked)

Selfhosted

39151 readers
978 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 1 year ago
MODERATORS
 

In search for free domain I got IPQuick. It gives a random domain for any IP4&6. I know not reliable for commercial use but I just want a domain for nextcloud,fediverse and mail.

Questions 1.Is not IP keeps changing in short time will I need to Keep generating domains? 2.Any one using it?

you are viewing a single comment's thread
view the rest of the comments
[–] itsaj26744@programming.dev 1 points 8 months ago (2 children)

Thnx, Btw I use a Cellular data (and sometimes wifi of neighbors.) How to know My IP remains same or keep changing?

[–] hexagonwin@lemmy.sdf.org 1 points 8 months ago

Not sure which ports are required for your usage but maybe cloudflared would work? It works on the free tier as well, you can install cloudflared on your linux/windows server (no BSD support afaik).

Freenom's domains are pretty unstable, they lost management for .ga domains last year and they often claim others' free domain when they have high usage.

though if you have unstable network I won't suggest self hosting fediverse stuff.

[–] onlinepersona@programming.dev 0 points 8 months ago

Check https://whatismyipaddress.com/ to see your IP address once you're connected to either network, but with a high likelihood, it's almost certainly different IPs. In that case, Dynamic DNS is probably best.

But if you're using your neighbor's wifi, I doubt there's a way for you to host stuff unless you have access to their routers, can open ports 80 (HTTP) and 443 (HTTPS), and forward them to your server. It's best to use hardware you control (including the router).

CC BY-NC-SA 4.0