The more I am selfhosting the more ports I do open to my reverse proxy.

I also have a VPN (wireguard) but there are also 3 family members that want to access some services.

Open ports are much easier to handle for them.

How many users do you have and how many ports are open?

My case: 4 users (family)/ 8 reversed proxy ports

How many users and open ports have you?

  • @freddo@feddit.nu
    link
    fedilink
    English
    2
    edit-2
    2 years ago

    Depending on the services you provide, the usual standard ports. So if you run http/https services, port 80 and 443 respectively.

    You seem to answer your own question.

  • Bezerker03
    link
    fedilink
    English
    12 years ago

    I have two nginx ingress running on my cluster. One of private one public. Public one is what’s exposed on 80 and 443 to the net.

    The private is only available via VPN or lan. The public is for services I want internet exposed.

    My family have a VPN network set up to my lan on their router and have access to most services but the public stuff is for the internet friends

  • @funk@lemmy.ca
    link
    fedilink
    English
    72 years ago

    I’ve got a reverse proxy for stuff I want to be able to hit from the outside. It’s behind an SSO portal with 2fa (hardware token). Then for everything else I VPN in.

  • @Ungoliantsspawn@lemmy.world
    link
    fedilink
    English
    162 years ago

    May I ask what do you guys have exposed to the internet?

    I personally just have a wireguard VPN (single UDP port open) and everything is accessible through an internal reverse proxy. I just never felt the need to expose nothing ant least not web related.

    • elia169
      link
      fedilink
      12 years ago

      KitchenOwl, and a Matrix server and Element web interface.

    • @einsteinx2@programming.dev
      link
      fedilink
      English
      12 years ago

      That’s exactly how I have my setup, and on my client WireGuard configs I have it set to split route so I can connect to my home VPN without disrupting anything else.

    • @sizzling@lemmy.world
      link
      fedilink
      English
      42 years ago

      I have Jellyfin and Jellyseerr open through cloudflare -> nginx over port 443 so i can share it with friends. Eventually I’ll do the same with NextCloud probably.

      • @peregus@lemmy.world
        link
        fedilink
        English
        32 years ago

        Video streaming is against Cloudflare policies, aren’t you worried that they’ll may block your account?

        • @sizzling@lemmy.world
          link
          fedilink
          English
          12 years ago

          Hmm I thought if I set it up to not cache data it would be fine, but it turns out that was outdated data. I don’t see an option for paying for it unless I host media specifically on their servers which I won’t be doing.

          I doubt I’ll be using a significant amount of data but if they give me a warning I’ll have to turn off the tunnel I suppose. Thanks for the question!

    • @CumBroth@discuss.tchncs.de
      link
      fedilink
      English
      92 years ago

      One thing I need to publicly expose is my own instance of Mealie. It’s a recipe manager that supports multiple users. I share it with family and friends, but also with more distant acquaintances. I don’t want to have to provide and manage access to my network for each and every one of them.

      • @grue@lemmy.world
        link
        fedilink
        English
        12 years ago

        What made you pick Mealie over other stuff like Nextcloud Cookbook or Grocy or whatnot?

        • @CumBroth@discuss.tchncs.de
          link
          fedilink
          English
          22 years ago

          I’ve never heard of NextCloud Cookbook before. Looking at its Github page, it says it’s “mostly for testers” and is unstable, so no point in even considering it for regular use at this point in time. Besides, I’m assuming you’d need to have your own instance of Nextcloud up and running to use it; I don’t use Nextcloud.

          As for Grocy and other more mature alternatives (Tandoori also comes to mind), I think I initially went with Mealie because it had the most pleasant UI out of all of them. I liked it and found that it satisfied all of my requirements, so I just kept using it.

    • @Reborn2966@feddit.it
      link
      fedilink
      English
      1
      edit-2
      2 years ago

      a lot of stuff:

      • owncloud
      • paperless
      • immich
      • jellyfin
      • jellyseerr
      • traefik

      than i have stuff only accessible from local, like the *arr stack.

      i’m not using cloudflare or anything, should I?

      the only exposed ports i have are http / https and a random port for ssh.

      i also don’t use any sso… maybe i should set one up.

    • @keyez@lemmy.world
      link
      fedilink
      English
      12 years ago

      I expose self-hosted bitwarden for my family to access through cloudflared tunnels and only allowing US IP via cloudlfare rules. Only the webUI is exposed and traffic has to go through cloudflare and nginx to be able to do anything.

  • @JDubbleu@programming.dev
    link
    fedilink
    English
    12 years ago

    I never open any ports to the open Internet other than the two my friend client uses.

    For remote access I use a P2P VPN called ZeroTier leaving it always running on the Pi, and switching it on for the remote device when needed. It’s free for up to like 50 users and is very powerful, but dead simple.

  • @pontata@lemmy.world
    link
    fedilink
    English
    12 years ago

    Never open ports to the internet unless you want everybody to see it. Always use VPN to access your selfhosted stuff. If you’ve got a lot of VPN connections to set up, try generating a QR code for the connection. Makes it a bit faster to setup the client.

    • @grue@lemmy.world
      link
      fedilink
      English
      22 years ago

      Do you even need a reverse proxy if you’re using Tailscale? What advantage does it give you over setting up your DHCP correctly such that you can access your services by hostname?

      • @ShinNoodleBlackCup@lemmy.ml
        link
        fedilink
        English
        12 years ago

        Because I have my own custom domain internally and don’t use tailscale while on I’m on my network physically. But I get the best of both worlds, however I do have Tailscale setup with DNsMasq to set to my domain name anyway instead of using the Tailscale domain

  • eratic
    link
    fedilink
    English
    52 years ago

    A reverse proxy isn’t a substitute for a VPN for access outside your network. And it isn’t any less secure; you only need to open 1 port however all of your services will be accessible via that single port which is arguably less secure.

    • MaggiWuerze
      link
      fedilink
      English
      12 years ago

      Everything that is managed by that RP, yes. One should obviously be careful when selecting what to expose.

  • 𝓢𝓮𝓮𝓙𝓪𝔂𝓔𝓶𝓶
    link
    fedilink
    English
    72 years ago

    Probably the usual. 80/443, wireguard, a couple game servers.

    For those of you who staunchly put your open ports on a VPS and wireguard tunnel it back to your home server, are you firewalling that wg connection to only allow specific traffic?

    • @InvertedParallax@lemm.ee
      link
      fedilink
      English
      22 years ago

      I used to, but less so now, I get that weakens the separation.

      Mostly the vps is hardened to f and that’s my defense but I agree it’s a bad one.

  • @oendha@jlai.lu
    link
    fedilink
    English
    32 years ago

    Currently I expose port 22 for SSH, 443 for Nginx and a couple extra for Syncthing (to mirror my media files between a Hetzner Storage Box and my NAS at home).
    There’s a specific setup I tried to build once but didn’t manage:

    • Expose only Wireguard port from my VPS
    • make it so that when (and only when) a device is connected to the VPS via Wireguard, then mydomain.xyz will target the VPS’ IP (and therefore hit my Nginx proxy which redirects to my various services at myservices.mydomain.xyz.

    I tried by having a Adguard Home running on that same VPS, and setting its IP as the DNS in the wg0.conf that goes on the client device but it didn’t work.

  • Ádám
    link
    fedilink
    English
    22 years ago

    I use a self-hosted vpn, because I don’t want to expose anything to the internet. The ones I do want to, I haven’t set up yet since it would require reinstalling my pi. But I do have a reverse proxy set up on a vps that I will use once I get around to doing it.

  • @brygphilomena@lemmy.world
    link
    fedilink
    English
    122 years ago

    Both. Some things are only resolvable internally or over wireguard. Some things are publicly accessible via a reverse proxy.

    Overseerr, bitwarden, plex all have ports open or through the reverse proxy. Same with email and a few other services. All the *arrs are accessible only on my network or over VPN.

      • @brygphilomena@lemmy.world
        link
        fedilink
        English
        32 years ago

        Because no one needs access externally. Overseerr is public facing and passes the requests to the arrs.

        It’s not about secure access, it’s that no one outside my house, me included, really needs access to them at all.