forked from Krautspace/doorstatus
Fix status/api template: new email address and wiki blog feed
This commit is contained in:
parent
e32c39bb07
commit
4f723d5751
1 changed files with 7 additions and 3 deletions
|
@ -348,7 +348,7 @@ def main():
|
|||
|
||||
api_template = {
|
||||
"api": "0.13",
|
||||
"space": "Krautspace",
|
||||
"space": "Krautspace – Hackspace Jena e.V.",
|
||||
"url": "https://kraut.space",
|
||||
"logo": "https://status.krautspace.de/images/krautspace_pixelbanner.png",
|
||||
"location": {
|
||||
|
@ -368,12 +368,16 @@ def main():
|
|||
"calendar": {
|
||||
"type": "ical",
|
||||
"url": "https://cloud.kraut.space/remote.php/dav/public-calendars/2EkPGt3PF6WwYsA3?export"
|
||||
},
|
||||
"blog": {
|
||||
"type": "rss",
|
||||
"url": "https://wiki.kraut.space/feed.php?mode=list&ns=blog:content"
|
||||
}
|
||||
},
|
||||
"contact": {
|
||||
"email": "office@kraut.space",
|
||||
"mastodon": "@krautspace@chaos.social",
|
||||
"matrix": "#krautchan:matrix.kraut.space",
|
||||
"email": "office@krautspace.de"
|
||||
"matrix": "#krautchan:matrix.kraut.space"
|
||||
},
|
||||
"issue_report_channels": [
|
||||
"matrix",
|
||||
|
|
Loading…
Reference in a new issue