2024-05-25 14:24:37 +02:00
|
|
|
{
|
|
|
|
"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 }}",
|
2025-01-02 20:51:13 +01:00
|
|
|
"website": "{{ space.web }}"
|
2024-05-25 14:24:37 +02:00
|
|
|
}{% if not loop.last %},{% endif %}
|
|
|
|
{%- endfor %}
|
|
|
|
]
|
|
|
|
}
|