Does anyone here use a decent free plan for hosting Nextcloud online? Or is it really worth paying or selfhosting? Thanks :)

  • @randomTingler@lemmy.world
    link
    fedilink
    110 months ago

    Is there a guide to set up an oracle cloud that points to my home server?

    I guess I can set up multiple subdomains to access multiple services that are running on my homeserver with different ports.

    • @nutbutter@discuss.tchncs.de
      link
      fedilink
      210 months ago

      TLS termination is very simple, and I have been doing that for years, now, but I trust my VPS provider. This is what you need to do for that. Install WireGuard on your Oracle VPS and your home server, and create a simple tunnel. Then install Nginx Proxy Manager (NPM) on your VPS. So, when you set up different services on your home server, say Nextcloud on port 8080, Jellyfin on port 3096, etc, all you have to do is point your NPM to these ports and use your WireGuard IP. NPM will also be able to issue certificates with no problems at all.

      The concern with this is Oracle can (and probably will) sniff all the data that is going through. I have been trying to understand how to do the TLS pass through, but I have had no luck. Do share your experience if you do this.