Skip to content

Preconfigured nginx image to proxy sites for iframe (Chromecast-Kiosk)

Notifications You must be signed in to change notification settings

rez0n/docker-nginx-iframe-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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>

About

Preconfigured nginx image to proxy sites for iframe (Chromecast-Kiosk)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published