https://github.com/reload/infoboard
A rotaterscript for our infoboards shown on the big screen tv on the wall
https://github.com/reload/infoboard
Last synced: 2 months ago
JSON representation
A rotaterscript for our infoboards shown on the big screen tv on the wall
- Host: GitHub
- URL: https://github.com/reload/infoboard
- Owner: reload
- Created: 2012-07-25T13:50:51.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2018-10-16T09:30:49.000Z (over 6 years ago)
- Last Synced: 2025-01-18T23:17:36.538Z (4 months ago)
- Language: JavaScript
- Size: 921 KB
- Stars: 1
- Watchers: 15
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
infoboard
=========A rotaterscript for our infoboards shown on the big screen tv on the
wall## File permissions
In order for the admin script to save the configuration, the web
server user needs write permission to the `config.yml` file.## Docker container
To persist the configuration across container restarts, mount in the
config.yml file:``` shell
docker run -v $PWD/config.yml:/srv/config.yml infoboard:latest
```