The application is a simple Web application which provides a way to display a first URL within a iframe (full page), then after rotationDelay ms, display the next URL, etc... undefinitely.
It is very useful for monitoring screens when you need to display dashboards sequentially.
The application expects a config.json file like this:
{
"rotationDelay": 5000,
"urls": ["http://url-1", "http://url-2", "http://url-3"]
}
The file should be mounted under /usr/share/nginx/html/config.json in the container.
$ docker run -ti \ \
-p 8080:80 \
-v $(pwd)/examples/config.json:/usr/share/nginx/html/config.json \
julb/http-url-playlist:latest
A Helm chart is available to install this runtime.
This project is totally open source and contributors are welcome.
When you submit a PR, please ensure that the python code is well formatted and linted.
$ make install.dependencies
$ make format
$ make lint
Content type
Image
Digest
Size
51.3 MB
Last updated
over 5 years ago
docker pull julb/http-url-playlist