Forked from
FS Info TU Dortmund / Infoscreen / Infoscreen
50 commits behind the upstream repository.
-
Niklas Schrötler authoredNiklas Schrötler authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README.md 1.28 KiB
Infoscreen
This is a rewrite of the Infoscreen. It aims to make it less bad.
Quality
To ensure code quality, this repo is automatically evaluated by a SonarQube instance.
Test
This Website can be run locally for testing purposes with python3 -m http.server
or any other HTTP Server
Adding Ads
If you wish to add an ad to the infoscreen simply place an image in panels/werbung/img
and change the down
section in config/layouts/default.json
to something like this
"down": {
"type": "cycler",
"duration": 5,
"panels": [
{
"type": "panel",
"name": "mensaPlan"
},{
"type": "panel",
"name": "werbung",
"config": {
"files": [
{
"filename": "IMAGENAME.png",
"startdate": "NEVER",
"enddate": "NEVER"
}
]
}
}
]
}
start- and enddate should just be NEVER to activate this immediately