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: about 1 month 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 (about 14 years ago)
- Default Branch: master
- Last Pushed: 2025-08-18T12:00:17.000Z (12 months ago)
- Last Synced: 2025-08-18T13:24:57.755Z (12 months ago)
- Language: JavaScript
- Size: 934 KB
- Stars: 1
- Watchers: 14
- Forks: 1
- Open Issues: 1
-
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
```