Fork me on GitHub

Instashow

Web application designed to show instagram images on projector.

Dockerfile

mkdir instashow && cd instashow
wget https://github.com/hivesolutions/instashow/raw/master/Dockerfile
docker build --no-cache -t self/instashow .
cd .. && rm -rf instashow

docker run --name instashow -p 0.0.0.0:8080:8080 -i -t self/instashow

Configuration

NameTypeDescription
TITLEstrTop title for the slideshow presentation (eg: My photos).
SUB_TITLEstrThe lower text value that will be present in slideshow.
BASE_URLstrThe base URL/URI for the API callbacks (eg: http://instashow.bemisc.com/).
INSTAGRAM_IDstrIdentifier of the Instagram API client.
INSTAGRAM_SECRETstrSecret key for the API Client (should not be shared).
INSTAGRAM_REDIRECT_URLstrThe full URI for the redirection after OAuth completed.