Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kroshilin/pagekite-docker
Awesome tool from http://pagekite.net, wrapped in Docker image, for convenience. Setup your own localtunnel- or a ngrok- like server with one command.
https://github.com/kroshilin/pagekite-docker
Last synced: 5 days ago
JSON representation
Awesome tool from http://pagekite.net, wrapped in Docker image, for convenience. Setup your own localtunnel- or a ngrok- like server with one command.
- Host: GitHub
- URL: https://github.com/kroshilin/pagekite-docker
- Owner: kroshilin
- Created: 2020-04-26T09:29:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-12T11:43:13.000Z (over 4 years ago)
- Last Synced: 2024-07-14T17:46:20.255Z (4 months ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - kroshilin/pagekite-docker - Awesome tool from http://pagekite.net, wrapped in Docker image, for convenience. Setup your own localtunnel- or a ngrok- like server with one command. (others)
README
# Pagekite in docker
Awesome tool from http://pagekite.net, wrapped in Docker image, for convenience.
Setup your own localtunnel- or a ngrok- like server with one command.## How to run server (front-end in terms of pagekite)
`docker run --network host --restart always --name pagekite kroshilin/pagekite sh -c "/pagekite --isfrontend --ports=80,443 --protos=http,https --domain=http,https:*.yourdomain.com:yoursecret"`## How to run client (back-end in terms of pagekite)
`docker run --rm --network host kroshilin/pagekite sh -c "/pagekite --frontend=yourdomain.com:80 --service_on=http:yoursubdomain.yourdomain.com:localhost:80:yoursecret"`