Updated readme and added gitignore
parent
bf2ea9ce66
commit
3c9761b56d
|
|
@ -0,0 +1,3 @@
|
||||||
|
!.gitignore
|
||||||
|
logo.png
|
||||||
|
favicon.ico
|
||||||
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
This app will automatically rotate and refresh tabs based on the hostname of the ?hostname variable passed to the script.
|
This app will automatically rotate and refresh tabs based on the hostname of the ?hostname variable passed to the script.
|
||||||
|
|
||||||
|
It assumes that the www folder is accessible via http[s]://somehostname/screen/, the settings.json should be in the parent folder.
|
||||||
|
|
||||||
|
Place a logo.png within the www folder for it to be used on the loading screen...
|
||||||
|
|
||||||
The config Has the following:
|
The config Has the following:
|
||||||
|
|
||||||
* **defaults** - common defaults across all clients
|
* **defaults** - common defaults across all clients
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue