this post was submitted on 10 Sep 2021
4 points (100.0% liked)

Self Hosted - Self-hosting your services.

11223 readers
1 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

Important

Beginning of January 1st 2024 this rule WILL be enforced. Posts that are not tagged will be warned and if not fixed within 24h then removed!

Cross-posting

If you see a rule-breaker please DM the mods!

founded 3 years ago
MODERATORS
 

I'm trying to self-host some stuff on my Raspberry Pi (i.e. web server, lightweight matrix server, etc) and every time I get around to try and set it up I forget that I have to do this lol

Do you guys recommend going full send and contacting my ISP about a static IP or should I just pay for a Dynamic DNS service?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 year ago

There are already tools existing for dyndns that are free. If you're using cloud flare as your dns provider, there's cloudflareddns that checks your public ip and updates dns records. You just need 1 record to be updated, the other records can just be CNAME to that primary one.

OVH has DynHost to deal with that as well.

You could also write a script to do that with your own DNS provider if one doesn't exist yet. Most have good APIs you can use to that extent. At worse just use cloudflare since it just works and is well supported.