-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.json
99 lines (99 loc) · 2.76 KB
/
template.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
{
"name": "Freifunk Erfurt",
"url": "https://erfurt.freifunk.net",
"techDetails": {
"updatemode": [
"autoupdate"
],
"firmware": {
"url": "http://firmware.erfurt.freifunk.net",
"docs": "https://technikkultur-erfurt.de/freifunk:firmware:start",
"name": "Gluon",
"vpnaccess": "mail"
},
"legals": [
"vpnnational",
"vpninternational",
"institutions"
],
"networks": {
"ipv4": [
{
"network": "10.99.0.0/16"
}
]
},
"routing": [
"batman-adv"
]
},
"support": {
"club": {
"city": "Erfurt",
"name": "Verein zur F\u00F6rderung von Technikkultur in Erfurt e.V.",
"zip": "99085",
"url": "https://technikultur-erfurt.de",
"street": "Liebknechtstra\u00DFe 8",
"email": "[email protected]"
},
"donations": {
"bankaccount": {
"usage": "Spende Freifunk",
"IBAN": "DE67830654080004795199",
"BIC": "GENODEF1SLR"
}
}
},
"contact": {
"ml": "[email protected]",
"twitter": "@FreifunkErfurt",
"irc": "irc://irc.hackint.org/#ffef",
"facebook": "https://www.facebook.com/pages/Freifunk-Erfurt/198276036854347?ref=hl",
"email": "[email protected]"
},
"state": {
"nodes": 0,
"lastchange": "2020-12-31T00:00:00Z",
"focus": [
"infrastructure/backbone",
"Public Free Wifi",
"Social Community Building",
"Free internet access"
]
},
"api": "0.4.14",
"location": {
"lat": 50.9828,
"city": "Erfurt",
"country": "DE",
"lon": 11.0394,
"address": {
"Street": "Liebknechtstra\u00dfe 8",
"Name": "Bytespeicher",
"Zipcode": "99085"
}
},
"services": [],
"nodeMaps": [
{
"url": "https://map.erfurt.freifunk.net",
"interval": "60",
"technicalType": "meshviewer",
"mapType": "list/status"
}
],
"feeds": [
{
"category": "ics",
"url": "https://www.google.com/calendar/ical/rf5q98fcbko91vf886mnn72g6s%40group.calendar.google.com/public/basic.ics",
"type": "ics",
"name": "Kalender"
},
{
"category": "blog",
"url": "https://erfurt.freifunk.net/feed/",
"type": "rss",
"name": "Blog"
}
]
}