mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
hackmas2024: Add initial config
This commit is contained in:
parent
630649bf70
commit
24027e5f87
1 changed files with 47 additions and 0 deletions
47
configs/conferences/hackmas2024/config.json
Normal file
47
configs/conferences/hackmas2024/config.json
Normal file
|
@ -0,0 +1,47 @@
|
|||
{
|
||||
"$schema": "../../../docs/config-schema.json",
|
||||
"conference": {
|
||||
"title": "Hack ma's Castle 2024",
|
||||
"acronym": "hackmas2024",
|
||||
"organizer": "Chaos Computer Club Wien",
|
||||
"description": "Live streaming from the Hack ma's Castle 2024",
|
||||
"keywords": [
|
||||
"hackmas",
|
||||
"håckmas"
|
||||
],
|
||||
"start": "2024-08-29T10:00:00+02:00",
|
||||
"end": "2024-09-01T16:00:00+02:00",
|
||||
"streamingConfig": {
|
||||
"features": {
|
||||
"embed": true,
|
||||
"relive": false,
|
||||
"feedback": false,
|
||||
"chat": {
|
||||
"hashtag": "#håckmas",
|
||||
"matrix": {
|
||||
"display": "#hackmas:gemeinsam.jetzt",
|
||||
"url": "https://matrix.to/#/#hackmas:gemeinsam.jetzt"
|
||||
}
|
||||
},
|
||||
"social": {
|
||||
"hashtag": "#håckmas",
|
||||
"mastodon": true
|
||||
}
|
||||
},
|
||||
"schedule": {
|
||||
"url": "https://sessions.hack-mas.at/api/0/xml/schedule",
|
||||
"scale": 7
|
||||
},
|
||||
"html": {
|
||||
"footer": "by <a href=\"https://hack-mas.at\">Håck ma's Castle</a> & <a href=\"https://c3voc.de\">C3VOC</a>"
|
||||
}
|
||||
},
|
||||
"rooms": [
|
||||
{
|
||||
"name": "Lise Meitner",
|
||||
"slug": "lise-meitner",
|
||||
"streamId": "s4"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue