etherai / selfhosted-gateway

Self-hosted Docker native tunneling to localhost. Expose local docker containers to the public Internet via a simple docker compose interface.
https://fractalnetworks.co
GNU Affero General Public License v3.0
1.32k stars 66 forks source link

Forward all root domain level traffic #54

Open latetedemelon opened 4 months ago

latetedemelon commented 4 months ago

Running throught the instructions it appears that its possible to essentially tunnel all traffic for a single subdomain to a "backend" reverse proxy to handle the TLS/SSL encryption and forwarding on to an app.

Is it possible to forward the traffic for the entire domain this way? This would prevent the need to stand up a new seperate tunnel for each sub domain and the "backend" reverse proxy can sort our the traffic based on the subdomain forwarded.

Cheers

m3tc0n commented 3 months ago

I am also interested in this.