forked from freifunk/meshviewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.example.json
75 lines (75 loc) · 3.4 KB
/
config.example.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
{
"dataPath": ["https://yanic.batman15.ffffm.net/"],
"siteName": "Freifunk Frankfurt",
"maxAge": 21,
"nodeZoom": 19,
"mapLayers": [
{
"name": "OpenStreetMap",
"url": "https://tiles.ffm.freifunk.net/{z}/{x}/{y}.png",
"config": {
"type": "osm",
"maxZoom": 19,
"attribution": "<a href='https://github.com/freifunk/meshviewer/issues' target='_blank'>Report Bug</a> | Map data © <a href\"http://openstreetmap.org\">OpenStreetMap</a> contributor"
}
}
],
"fixedCenter": [
[50.5099, 8.1393],
[49.9282, 9.3164]
],
"siteNames": [
{ "site": "ffffm_60431", "name": "60431 Frankfurt am Main" },
{ "site": "ffffm_default", "name": "Default" }
],
"domainNames": [
{ "site": "ffffm_60431", "name": "60431 Frankfurt am Main" },
{ "site": "ffffm_default", "name": "Default" }
],
"nodeInfos": [
{
"name": "Clientstatistik",
"href": "https://freifunk.fail/dashboard/db/nodes?var-name={NODE_CUSTOM}&from=now-7d&to=now",
"image": "https://freifunk.fail/render/dashboard-solo/db/node-details-for-map?panelId=7&var-id={NODE_ID}&from=now-7d&to=now&width=600&height=300&theme=light&_t={TIME}",
"title": "Knoten {NODE_ID} ({NODE_NAME})"
},
{
"name": "Traffic",
"href": "https://freifunk.fail/dashboard/db/nodes?var-name={NODE_CUSTOM}&from=now-7d&to=now",
"image": "https://freifunk.fail/render/dashboard-solo/db/node-details-for-map?panelId=1&var-id={NODE_ID}&from=now-7d&to=now&width=600&height=300&theme=light&_t={TIME}",
"title": "Knoten {NODE_ID} ({NODE_NAME})"
},
{
"name": "Uptime",
"href": "https://freifunk.fail/dashboard/db/nodes?var-name={NODE_CUSTOM}&from=now-7d&to=now",
"image": "https://freifunk.fail/render/dashboard-solo/db/node-details-for-map?panelId=5&var-id={NODE_ID}&from=now-7d&to=now&width=600&height=300&theme=light&_t={TIME}",
"title": "Knoten {NODE_ID} ({NODE_NAME})"
},
{
"name": "CPU Auslastung",
"href": "https://freifunk.fail/dashboard/db/nodes?var-name={NODE_CUSTOM}&from=now-7d&to=now",
"image": "https://freifunk.fail/render/dashboard-solo/db/node-details-for-map?panelId=2&var-id={NODE_ID}&from=now-7d&to=now&width=600&height=300&theme=light&_t={TIME}",
"title": "Knoten {NODE_ID} ({NODE_NAME})"
},
{
"name": "Neighbours",
"href": "https://freifunk.fail/dashboard/db/nodes?var-name={NODE_CUSTOM}&from=now-7d&to=now",
"image": "https://freifunk.fail/render/dashboard-solo/db/node-details-for-map?panelId=4&var-id={NODE_ID}&from=now-7d&to=now&width=600&height=300&theme=light&_t={TIME}",
"title": "Knoten {NODE_ID} ({NODE_NAME})"
}
],
"globalInfos": [
{
"name": "Wochenstatistik",
"href": "https://freifunk.fail/dashboard/db/deck?from=now-7d&to=now",
"image": "https://freifunk.fail/render/dashboard-solo/db/deck?&panelId=22&from=now-7d&to=now&width=600&height=300&theme=light&_t={TIME}",
"title": "Bild der Wochenstatistik"
}
],
"devicePictures": "https://map.aachen.freifunk.net/pictures-svg/{MODEL_NORMALIZED}.svg",
"devicePicturesSource": "<a href='https://github.com/freifunk/device-pictures'>https://github.com/freifunk/device-pictures</a>",
"devicePicturesLicense": "CC-BY-NC-SA 4.0",
"node_custom": "/[^a-z0-9\\-\\.]/ig",
"deprecation_text": "Hier kann ein eigener Text für die Deprecation Warning (inkl. HTML) stehen!",
"deprecation_enabled": true
}