All Projects → taichunmin → docker-serveo

taichunmin / docker-serveo

Licence: MIT license
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.

Programming Languages

Dockerfile
14818 projects

Projects that are alternatives of or similar to docker-serveo

Sish
HTTP(S)/WS(S)/TCP Tunnels to localhost using only SSH.
Stars: ✭ 2,087 (+2193.41%)
Mutual labels:  ngrok, serveo
Hiddeneye Legacy
Modern Phishing Tool With Advanced Functionality And Multiple Tunnelling Services [ Android-Support-Available ]
Stars: ✭ 2,568 (+2721.98%)
Mutual labels:  ngrok, serveo
Docker Serveo 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.
Stars: ✭ 44 (-51.65%)
Mutual labels:  alpine, ngrok
mysqlclient
the mysqlclient Docker image (based on python:3.8.5-alpine3.12) https://github.com/PyMySQL/mysqlclient-python
Stars: ✭ 20 (-78.02%)
Mutual labels:  alpine
youtube-dl-docker
Download with youtube-dl using command line arguments or a configuration file + Automated updates
Stars: ✭ 44 (-51.65%)
Mutual labels:  alpine
headless-chrome-alpine
A Docker container running headless Chrome
Stars: ✭ 26 (-71.43%)
Mutual labels:  alpine
shark
Best Tool For Phishing, Future Of Phishing
Stars: ✭ 238 (+161.54%)
Mutual labels:  ngrok
php-mssql-alpine
Docker image with Microsoft SQL Server Driver into php image alpine
Stars: ✭ 28 (-69.23%)
Mutual labels:  alpine
docker-alpine
Minimal Alpine with working init process
Stars: ✭ 21 (-76.92%)
Mutual labels:  alpine
docker-freescout
Dockerized Freescout Helpdesk
Stars: ✭ 92 (+1.1%)
Mutual labels:  alpine
varnish
Varnish docker container image
Stars: ✭ 55 (-39.56%)
Mutual labels:  alpine
docker-mongodb-backup
Docker MongoDB Backup Container based on Alpine w/S6 init, Zabbix Monitoring
Stars: ✭ 27 (-70.33%)
Mutual labels:  alpine
django-facebook-messenger-bot-tutorial
Code for my Tutorial on building a Facebook Messenger bot using Django/Python
Stars: ✭ 71 (-21.98%)
Mutual labels:  ngrok
docker-alpine-sshd
A lightweight OpenSSH Docker Image built atop Alpine Linux.
Stars: ✭ 108 (+18.68%)
Mutual labels:  alpine
Dockerfiles
These are Dockerfiles I've created for programs without official docker image.
Stars: ✭ 24 (-73.63%)
Mutual labels:  alpine
cicd-images
Images used internally for running continuous integration/delivery tasks
Stars: ✭ 19 (-79.12%)
Mutual labels:  alpine
php
Generic PHP docker container images
Stars: ✭ 121 (+32.97%)
Mutual labels:  alpine
docker-tinc
Docker Tinc VPN Mesh server w/S6 Overlay Init, Zabbix Monitoring, and distributed configuration updating based on Alpine
Stars: ✭ 35 (-61.54%)
Mutual labels:  alpine
docker-php-base
Docker Base Image with PHP 7.4
Stars: ✭ 29 (-68.13%)
Mutual labels:  alpine
alpine-xmrig
XMRig miner in an Alpine Linux Docker image.
Stars: ✭ 35 (-61.54%)
Mutual labels:  alpine

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

docker for serveo.net

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.

Usage

  1. write a docker-compose.yml file.
version: '2'

services:
  serveo:
    image: taichunmin/serveo:latest
    tty: true
    stdin_open: true
    # see https://serveo.net/ for more options
    command: >
      autossh -M 0
      -o ServerAliveInterval=60
      -o ServerAliveCountMax=3
      -o ExitOnForwardFailure=yes
      -o StrictHostKeyChecking=no
      -R 80:nginx:80
      serveo.net
  nginx:
    image: nginx:latest
  1. use docker-compose up -d to start container.

  2. you need to use docker-compose logs serveo to see your new URL.

Demo

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

$ sudo docker-compose up -d

$ sudo docker-compose logs serveo

Attaching to dockerserveo_serveo_1
serveo_1  | Warning: Permanently added 'serveo.net,195.201.91.242' (RSA) to the list of known hosts.
serveo_1  | Forwarding HTTP traffic from https://proinde.serveo.net
serveo_1  | 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].