Minimalistic digital frame accessed via web.Fully managed remotely by git with optional Basic Authentication.
- Clone this project on your server.
git clone https://github.com/gbourant/slideshow.js
- Create .slideshow.conf on your home folder.
touch ~/.slideshow.conf
- Add these variables in the file you just created
IMAGE_REPO=https://github.com/gbourant/slideshow.js.git
DEPLOYMENT_DIR=~/.slideshow
Set IMAGE_REPO with a link of git repository (create one,if you haven't) where you will store your images. On DEPLOYMENT_DIR set the path of the web server folder.
- Run the update.sh script and enjoy
The digital frame is available on your domain name.
Create a git repository and push on it images.After that, run the update.sh script.
You must have enabled the Basic Authentication on your web server. Access the digital frame via different link which has the username and the password on the query parameters.
wwww.example.com/?username=demo&password=demo