Skip to content

Digital Frame in browser with optional Basic Authentication

License

Notifications You must be signed in to change notification settings

gbourant/slideshow.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slideshow.js

Minimalistic digital frame accessed via web.Fully managed remotely by git with optional Basic Authentication.

Getting Started

  1. Clone this project on your server.
git clone https://github.com/gbourant/slideshow.js
  1. Create .slideshow.conf on your home folder.
touch ~/.slideshow.conf
  1. 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.

  1. Run the update.sh script and enjoy

The digital frame is available on your domain name.

Add images

Create a git repository and push on it images.After that, run the update.sh script.

Enable Basic Authentication

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

About

Digital Frame in browser with optional Basic Authentication

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published