diff --git a/include/chch.json.template b/include/chch.json.template index 7230e48..cecf303 100644 --- a/include/chch.json.template +++ b/include/chch.json.template @@ -1,26 +1,26 @@ { "api": "0.13", + "api_compatibility": [ + "0.13", + "14" + ], "space": "Chaostreff Chemnitz", "logo": "http://chaoschemnitz.de/chch_logo.png", "url": "https://chaoschemnitz.de", "location": { "address": "Augustusburger Str. 102, 09126 Chemnitz, Germany", "lon": 12.939537, - "lat": 50.830659 + "lat": 50.830659, + "timezone": "Europe/Berlin" }, "contact": { "ml": "kontakt@chaoschemnitz.de", "phone": "+49 37 1337 18088", - "irc": "irc://irc.hackint.eu/#ChaosChemnitz", - "facebook": "https://www.facebook.com/ChaosChemnitz", + "mastodon": "@chch@chaos.social", + "matrix": "#ChCh:matrix.org", "twitter": "@ChaosChemnitz", "issue_mail": "florz@florz.net" }, - "issue_report_channels": [ - "ml", - "issue_mail" - ], - "open": %%STATUS%%, "state": { "open": %%STATUS%%, "lastchange": %%LASTCHANGE%%, @@ -36,5 +36,14 @@ "url": "http://chaoschemnitz.de/chch.ical" } }, + "projects": [ + "https://git.chch.it/", + "https://chaoschemnitz.de/Junghackertag", + "https://chaoschemnitz.de/Computertruhe" + ], + "spacefed": { + "spacenet": false, + "spacesaml": false + }, "ext_ccc": "chaostreff" }