-
Notifications
You must be signed in to change notification settings - Fork 1
/
acffapi.json
140 lines (140 loc) · 3.53 KB
/
acffapi.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "Freifunk Aachen",
"url": "https://freifunk-aachen.de",
"metacommunity": "Freifunk Rheinland e.V.",
"location": {
"city": "Aachen",
"country": "DE",
"geoCode": {
"lat": 50.77635518995889,
"lon": 6.083861589431763
}
},
"contact": {
"email": "[email protected]",
"facebook": "https://de-de.facebook.com/freifunkaachen",
"twitter": "@ffaachen",
"webform": "https://freifunk-aachen.de/kontakt/",
"matrix": "https://matrix.to/#/#ffac:matrix"
},
"state": {
"nodes": 1809,
"description": "Die Community Aachen ist die Anlaufstelle für Freifunk in Aachen, der StädteRegion und Umgebung.",
"focus": [
"infrastructure/backbone",
"Public Free Wifi",
"Social Community Building",
"Local services and content",
"Free internet access"
],
"lastchange": "2023-10-04T23:30:00+02:00"
},
"feeds": [
{
"name": "Freifunk Aachen News",
"category": "blog",
"type": "RSS",
"url": "https://freifunk-aachen.de/feed/"
},
{
"name": "Freifunk Aachen Termine",
"category": "ics",
"type": "ics",
"url": "https://freifunk-aachen.de/?plugin=all-in-one-event-calendar&controller=ai1ec_exporter_controller&action=export_events&no_html=true"
}
],
"nodeMaps": [
{
"url": "https://map.aachen.freifunk.net/",
"interval": "1 minute",
"technicalType": "meshviewer",
"mapType": "geographical"
},
{
"url": "https://map.aachen.freifunk.net/nodelist/",
"interval": "1 minute",
"technicalType": "nodelist",
"mapType": "list/status"
}
],
"support": {
"club": {
"name": "Fördervereinigung für freie Netzwerke in der Region Aachen e.V. (F3N)",
"city": "Aachen",
"url": "https://freifunk-aachen.de/",
"email": "[email protected]"
},
"donations": {
"bankaccount": {
"IBAN": "DE16430609674044542600",
"BIC": "GENODEM1GLS"
},
"campaigns": [
{
"provider": "boost",
"projectid": "3318"
},
{
"provider": "betterplace",
"projectid": "33817"
}
]
}
},
"techDetails": {
"routing": [
"batman-adv"
],
"updatemode": [
"manual",
"autoupdate"
],
"legals": [
"vpnnational",
"institutions"
],
"networks": {
"ipv6": [
{
"network": "2a03:2260:114::/48"
}
],
"ipv4": [
{
"network": "10.5.0.0/16"
},
{
"network": "10.145.0.0/16"
}
]
},
"firmware": {
"name": "gluon",
"url": "https://images.aachen.freifunk.net/",
"docs": "https://github.com/ffac/site/blob/v2023.1.x/CHANGELOG.md",
"vpnaccess": "automatic"
}
},
"api": "0.5.2",
"privacy": {
"policyurl": "https://freifunk-aachen.de/impressum/"
},
"timeline": [],
"services": [
{
"serviceName": "Speedtest",
"serviceDescription": "Test Internet Speed",
"externalUri": "https://speed.freifunk-aachen.de/"
},
{
"serviceName": "Monitoring",
"serviceDescription": "Grafana for Node Stats",
"externalUri": "https://grafana.freifunk-aachen.de"
},
{
"serviceName": "Jitsi",
"serviceDescription": "Free Public Jitsi Server",
"externalUri": "https://meet.freifunk-aachen.de"
}
]
}