docker-volume-borg-backup/docker-ngrok
Baptiste Bouchereau d11415a935 Add the links to detailed tutorials 2019-09-03 14:57:25 +02:00
..
server First tutorials 2019-07-09 16:27:13 +02:00
README.md Add the links to detailed tutorials 2019-09-03 14:57:25 +02:00

README.md

Run your own ngrok with docker

Detailed tutorial here.

Usage

On your server

Create and copy the content of the files from the server directory somewhere on your server.

Edit the password line 5 of Dockerfile_sshd.

Run

docker-compose up

On your client

Have a local application running. You can run the following to get running quickly:

docker run --rm -p 8888:80 rothgar/microbot:v1

Then run:

ssh -N -R 0.0.0.0:3333:localhost:8888 root@your.server.net -p 2222

Update the ports if needed as well as the server IP / domain name.

Type the password. That's it, browse http://your.server.net:8082