chaostreff.ch/static-src/spaceapi.json
s3lph f2a77ec1b6
Some checks failed
/ build (push) Failing after 38s
/ upload (push) Failing after 50s
fix: spaceapi v15 compliance
2025-01-02 20:51:13 +01:00

19 lines
508 B
JSON

{
"api_compatibility": ["15"],
"space": "chaostreff.ch",
"logo": "https://ccc-ch.ch/images/ccc-ch.png",
"url": "https://chaostreff.ch",
"contact": {
"irc": "ircs://irc.chaostreff.ch/#ccc",
"ml": "swiss-chaos@chaostreff.ch",
"issue_mail": "infra@ccc-basel.ch"
},
"linked_spaces": [
{%- for space in hackerspaces | selectattr('spaceapi') %}
{
"endpoint": "{{ space.spaceapi }}",
"website": "{{ space.web }}"
}{% if not loop.last %},{% endif %}
{%- endfor %}
]
}