All Projects → taichunmin → Docker Serveo Server

taichunmin / Docker Serveo Server

Licence: mit
https://serveo.net is an alternative for ngrok. taichunmin/serveo-server can let you host your own serveo. And taichunmin/serveo can let you secure URL to your localhost server through any NAT or firewall in Docker.

Projects that are alternatives of or similar to Docker Serveo Server

docker-serveo
https://serveo.net is an alternative for ngrok. taichunmin/serveo can let you secure URL to your localhost server through any NAT or firewall in Docker. And taichunmin/serveo-server can let you host your own serveo.
Stars: ✭ 91 (+106.82%)
Mutual labels:  alpine, ngrok
Swarmlet
A self-hosted, open-source Platform as a Service that enables easy swarm deployments, load balancing, automatic SSL, metrics, analytics and more.
Stars: ✭ 373 (+747.73%)
Mutual labels:  self-hosted, docker-compose
docker4ruby
Docker-based Ruby stack (works for Rails)
Stars: ✭ 27 (-38.64%)
Mutual labels:  docker-compose, alpine
Self Hosted Docker Server Templates
Just some templates to get someone started with hosting various servers in Docker
Stars: ✭ 237 (+438.64%)
Mutual labels:  self-hosted, docker-compose
Docker4wordpress
Docker-based WordPress stack
Stars: ✭ 607 (+1279.55%)
Mutual labels:  alpine, docker-compose
Self Hosted Cookbook
A cookbook, for docker-compose based recipes, for self-hosted applications and services.
Stars: ✭ 244 (+454.55%)
Mutual labels:  self-hosted, docker-compose
Arcemu
World Of Warcraft 3.3.5a server package
Stars: ✭ 281 (+538.64%)
Mutual labels:  server, docker-compose
Inertia
✈️ Effortless, self-hosted continuous deployment for small teams and projects
Stars: ✭ 133 (+202.27%)
Mutual labels:  self-hosted, docker-compose
Uwsgi Nginx Docker
Docker image with uWSGI and Nginx for applications in Python 3.5 and above and Python 2.7 (as Flask) in a single container. Optionally with Alpine Linux.
Stars: ✭ 466 (+959.09%)
Mutual labels:  server, alpine
Gossa
🎶 a fast and simple multimedia fileserver
Stars: ✭ 390 (+786.36%)
Mutual labels:  self-hosted, server
Secure Wireguard Implementation
A guide on implementing a secure Wireguard server on OVH (or any other Debian VPS) with DNSCrypt, Port Knocking & an SSH-Honeypot
Stars: ✭ 200 (+354.55%)
Mutual labels:  self-hosted, server
Awesome Tunneling
List of ngrok alternatives and other ngrok-like tunneling software and services. Focus on self-hosting.
Stars: ✭ 946 (+2050%)
Mutual labels:  self-hosted, ngrok
Supysonic
Supysonic is a Python implementation of the Subsonic server API.
Stars: ✭ 187 (+325%)
Mutual labels:  self-hosted, server
Waveline Server
Simple self-hosted music streaming server
Stars: ✭ 248 (+463.64%)
Mutual labels:  self-hosted, server
Hrcloud2
A full-featured home hosted Cloud Drive, Personal Assistant, App Launcher, File Converter, Streamer, Share Tool & More!
Stars: ✭ 134 (+204.55%)
Mutual labels:  self-hosted, server
Host
Expose your LocalHost with this tool
Stars: ✭ 268 (+509.09%)
Mutual labels:  server, ngrok
Goodwork
Self hosted project management and collaboration tool powered by TALL stack
Stars: ✭ 1,730 (+3831.82%)
Mutual labels:  self-hosted, docker-compose
Laravel Parse
A Parse SDK bridge for Laravel 5
Stars: ✭ 116 (+163.64%)
Mutual labels:  self-hosted, server
Onpremise
Sentry, feature-complete and packaged up for low-volume deployments and proofs-of-concept
Stars: ✭ 4,558 (+10259.09%)
Mutual labels:  self-hosted, docker-compose
Hrscan2
A self-hosted drag-and-drop, nosql yet fully-featured file-scanning server.
Stars: ✭ 25 (-43.18%)
Mutual labels:  self-hosted, server

GitHub stars GitHub license Docker Stars Docker Pulls Docker Cloud Automated build Docker Cloud Build Status

docker for serveo.net server

https://serveo.net is an alternative for ngrok. taichunmin/serveo-server can let you host your own serveo. And taichunmin/serveo can let you secure URL to your localhost server through any NAT or firewall in Docker.

Set up credentials

You should provide a https credentials or generate one by Let's Encrypt.

Usage

  1. Copy the example file
    $ cp docker-compose.example.yml docker-compose.yml
    
  2. You should edit docker-compose.yml to change the domain argument.
  3. use docker-compose up -d to start container.
  4. you can use docker-compose logs to confirm the service start successfully.

Demo

$ git clone https://github.com/taichunmin/docker-serveo-server.git

$ cd docker-serveo-server

# You need to set up credentials first, please see dns-cloudflare/README.md

$ cp docker-compose.example.yml docker-compose.yml

$ nano docker-compose.yml # change domain

$ sudo docker-compose up -d

$ sudo docker-compose logs serveo
# Attaching to docker-serveo-server_serveo_1
# serveo_1  | 2019/03/16 13:11:42 Listening on :2222...

$ ssh -R test.example.com:443:localhost:80 example.com -p 2222 # on another computer
# Forwarding HTTP traffic from https://test.example.com
# Press g to start a GUI session and ctrl-c to quit.

LICENSE

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].