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_template = {
|
||||||
"api": "0.13",
|
"api": "0.13",
|
||||||
"space": "Krautspace",
|
"space": "Krautspace – Hackspace Jena e.V.",
|
||||||
"url": "https://kraut.space",
|
"url": "https://kraut.space",
|
||||||
"logo": "https://status.krautspace.de/images/krautspace_pixelbanner.png",
|
"logo": "https://status.krautspace.de/images/krautspace_pixelbanner.png",
|
||||||
"location": {
|
"location": {
|
||||||
|
@ -368,12 +368,16 @@ def main():
|
||||||
"calendar": {
|
"calendar": {
|
||||||
"type": "ical",
|
"type": "ical",
|
||||||
"url": "https://cloud.kraut.space/remote.php/dav/public-calendars/2EkPGt3PF6WwYsA3?export"
|
"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": {
|
"contact": {
|
||||||
|
"email": "office@kraut.space",
|
||||||
"mastodon": "@krautspace@chaos.social",
|
"mastodon": "@krautspace@chaos.social",
|
||||||
"matrix": "#krautchan:matrix.kraut.space",
|
"matrix": "#krautchan:matrix.kraut.space"
|
||||||
"email": "office@krautspace.de"
|
|
||||||
},
|
},
|
||||||
"issue_report_channels": [
|
"issue_report_channels": [
|
||||||
"matrix",
|
"matrix",
|
||||||
|
|
Loading…
Reference in a new issue