-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.conf
562 lines (485 loc) · 18.8 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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
-- This is an example site configuration for Gluon v2021.1.1
--
-- Take a look at the documentation located at
-- https://gluon.readthedocs.io/ for details.
--
-- This configuration will not work as is. You're required to make
-- community specific changes to it!
{
-- Used for generated hostnames, e.g. freifunk-abcdef123456. (optional)
hostname_prefix = 'gluon-',
-- Name of the community.
site_name = 'Funkfeuer Graz',
-- Shorthand of the community.
site_code = 'ffgraz',
-- 32 bytes of random data, encoded in hexadecimal
-- This data must be unique among all sites and domains!
-- Can be generated using: echo $(hexdump -v -n 32 -e '1/1 "%02x"' </dev/urandom)
domain_seed = 'b078cc105bbd0fc96fee1253c7e3246dd759003c2eb10e9893d8dffe3928b13d',
-- Prefixes used within the mesh.
-- prefix6 is required, prefix4 can be omitted if next_node.ip4
-- is not set.
prefix4 = '10.12.244.0/22',
prefix6 = '2001:470:508d:244::/64',
node_prefix4 = '10.12.23.0/16',
node_prefix4_range = 24, -- range of node_prefix4 that should be randomized
node_prefix4_temporary = true,
node_prefix6 = '2001:470:508d:23::/64',
node_prefix6_range = 64, -- range of tmpIp6 that should be randomized
node_prefix6_temporary = true,
next_node = {
name = { 'knoten.graz.funkfeuer.at', 'knoten.ffgraz.net', 'nextnode', 'knoten', 'nn' },
ip4 = '10.12.244.1',
ip6 = 'fd::1',
},
-- Timezone of your community. TODO
-- See https://openwrt.org/docs/guide-user/base-system/system_configuration#time_zones
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3',
-- List of NTP servers in your community.
-- Must be reachable using IPv6!
ntp_servers = {
'ntp.graz.funkfeuer.at',
'0.pool.ntp.org',
'1.pool.ntp.org',
'2.pool.ntp.org',
'3.pool.ntp.org',
},
-- Wireless regulatory domain of your community.
regdom = 'AT',
config_mode = {
remote_login = {
show_password_form = true,
min_password_length = 12,
},
},
ddhcpd = {
range = "10.12.244.0/22", -- Network to announce and manage blocks in
},
manman = {
api = {
'http://manapi.mkg20001.io',
'http://manapi-direkt.mkg20001.io',
'http://manapi-mesh.mkg20001.io'
},
key = '4134e71f95b0fb77a138288251771e36c582136b5d004e72d33bb03fc673ea1f',
},
config_mode_remote = {
authurl = 'http://graz-gluon-auth.mkg20001.io',
key = '3033d200118b32220f8dac3b5137bc9ff00be6aa82615fb5208278f77e4f2669',
},
dns = {
servers = {
'10.12.0.10',
'1.1.1.1', -- this is a fallback for mesh vpn with no dns on wan and just in case mesh one has downtime
},
},
-- Configure new style interfaces
interfaces = {
lan = {
default_roles = { 'client' },
},
wan = {
default_roles = { 'uplink', 'mesh' },
},
single = {
default_roles = { 'uplink', 'mesh' },
},
},
-- Wireless configuration for 2.4 GHz interfaces.
wifi24 = {
-- Wireless channel.
channel = 5,
channel_adjustable = true,
include_channel_in_id = true,
-- ESSIDs used for client network.
ap = {
ssid = 'Free WiFi - graz.funkfeuer.at', -- (optional - SSID for open client network)
disabled = false,
-- Configuration for a backward compatible OWE network below.
owe_ssid = 'Free WiFi - graz.funkfeuer.at/o', -- (optional - SSID for OWE client network)
owe_transition_mode = true, -- (optional - enables transition-mode - requires ssid as well as owe_ssid)
},
mesh = {
id = 'http://graz.funkfeuer.at/v%ss',
mcast_rate = 12000,
},
ibss = {
ssid = 'http://graz.funkfeuer.at/v%s',
bssid = 'CA:00:24:00:C0:%02i',
mcast_rate = 12000,
},
},
-- Wireless configuration for 5 GHz interfaces.
-- This should be equal to the 2.4 GHz variant, except
-- for channel.
wifi5 = {
channel = 44,
channel_adjustable = true,
include_channel_in_id = true,
outdoor_chanlist = '100-140',
ap = {
ssid = 'Free WiFi - graz.funkfeuer.at', -- (optional - SSID for open client network)
disabled = false,
-- Configuration for a backward compatible OWE network below.
owe_ssid = 'Free WiFi - graz.funkfeuer.at/o', -- (optional - SSID for OWE client network)
owe_transition_mode = true, -- (optional - enables transition-mode - requires ssid as well as owe_ssid)
},
mesh = {
id = 'http://graz.funkfeuer.at/5v%ss',
mcast_rate = 12000,
disabled = true,
},
p2p = {
disabled = true,
},
},
-- Wireless configuration for 60 GHz interfaces.
wifi60 = {
-- Wireless channel.
channel = 1,
channel_adjustable = true,
include_channel_in_id = true,
mesh = {
id = 'http://graz.funkfeuer.at/60v%s',
mcast_rate = 12000,
},
p2p = {
disabled = false,
},
},
ssid_changer = {
enabled = true,
switch_timeframe = 30, -- only once every timeframe (in minutes) the SSID will change to the Offline-SSID
-- set to 1440 to change once a day
-- set to 1 minute to change every time the router gets offline
first = 5, -- the first few minutes directly after reboot within which an Offline-SSID may be
-- activated every minute (must be <= switch_timeframe)
prefix = 'Offline_', -- use something short to leave space for the nodename (no '~' allowed!)
suffix = 'nodename', -- generate the SSID with either 'nodename', 'mac' or to use only the prefix: 'none'
tq_limit_enabled = false, -- if false, the offline SSID will only be set if there is no gateway reacheable
-- is batman only
},
olsr_public_ip_default_peeraddr = '10.12.34.56',
mesh = {
vxlan = false,
olsrd = {
-- src https://wiki.graz.funkfeuer.at/FFTheHardWay#olsrd_konfigurieren_.28Commandline.29
-- Rt options have been commented out as mesh vpn doesn't like them
-- TODO: investigate and adjust/remove as necesarry
v1_4 = {
enable = true,
config = {
DebugLevel = 0,
IpVersion = 4,
AllowNoInt = yes,
FIBMetric = "flat",
Pollrate = 0.025,
TcRedundancy = 2,
NatThreshold = 0.75,
MprCoverage = 7,
LinkQualityLevel = 2,
LinkQualityFishEye = 1,
LinkQualityAlgorithm = "etx_ff",
UseHysteresis = "no",
-- RtTablePriority = "none",
-- RtTableDefaultOlsrPriority = "none",
-- RtTableTunnelPriority = "none",
-- RtTableDefaultPriority = "none",
-- RtTable = "auto",
-- RtTableDefault = "auto",
-- RtTableTunnel = "auto",
SmartGateway = "no"
},
},
v2 = {
enable = true,
ip6_exclusive_mode = true,
},
olsr12 = {
enable = true,
server = '10.12.6.66',
port = 1195,
ca = [[
-----BEGIN CERTIFICATE-----
MIIDPDCCAiSgAwIBAgIUPMsDx5Iu54caCCJ1tMz5Rw/nkjYwDQYJKoZIhvcNAQEL
BQAwETEPMA0GA1UEAwwGb2xzcjEyMB4XDTIyMDQwMTAwMDgzM1oXDTMyMDMyOTAw
MDgzM1owETEPMA0GA1UEAwwGb2xzcjEyMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A
MIIBCgKCAQEAw4rdJmVn5QaXrCgiSrdbuIxKPZBeZffWN4gCYYgE0sKdnrq2Hq0Q
2qKykf6oUN3oJsznCLc2MtOzt+05J2XTx1SUMsUAW7vrL7oCXhTLZQcRYHxxO7Yc
N75TvQD0s7L1FnPG9mO+4YJABLwKss86BxohHuBOMyPvJQ3T9lS1GKso1UusW2qy
AG3f1i1XgeDQMXFy0cRTWpdUE8NA/ZdtubyVNMsEh3cgrUrRutMZjFlbFx80AP7X
IKc+f/HGXDk2VcRwOa2GbDFYVF+6L/Cz00vkEnwxBzKdxoQo110gzHUx53fd3zNy
lWIM707UasbYuF6vX4mZMw6nOrkMjk+1vQIDAQABo4GLMIGIMB0GA1UdDgQWBBRc
3EzKCVNEgeY+ZdbZoAlMhaBvPjBMBgNVHSMERTBDgBRc3EzKCVNEgeY+ZdbZoAlM
haBvPqEVpBMwETEPMA0GA1UEAwwGb2xzcjEyghQ8ywPHki7nhxoIInW0zPlHD+eS
NjAMBgNVHRMEBTADAQH/MAsGA1UdDwQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAQEA
s0nZOS79vIUTz8kOcnywOnK9rz+dOP6WmS5Bfp3jg9dBUdaQHuFE6QlO4cAvY1Z8
Y3oUe7GIRxi8KiTOKbdXb0pEAtwLQJy/gS+yOSDuSpdekt1cefwPI6r39YMIu0st
Re6ddtXEBixEJGSH3QxIp/r8UFK+cfQf0BqlIFak167fLSX73g+ASn0W2JRW13jW
HfGm+m2Hi1OGPNtbwOq/bdUIq9qXKOETIXqySLHPUWSqm2N85ishQYqHW3fBTJdH
TEiwBh1E9uaj9fNN8FVGnEVEWiD4QBz5vVeurN9TgstbX3FO25bz+lca4tbH6unn
X0R3+ZHP6prUB0eoUT98bA==
-----END CERTIFICATE-----
]],
},
},
yggdrasil = {
enabled = true,
peers = {
'tls://ygg.mkg20001.io:443',
'tcp://ygg.mkg20001.io:80',
}
}
},
-- The next node feature allows clients to always reach the node it is
-- connected to using a known IP address.
-- next_node = {
-- anycast IPs of all nodes
-- name = { 'nextnode.location.community.example.org', 'nextnode', 'nn' },
-- ip4 = '10.12.0.xxx',
-- ip6 = 'fdff:aaaa:aaaa::aaaa',
-- },
mesh_vpn = {
enabled = true,
openvpn = {
self_signed = false,
ca = [[
-----BEGIN CERTIFICATE-----
MIID3jCCAsagAwIBAgIJAJz/CxCWbvNMMA0GCSqGSIb3DQEBCwUAMIGDMQswCQYD
VQQGEwJBVDEPMA0GA1UECAwGU3R5cmlhMQ0wCwYDVQQHDARHcmF6MRcwFQYDVQQK
DA5GdW5rZmV1ZXIgR3JhejEaMBgGA1UEAwwRRnVua2ZldWVyIEdyYXogQ0ExHzAd
BgkqhkiG9w0BCQEWEGFkbWluQGZmZ3Jhei5uZXQwHhcNMjIwOTExMTE1MDM2WhcN
MzIwOTA4MTE1MDM2WjCBgzELMAkGA1UEBhMCQVQxDzANBgNVBAgMBlN0eXJpYTEN
MAsGA1UEBwwER3JhejEXMBUGA1UECgwORnVua2ZldWVyIEdyYXoxGjAYBgNVBAMM
EUZ1bmtmZXVlciBHcmF6IENBMR8wHQYJKoZIhvcNAQkBFhBhZG1pbkBmZmdyYXou
bmV0MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0Z6zCGKRestLliFQ
4C2nZ04y6Wq5ou7n5PFQWwG3YAiU5wyL39GX3FTeWsKyjGd5Tbvatg3A4qeXx0PL
l1UlCvp3aZtna/qYFOyAEO0WYxpvvLm/0RUi9UGS5yjLTrj1bWZFw+J0CmElSAtv
JZnZPfWzq2/WBJf4QTbD8TlfaoSEEC0JC/AU0Z+KijE0KBd1TpRqgxUcpLvpyhem
Txf09aQkE0ejXISlaaHhirrAAcE3BDVk2pd+p7V/44TkncbgK9SpZndj72olxGF5
53sukzUJbHhECRwy9mCFjwUxlKF7n4Tkgr5xhSOSlDclw8psir1XiSo51rozRCap
vr26JwIDAQABo1MwUTAdBgNVHQ4EFgQUO4wjupUD2fpoggngeDmYFfnoNBAwHwYD
VR0jBBgwFoAUO4wjupUD2fpoggngeDmYFfnoNBAwDwYDVR0TAQH/BAUwAwEB/zAN
BgkqhkiG9w0BAQsFAAOCAQEAWpFDe53Itnzn84SdNmVQd3bNeKPU9DD1Yv5IOyKN
T4DzBCnqg9FdK6xMOosA5zXJC4MeF4yJOVwoJE+5TpVMQRxxBayThfg6nOqaqPBK
SneY+Y3+RBVmEz8Hc6Wynj3qTB26X7E0pXo9UdHLEhEtH5vm75jj0VUuGRZB1dn9
mUNem7ppWC+YkZJiw2kNnMvdXBpVjX+p17Yv6d6LvmIgfcwvk4u79AhgwLp3ltc1
8yOfepjrHr/Ow6Nf7nGQTeNRyNKntbq/oBq9KxyFYVZOPQT6UooyAkh0S55OYYYT
nB6MjkXk4ZaNgIE5WEgn7gGJqU5VAUzqNjja2BLfZ18iVg==
-----END CERTIFICATE-----
]],
config = {
-- client, dev, dev-type are set by default
-- options are using _ instead of -
proto = 'udp',
remote = {
'tun.graz.funkfeuer.at 1194'
},
resolv_retry = 'infinite',
nobind = true,
persist_key = true,
persist_tun = true,
-- when key is specified then will only start if that exists
ca = "/etc/openvpn/ca.crt",
cert = "/etc/openvpn/mesh.crt",
key = "/etc/openvpn/mesh.key",
ns_cert_type = 'server',
cipher = 'none',
verb = 3,
},
},
bandwidth_limit = {
-- The bandwidth limit can be enabled by default here.
enabled = false,
-- Default upload limit (kbit/s).
egress = 200,
-- Default download limit (kbit/s).
ingress = 3000,
},
},
syslog = {
ip = '10.12.6.66',
},
authorized_keys = {
-- mkg20001
'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIBBEhZ7sLQCNZXBunHMxEDS2Niy3wpnHgUPDBCNeKew [email protected]',
'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILb3sHHQnAyhqty1LGp3mOymAGm9hiISl9fOPojajsHB [email protected]',
-- gabor
'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOJQSyzxAt5NJ3+IhwI0+Qvg0s4zofVJjizulhuwcSZo gabor@g',
-- av
'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILx3bNdCoR8CmDS30bGP+/QaC/3P4XfZUz6Kt5poDfAS av',
-- peter
'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOGowVNd4im53gleu/l6IuvwtubOr+k8bhrz0Ldocpis [email protected]',
-- alexlist
'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIECaZQJFDZ088p+H34NJXcVyR+EuC3DsSKVH9fZQvdt3 rs9332554@zid-nb-21',
},
autoupdater = {
-- Default branch (optional), can be overridden by setting GLUON_AUTOUPDATER_BRANCH when building.
-- Set GLUON_AUTOUPDATER_ENABLED to enable the autoupdater by default for newly installed nodes.
branch = 'stable',
-- List of branches. You may define multiple branches.
branches = {
stable = {
name = 'stable',
-- List of mirrors to fetch images from. IPv6 required!
mirrors = {
'http://ffgraz.mkg20001.io/stable/images/sysupgrade',
'http://ffgraz-mesh.mkg20001.io/stable/images/sysupgrade',
'http://193.33.151.50/stable/images/sysupgrade',
'http://10.12.6.66/stable/images/sysupgrade',
},
-- Number of good signatures required.
-- Have multiple maintainers sign your build and only
-- accept it when a sufficient number of them have
-- signed it.
good_signatures = 2,
-- List of public keys of maintainers.
pubkeys = {
'7c69d8a402e0c5f443f27ac30549c4e4c9f0e7f0f4bc4dbfce93afee89bb79c4', -- mkg20001
'2156016823905e299805708b10a66a3772819664dd28b9fd00ff714fcdbb5b6c', -- gabor
-- 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', -- Bob
-- 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', -- Mary
},
},
beta = {
name = 'beta',
-- List of mirrors to fetch images from. IPv6 required!
mirrors = {
'http://ffgraz.mkg20001.io/beta/images/sysupgrade',
'http://ffgraz-mesh.mkg20001.io/beta/images/sysupgrade',
'http://193.33.151.50/beta/images/sysupgrade',
'http://10.12.6.66/beta/images/sysupgrade',
},
-- Number of good signatures required.
-- Have multiple maintainers sign your build and only
-- accept it when a sufficient number of them have
-- signed it.
good_signatures = 1,
-- List of public keys of maintainers.
pubkeys = {
'7c69d8a402e0c5f443f27ac30549c4e4c9f0e7f0f4bc4dbfce93afee89bb79c4', -- mkg20001
'2156016823905e299805708b10a66a3772819664dd28b9fd00ff714fcdbb5b6c', -- gabor
-- 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', -- Bob
-- 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', -- Mary
},
},
vanilla = {
name = 'vanilla',
-- List of mirrors to fetch images from. IPv6 required!
mirrors = {
'http://ffgraz.mkg20001.io/vanilla/images/sysupgrade',
'http://ffgraz-mesh.mkg20001.io/vanilla/images/sysupgrade',
'http://193.33.151.50/vanilla/images/sysupgrade',
'http://10.12.6.66/vanilla/images/sysupgrade',
},
-- Number of good signatures required.
-- Have multiple maintainers sign your build and only
-- accept it when a sufficient number of them have
-- signed it.
good_signatures = 2,
-- List of public keys of maintainers.
pubkeys = {
'7c69d8a402e0c5f443f27ac30549c4e4c9f0e7f0f4bc4dbfce93afee89bb79c4', -- mkg20001
'2156016823905e299805708b10a66a3772819664dd28b9fd00ff714fcdbb5b6c', -- gabor
-- 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', -- Bob
-- 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', -- Mary
},
},
experimental = {
name = 'experimental',
-- List of mirrors to fetch images from. IPv6 required!
mirrors = {
'http://ffgraz.mkg20001.io/experimental/images/sysupgrade',
'http://ffgraz-mesh.mkg20001.io/experimental/images/sysupgrade',
'http://193.33.151.50/experimental/images/sysupgrade',
'http://10.12.6.66/experimental/images/sysupgrade',
},
-- Number of good signatures required.
-- Have multiple maintainers sign your build and only
-- accept it when a sufficient number of them have
-- signed it.
good_signatures = 1,
-- List of public keys of maintainers.
pubkeys = {
'5b755c0064558fe7a6c809a086d57ede9b89b07b25d95e1efe3cfe048b176621', -- nightly-key
},
},
vanilla_experimental = {
name = 'vanilla_experimental',
-- List of mirrors to fetch images from. IPv6 required!
mirrors = {
'http://ffgraz.mkg20001.io/vanilla_experimental/images/sysupgrade',
'http://ffgraz-mesh.mkg20001.io/vanilla_experimental/images/sysupgrade',
'http://193.33.151.50/vanilla_experimental/images/sysupgrade',
'http://10.12.6.66/vanilla_experimental/images/sysupgrade',
},
-- Number of good signatures required.
-- Have multiple maintainers sign your build and only
-- accept it when a sufficient number of them have
-- signed it.
good_signatures = 1,
-- List of public keys of maintainers.
pubkeys = {
'5b755c0064558fe7a6c809a086d57ede9b89b07b25d95e1efe3cfe048b176621', -- nightly-key
},
},
master = {
name = 'master',
-- List of mirrors to fetch images from. IPv6 required!
mirrors = {
'http://ffgraz.mkg20001.io/master/images/sysupgrade',
'http://ffgraz-mesh.mkg20001.io/master/images/sysupgrade',
'http://193.33.151.50/master/images/sysupgrade',
'http://10.12.6.66/master/images/sysupgrade',
},
-- Number of good signatures required.
-- Have multiple maintainers sign your build and only
-- accept it when a sufficient number of them have
-- signed it.
good_signatures = 1,
-- List of public keys of maintainers.
pubkeys = {
'5b755c0064558fe7a6c809a086d57ede9b89b07b25d95e1efe3cfe048b176621', -- nightly-key
},
},
upstream = {
name = 'upstream',
-- List of mirrors to fetch images from. IPv6 required!
mirrors = {
'http://ffgraz.mkg20001.io/upstream/images/sysupgrade',
'http://ffgraz-mesh.mkg20001.io/upstream/images/sysupgrade',
'http://193.33.151.50/upstream/images/sysupgrade',
'http://10.12.6.66/upstream/images/sysupgrade',
},
-- Number of good signatures required.
-- Have multiple maintainers sign your build and only
-- accept it when a sufficient number of them have
-- signed it.
good_signatures = 1,
-- List of public keys of maintainers.
pubkeys = {
'5b755c0064558fe7a6c809a086d57ede9b89b07b25d95e1efe3cfe048b176621', -- nightly-key
},
},
dev = {
name = 'dev',
-- List of mirrors to fetch images from. IPv6 required!
mirrors = {
'http://ffgraz.mkg20001.io/dev/images/sysupgrade',
'http://ffgraz-mesh.mkg20001.io/dev/images/sysupgrade',
'http://193.33.151.50/dev/images/sysupgrade',
'http://10.12.6.66/dev/images/sysupgrade',
},
-- Number of good signatures required.
-- Have multiple maintainers sign your build and only
-- accept it when a sufficient number of them have
-- signed it.
good_signatures = 1,
-- List of public keys of maintainers.
pubkeys = {
'5b755c0064558fe7a6c809a086d57ede9b89b07b25d95e1efe3cfe048b176621', -- nightly-key
},
},
},
},
}