Sign inSign up

nibrev/nginx-iframe-proxy

By nibrev

Updated over 7 years ago

Image
0

3.7K

nibrev/nginx-iframe-proxy repository overview

docker-nginx-iframe-proxy

Preconfigured nginx image to proxy sites for iframe (Chromecast-Kiosk, DashKiosk and other stuff.

nginx build with

Run

docker run --name nginx -p 80:80 -d nibrev/nginx-iframe-proxy

For more configuring flexibility you can forward config from the host machine like this (edit config in your local fs, then restart container)

docker run --name nginx -p 80:80 -v nginx.conf:/etc/nginx/nginx.conf:ro -d nibrev/nginx-iframe-proxy

Usage

Make requests to http://127.0.0.1/r?uri=

<iframe src="http://127.0.0.1/r?uri=https://google.com" width="1500px" height="800px" frameborder="1" ></iframe>

Tag summary

Content type

Image

Digest

Size

156.8 MB

Last updated

over 7 years ago

docker pull nibrev/nginx-iframe-proxy