-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathsite.conf
105 lines (98 loc) · 4.04 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
{
hostname_prefix = 'freifunk',
site_name = 'Freifunk Flensburg',
site_code = 'fffl',
default_domain = 'Flensburg_v1',
-- Europe/Berlin
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3',
ntp_servers = { 'ntp.mesh.freifunk-flensburg.de', 'ntp.fffl', 'fddf:bf7:10:1:1::1', 'fddf:bf7:10:1:1::2' },
regdom = 'DE',
config_mode = {
-- Show/hide the altitude field
geo_location = {
show_altitude = true,
osm = {
center = {
lat = 54.789601005,
lon = 9.436333179,
},
zoom = 13
}
},
remote_login = {
show_password_form = true,
min_password_length = 12
}
},
mesh_vpn = {
enabled = true,
fastd = {
mtu = 1406,
configurable = false,
methods = { 'salsa2012+umac' },
}
},
bandwidth_limit = {
enabled = false,
egress = 400,
ingress = 3000,
},
autoupdater = {
branch = 'stable',
branches = {
stable = {
name = 'stable',
mirrors = {
'http://[fddf:bf7:10:1:1::1]/stable/sysupgrade',
'http://[fddf:bf7:10:1:1::2]/stable/sysupgrade',
'http://update01.fffl/stable/sysupgrade',
'http://update02.fffl/stable/sysupgrade',
'http://update.freifunk-flensburg.de/stable/sysupgrade'
},
good_signatures = 3,
pubkeys = {
'359ec3619184f1bdfe26515cf5ba2b016ba23489db2a371cbf5c3cee9d061110', -- Sven
'f860ea1d4fb7e926e5fa45f6c7b1bbc8c3870f1e09de6a00b273999e1644ccdd', -- Fabian
'450f99d2be2e919a8c80c8aa0a1d6c1db0c625ff55da107c34b5b190507590cc', -- horst
'15f49b739925c0e14d1c547818c57664158e509d26e94314dd9d6a23ed797ff3', -- mlt
'0ed2430b8f508b6cfddbe30c6839fc76b294e106da7eda8af179f88bc16e1b3f', -- yellni
'9a409a844c843e2699a244d01825988f01b4234eb67cf5ee464f205d81853290', -- klaus
}
},
beta = {
name = 'beta',
mirrors = {
'http://[fddf:bf7:10:1:1::1]/beta/sysupgrade',
'http://[fddf:bf7:10:1:1::2]/beta/sysupgrade',
'http://update01.fffl/beta/sysupgrade',
'http://update02.fffl/beta/sysupgrade',
'http://update.freifunk-flensburg.de/beta/sysupgrade'
},
good_signatures = 3,
pubkeys = {
'359ec3619184f1bdfe26515cf5ba2b016ba23489db2a371cbf5c3cee9d061110', -- Sven
'f860ea1d4fb7e926e5fa45f6c7b1bbc8c3870f1e09de6a00b273999e1644ccdd', -- Fabian
'450f99d2be2e919a8c80c8aa0a1d6c1db0c625ff55da107c34b5b190507590cc', -- horst
'15f49b739925c0e14d1c547818c57664158e509d26e94314dd9d6a23ed797ff3' -- mlt
}
},
experimental = {
name = 'experimental',
mirrors = {
'http://[fddf:bf7:10:1:1::1]/experimental/sysupgrade',
'http://[fddf:bf7:10:1:1::2]/experimental/sysupgrade',
'http://update01.fffl/experimental/sysupgrade',
'http://update02.fffl/experimental/sysupgrade',
'http://update.freifunk-flensburg.de/experimental/sysupgrade'
},
good_signatures = 1,
pubkeys = {
'359ec3619184f1bdfe26515cf5ba2b016ba23489db2a371cbf5c3cee9d061110', -- Sven
'f860ea1d4fb7e926e5fa45f6c7b1bbc8c3870f1e09de6a00b273999e1644ccdd', -- Fabian
'450f99d2be2e919a8c80c8aa0a1d6c1db0c625ff55da107c34b5b190507590cc', -- horst
'15f49b739925c0e14d1c547818c57664158e509d26e94314dd9d6a23ed797ff3' -- mlt
}
}
}
}
}