Replacing cloudflare with a VPS - My journey

This page summarizes the projects mentioned and recommended in the original post on /r/selfhosted

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • selfhosted-gateway

    Self-hosted Docker native tunneling to localhost. Expose local docker containers to the public Internet with a docker compose interface.

  • Second I tried https://github.com/fractalnetworksco/selfhosted-gateway. A good project, and was able to set everything up and got it running. But there's a fatal flaw - on restarts of containers or system the reconnection is not automatic and you have to redo the setup manually (setup is per container based), so this wasn't a viable option either.

  • boringproxy

    Simple tunneling reverse proxy with a fast web UI and auto HTTPS. Designed for self-hosters.

  • Finally, someone in the above project's Matrix room directed me towards boringproxy - https://github.com/boringproxy/boringproxy. This was the perfect solution. No lengthy config files, easy to use and automate. Setup took about an hour and now everything is back up and running. The only issue I've currently not been able to solve is one where the container seems to use a websocket, which keeps getting timed out (will investigate this further tomorrow).

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • frp

    A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.

  • I just did the same but with Caddy as webserver with automatic SSL certs and https://github.com/fatedier/frp for tunneling

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts