Skip to content

Expose webservices behind firewalls with public URL using serveo

Notifications You must be signed in to change notification settings

kramergroup/serveo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Serveo forwarding container

This container provides a simple ssh port-forwarding pipe for exposing web services behind a firewall to the internet using Serveo.

Configuration

The container provides three environment variables for configuration

Name Default Description
PUBLIC_DOMAIN - Use this to "suggest" a public subdomain (optional)
TARGET_HOST localhost The DNS name or IP address of the target service
TARGET_PORT 80 The port of the target web service

These can also be overwritten on the command-line:

docker run kramergroup/serveo <target-servername> <target-port> <public-subdomain>

About

Expose webservices behind firewalls with public URL using serveo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published