this post was submitted on 23 Nov 2023
3 points (80.0% liked)

Self-Hosted Main

589 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.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 2 years ago
MODERATORS
 

Im very new to self hosting and networking so please bear with me

Im hosting my website on my pc with my nodejs server and a noip domain name.

Problem is, Im using a AAAA noip domain name, because my isp only gave me a public ipv6, and a private ipv4, so the ipv4 address i linked to my domain is basically dead. All clients connecting only with ipv4 just get hung, while clients with ipv6 connect normally.

โ€‹

While trying to troubleshoot this, i came across some people having similar problems in this sub, and a common solution would be using nginx as a reverse proxy. But should the client still connect to pc via nginx before being routed to my site normally, how would that change anything, if nginx is running on my computer? How do i give ipv4 clients a way to receive my site with my ipv6 only server without paying for any services?

top 1 comments
sorted by: hot top controversial new old
[โ€“] elmicha@feddit.de 1 points 2 years ago

I'd guess that the reverse proxy would run on a cheap VPS with an IPv4, and connect to your home through a VPN like wireshark.