this post was submitted on 18 Nov 2025
194 points (99.5% liked)

Technology

40731 readers
310 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 3 years ago
MODERATORS
 

https://www.cloudflarestatus.com/

Many websites are down, so much for decentralised internet.

you are viewing a single comment's thread
view the rest of the comments
[–] yxp@lemmy.radio 9 points 2 days ago* (last edited 2 days ago) (8 children)

I'm willing to move away from cloudflare if only I can expose servers without a global IP and needing to open port on the router side. Do anybody know how to do this?

Or maybe I should move to somewhere I can setup port-forwarding?

[–] qjkxbmwvz@startrek.website 7 points 2 days ago (4 children)

VPS+VPN, this is what I do.

VPS has public IP and runs WireGuard "server"* and a reverse proxy (and fail2ban...). Reverse proxy points to my home computer over the WireGuard link. No open ports on my home router.

For private facing/LAN-only services I just don't have an entry in the VPS reverse proxy. DNS on the router points everything to my local server, so if at home I access everything directly. To access internal services remotely requires VPN (i.e., WireGuard to the VPS).

Works well; I have a tiny free tier VPS but even so, no complaints.

*Yes I know there are no wg clients or servers, only peers, but it plays a server-likr role.

[–] yxp@lemmy.radio 3 points 2 days ago (1 children)

I've been thinking about this setup but it depends on external server after all...

[–] qjkxbmwvz@startrek.website 2 points 2 days ago (1 children)

Yes, but you can run multiple VPS, from different providers, simultaneously.

What I like is that while it does depend on an external provider, it doesn't depend on a specific external provider. Any VPS with a public IPv4 would work.

[–] yxp@lemmy.radio 2 points 2 days ago (1 children)

I wish I could afford multiple VPS

[–] qjkxbmwvz@startrek.website 1 points 2 days ago

If you search around you might find free ones. Oracle has/had a free tier (though it's Oracle, so...).

load more comments (2 replies)
load more comments (5 replies)