• 0 Posts
  • 5 Comments
Joined 5 days ago
cake
Cake day: March 5th, 2025

help-circle




  • I’ll pitch in here… so website dns (porkbun) is configured to point to your home in, great!

    2 things need to happen.

    1. Your router needs to expose ports 80 and/or 443 for HTTP and HTTPS access. If you are only doing HTTPS then 80 isn’t really necessary. These ports need forwarded to a reverse proxy, such as NGINX or Apache.
    2. You need to have a reverse proxy setup that can translate the domain name that is being sent to a local IP address:port. You should be able to find some relatively simple/easy reverse proxy configuration generators online to help you get that setup. You’ll want to setup SSL certificates while you’re at this too. Look up “nginx certbot lets encrypt” and that should get you pointed in the right direction.

    Once those are done, in theory, you should be able to access your website outside of your home network using your domain name.