forked from freifunkMUC/site-ffm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.conf
147 lines (136 loc) · 4.81 KB
/
site.conf
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
141
142
143
144
145
146
147
{
hostname_prefix = 'ffmuc-',
site_name = 'Freifunk München',
site_code = 'ffmuc',
default_domain = 'ffmuc_welt',
opkg = {
extra = {
gluon = 'http://firmware.ffmuc.net/%GR/packages/gluon-%GS-%GR/%S',
},
},
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3',
ntp_servers = { 'ntp.ext.ffmuc.net' },
mesh_on_wan = false,
regdom = 'DE',
wifi24 = {
channel = 6,
mesh = {
mcast_rate = 12000,
},
},
wifi5 = {
channel = 44,
mesh = {
mcast_rate = 12000,
},
},
mesh = {
batman_adv = {
routing_algo = 'BATMAN_V',
},
},
radv_filterd = {
threshold = 1000,
},
mesh_vpn = {
bandwidth_limit = {
enabled = false,
egress = 1500,
ingress = 12000,
},
},
autoupdater = {
enabled = 1,
branch = 'experimental',
branches = {
wireguard = {
name = 'wireguard',
mirrors = {
'http://firmware.ffmuc.net/wireguard/sysupgrade',
'http://5.1.66.255/wireguard/sysupgrade',
'http://185.150.99.255/wireguard/sysupgrade',
'http://[2001:678:e68:f000::]/wireguard/sysupgrade',
'http://[2001:678:ed0:f000::]/wireguard/sysupgrade',
},
good_signatures = 1,
pubkeys = {
'6dcfc670a4150e16962c1852066669d9b337f168d0f6a863ed930968c2f047eb', -- awlnx
'dc44c9810a0470b2de63990128dbae392a836f4385d23e57eb72880ea8fbcf16', -- django
'5700c7a266d80aa1c6c33f29835a7b200bdd500e88ee86c0a63e24a0023364f6', -- krombel
'216a34d34a15688e127d8d90e6c57587aa8c682b0648322f68338487657fd5ff', -- lukesix
'2a74ed02120a7d48bb2dc9be988b3480ed99844054b3d7f3e5d3df27d19d814b', -- ole
'56c4201f6ce2994678b0142e19099dd28d6ed17775d35ca9a7f12d9235890ffc', -- chris
},
},
stable = {
name = 'stable',
mirrors = {
'http://firmware.ffmuc.net/stable/sysupgrade',
'http://5.1.66.255/stable/sysupgrade',
'http://185.150.99.255/stable/sysupgrade',
'http://[2001:678:e68:f000::]/stable/sysupgrade',
'http://[2001:678:ed0:f000::]/stable/sysupgrade',
},
good_signatures = 3,
pubkeys = {
'6dcfc670a4150e16962c1852066669d9b337f168d0f6a863ed930968c2f047eb', -- awlnx
'dc44c9810a0470b2de63990128dbae392a836f4385d23e57eb72880ea8fbcf16', -- django
'5700c7a266d80aa1c6c33f29835a7b200bdd500e88ee86c0a63e24a0023364f6', -- krombel
'216a34d34a15688e127d8d90e6c57587aa8c682b0648322f68338487657fd5ff', -- lukesix
'2a74ed02120a7d48bb2dc9be988b3480ed99844054b3d7f3e5d3df27d19d814b', -- ole
'56c4201f6ce2994678b0142e19099dd28d6ed17775d35ca9a7f12d9235890ffc', -- chris
},
},
testing = {
name = 'testing',
mirrors = {
'http://firmware.ffmuc.net/testing/sysupgrade',
'http://5.1.66.255/testing/sysupgrade',
'http://185.150.99.255/testing/sysupgrade',
'http://[2001:678:e68:f000::]/testing/sysupgrade',
'http://[2001:678:ed0:f000::]/testing/sysupgrade',
},
good_signatures = 2,
pubkeys = {
'6dcfc670a4150e16962c1852066669d9b337f168d0f6a863ed930968c2f047eb', -- awlnx
'dc44c9810a0470b2de63990128dbae392a836f4385d23e57eb72880ea8fbcf16', -- django
'5700c7a266d80aa1c6c33f29835a7b200bdd500e88ee86c0a63e24a0023364f6', -- krombel
'216a34d34a15688e127d8d90e6c57587aa8c682b0648322f68338487657fd5ff', -- lukesix
'2a74ed02120a7d48bb2dc9be988b3480ed99844054b3d7f3e5d3df27d19d814b', -- ole
'56c4201f6ce2994678b0142e19099dd28d6ed17775d35ca9a7f12d9235890ffc', -- chris
},
},
experimental = {
name = 'experimental',
mirrors = {
'http://firmware.ffmuc.net/experimental/sysupgrade',
'http://5.1.66.255/experimental/sysupgrade',
'http://185.150.99.255/experimental/sysupgrade',
'http://[2001:678:e68:f000::]/experimental/sysupgrade',
'http://[2001:678:ed0:f000::]/experimental/sysupgrade',
},
good_signatures = 1,
pubkeys = {
'6dcfc670a4150e16962c1852066669d9b337f168d0f6a863ed930968c2f047eb', -- awlnx
'dc44c9810a0470b2de63990128dbae392a836f4385d23e57eb72880ea8fbcf16', -- django
'5700c7a266d80aa1c6c33f29835a7b200bdd500e88ee86c0a63e24a0023364f6', -- krombel
'216a34d34a15688e127d8d90e6c57587aa8c682b0648322f68338487657fd5ff', -- lukesix
'2a74ed02120a7d48bb2dc9be988b3480ed99844054b3d7f3e5d3df27d19d814b', -- ole
'56c4201f6ce2994678b0142e19099dd28d6ed17775d35ca9a7f12d9235890ffc', -- chris
},
},
},
},
config_mode = {
geo_location = {
osm = {
center = {
lat = 48.1386,
lon = 11.5902,
},
zoom = 12,
},
},
},
}
-- vim: set ft=lua:ts=2:sw=2:et