this post was submitted on 25 Feb 2025
95 points (92.8% liked)

Selfhosted

60734 readers
182 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Greetings,

my current ISP refuses to provide me a static IP and they also blocks incoming connection to my ipv6 so I can't host services on just ipv6 too. I will be changing my ISP when the plan expires.

without public IP I can host my own IRC bouncer but I would like to know what else can I self host? Thanks in advance!

you are viewing a single comment's thread
view the rest of the comments
[–] webghost0101@sopuli.xyz 4 points 1 year ago* (last edited 1 year ago) (1 children)

I believe duckdns has a tool that checks your public ip on a schedule to update your subdomain. (Which they provide for free last I checked)

[–] Valmond@lemmy.world 3 points 1 year ago (1 children)

That would solve not having a static IP, not solving having no port forward right?

[–] webghost0101@sopuli.xyz 1 points 1 year ago (1 children)

You usually only need to specify the internal host ip to setup a port forward. It should forward that to whatever the public ip is at the time.

If the isp is providing the model/router and generally being oppressive i highly recommend researching if you can place your own router behind it.

[–] Valmond@lemmy.world 1 points 1 year ago

Oh I'm fine, static IP and so on, but, for example, my friend has this crappy shared ports system so I'm interested in something alleviating that. What you described seemed like the solution to non-static IP addresses so I just commented that.

Cheers