This repository has been archived by the owner on Feb 14, 2024. It is now read-only.
forked from ffdon/sites-ffdon
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
site.conf
128 lines (118 loc) · 7.72 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
{
hostname_prefix = 'ffdon-',
site_name = 'Freifunk Donau-Ries',
site_code = 'ffdon',
default_domain = 'ffmuc_ffdon_test',
mesh_on_lan = true,
-- timezone
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin
-- network ntp services
ntp_servers = { '0.de.pool.ntp.org', '1.de.pool.ntp.org', '2.de.pool.ntp.org', '3.de.pool.ntp.org' },
-- regulatory domain of your wifi
regdom = 'DE',
wifi24 = {
channel = 1,
},
wifi5 = {
channel = 44,
},
mesh = {
batman_adv = {
routing_algo = 'BATMAN_IV',
},
},
mesh_vpn = {
bandwidth_limit = {
enabled = false,
ingress = 25000,
egress = 5000,
},
},
scheduled_sysupgrade = {
-- switch to ffmuc firmware
firmware_server = 'http://[2001:678:e68:f000::]/v2022.5.5/sysupgrade',
switch_time = 1706608800, -- 2024-01-30T11:00:00+01:00
switch_after_existing_mins = 180, -- firmware will be available at 2024-01-12T08:00:00+01:00
},
-- autoupdater config
autoupdater = {
branch = 'stable',
branches = {
stable = {
name = 'stable',
mirrors = {
'http://firmware.ffmuc.net/ffdon/stable/sysupgrade',
'http://5.1.66.255/ffdon/stable/sysupgrade',
'http://185.150.99.255/ffdon/stable/sysupgrade',
'http://[2001:678:e68:f000::]/ffdon/stable/sysupgrade',
'http://[2001:678:ed0:f000::]/ffdon/stable/sysupgrade',
},
good_signatures = 3,
pubkeys = {
'6dcfc670a4150e16962c1852066669d9b337f168d0f6a863ed930968c2f047eb', -- awlnx
'dc44c9810a0470b2de63990128dbae392a836f4385d23e57eb72880ea8fbcf16', -- django
'5700c7a266d80aa1c6c33f29835a7b200bdd500e88ee86c0a63e24a0023364f6', -- krombel
'216a34d34a15688e127d8d90e6c57587aa8c682b0648322f68338487657fd5ff', -- lukesix
'2a74ed02120a7d48bb2dc9be988b3480ed99844054b3d7f3e5d3df27d19d814b', -- ole
'3cc6dc6d0d7499d4d17cacad5f16336634e0b26700807f29cc241eaabbde481f', -- goligo
'e7a50df4bc8875113eaf75dff5204e8753a9189baeed40c6db0509398a428820', -- thegoliath
'50bafd8216cab2ee1c11c215b528dd7c6396f3edfdab689c70ca04a9f284b931', -- grische
'24b25027ebe9c76ece1db0e562755f852b35c92e5a68f63f831bb4e6ad7b4bef', -- FFDON-mgk
},
},
testing = {
name = 'testing',
mirrors = {
'http://firmware.ffmuc.net/ffdon/testing/sysupgrade',
'http://5.1.66.255/ffdon/testing/sysupgrade',
'http://185.150.99.255/ffdon/testing/sysupgrade',
'http://[2001:678:e68:f000::]/ffdon/testing/sysupgrade',
'http://[2001:678:ed0:f000::]/ffdon/testing/sysupgrade',
},
good_signatures = 2,
pubkeys = {
'6dcfc670a4150e16962c1852066669d9b337f168d0f6a863ed930968c2f047eb', -- awlnx
'dc44c9810a0470b2de63990128dbae392a836f4385d23e57eb72880ea8fbcf16', -- django
'5700c7a266d80aa1c6c33f29835a7b200bdd500e88ee86c0a63e24a0023364f6', -- krombel
'216a34d34a15688e127d8d90e6c57587aa8c682b0648322f68338487657fd5ff', -- lukesix
'2a74ed02120a7d48bb2dc9be988b3480ed99844054b3d7f3e5d3df27d19d814b', -- ole
'3cc6dc6d0d7499d4d17cacad5f16336634e0b26700807f29cc241eaabbde481f', -- goligo
'e7a50df4bc8875113eaf75dff5204e8753a9189baeed40c6db0509398a428820', -- thegoliath
'50bafd8216cab2ee1c11c215b528dd7c6396f3edfdab689c70ca04a9f284b931', -- grische
'24b25027ebe9c76ece1db0e562755f852b35c92e5a68f63f831bb4e6ad7b4bef', -- FFDON-mgk
},
},
experimental = {
name = 'experimental',
mirrors = {
'http://firmware.ffmuc.net/ffdon/experimental/sysupgrade',
'http://5.1.66.255/ffdon/experimental/sysupgrade',
'http://185.150.99.255/ffdon/experimental/sysupgrade',
'http://[2001:678:e68:f000::]/ffdon/experimental/sysupgrade',
'http://[2001:678:ed0:f000::]/ffdon/experimental/sysupgrade',
},
good_signatures = 1,
pubkeys = {
'6dcfc670a4150e16962c1852066669d9b337f168d0f6a863ed930968c2f047eb', -- awlnx
'dc44c9810a0470b2de63990128dbae392a836f4385d23e57eb72880ea8fbcf16', -- django
'5700c7a266d80aa1c6c33f29835a7b200bdd500e88ee86c0a63e24a0023364f6', -- krombel
'216a34d34a15688e127d8d90e6c57587aa8c682b0648322f68338487657fd5ff', -- lukesix
'2a74ed02120a7d48bb2dc9be988b3480ed99844054b3d7f3e5d3df27d19d814b', -- ole
'3cc6dc6d0d7499d4d17cacad5f16336634e0b26700807f29cc241eaabbde481f', -- goligo
'e7a50df4bc8875113eaf75dff5204e8753a9189baeed40c6db0509398a428820', -- thegoliath
'50bafd8216cab2ee1c11c215b528dd7c6396f3edfdab689c70ca04a9f284b931', -- grische
'24b25027ebe9c76ece1db0e562755f852b35c92e5a68f63f831bb4e6ad7b4bef', -- FFDON-mgk
},
},
},
},
ssid_changer = {
enabled = false, -- do not enable by default. Only some domains will enable it
switch_timeframe = 2, -- defines how long it will record the gateway-connectivity. Only if the gateway is not
-- reachable during at least half the checks within switch_timeframe minutes, the SSID will be changed
first = 2, -- the first few minutes directly after reboot within which an Offline-SSID always may be activated
prefix = 'FF_Offline_',
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
},
}