Skip to content

nginx container used as the localtunnel load balancer

Notifications You must be signed in to change notification settings

sshyran/Localtunnel-nginx-load-balancer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nginx for localtunnel

Simple nginx config w/ssl for localtunnel. Certificate and key must be provided (obviously).

Your certificate and key must be called server.crt and server.key and will be volume mounted into the container at runtime.

There is nothing really special here that you couldn't do with your own nginx or other load balancers. This repo is provided as a reference for those wanting to run their own localtunnel servers.

docker run -d \
    --name localtunnel-nginx \
    --restart always \
    --net host \
    -v $HOME/ssl:/etc/nginx/ssl/ \
    defunctzombie/localtunnel-nginx:latest

Local Testing

docker build -t localtunnel-nginx .
docker run \
    --restart always \
    -p 443:443 -p 80:80 \
    -v ./ssl:/etc/nginx/ssl/ \
    localtunnel-nginx

About

nginx container used as the localtunnel load balancer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nginx 100.0%
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy