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

Access server SSH #27

Closed rfenouil closed 1 year ago

rfenouil commented 1 year ago

Hello and thank you for the great repository.

I am in the process of configuring a gateway for accessing my local server behind a cgnat. From what I understand, I need to create a new docker-compose file for each of my existing containers (effectively replacing it), is it correct ?

One use-case would be to access this server with ssh, but I can't figure how to set this up as it is not a docker/container thing. Is it a possible scenario ?

Thank you for your help.

rfenouil commented 1 year ago

I actually created SSH tunnels, which is probably more adapted for simple ssh connections.