chaostreff.ch/static-src/spaceapi.json
s3lph 8d23141cf0
Some checks failed
/ build (push) Failing after 29s
/ upload (push) Failing after 48s
feat: add provisional spaceapi v15 hub endpoint
2024-05-25 14:24:37 +02:00

19 lines
512 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.website }}"
}{% if not loop.last %},{% endif %}
{%- endfor %}
]
}