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

Selfhosted

60723 readers
196 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
[–] _cryptagion@lemmy.dbzer0.com 11 points 1 year ago (1 children)

Literally anything you want. You don’t need a static IP, any dynamic IP with a software updater will work. For example, I have some public sites proxied through Cloudflare, and I use the DDNS updater for Docker that keeps my DNS correct.

[–] Shimitar@downonthestreet.eu 3 points 1 year ago (2 children)

The ISP is blocking his ports too, it seems.

[–] _cryptagion@lemmy.dbzer0.com 2 points 1 year ago (1 children)

That’s an odd thing to see these days. I didn’t know ISPs still did that. I bet they offer a more expensive tier for businesses is why.

[–] Shimitar@downonthestreet.eu 2 points 1 year ago

In my country no ISP will offer you a real IP address anymore. Not on IPv4 at least. So doesn't matter if your ports are blocked or not, you are CG-NATted in any case.

[–] Darkassassin07@lemmy.ca 1 points 1 year ago* (last edited 1 year ago)

Should check which ports.

Mine blocks 80 inbound and 25 outbound, but everything else I've tried works. (so no default http, and no outbound email)

I only really want 443 for simplicity, everything else can be random ports.