Sign inSign up

julb/http-url-playlist

By julb

Updated over 5 years ago

Image
0

364

julb/http-url-playlist repository overview

docker-image-version docker-image-size docker-pulls

http-url-playlist

Description

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.

Starts the container

  • Run container as root:
$ docker run -ti \                   \
    -p 8080:80                              \
    -v $(pwd)/examples/config.json:/usr/share/nginx/html/config.json  \
    julb/http-url-playlist:latest

Helm chart

A Helm chart is available to install this runtime.

Contributing

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

Tag summary

Content type

Image

Digest

Size

51.3 MB

Last updated

over 5 years ago

docker pull julb/http-url-playlist