-
Notifications
You must be signed in to change notification settings - Fork 75
/
Copy pathsite.conf
107 lines (100 loc) · 2.96 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
{
default_domain = 'default',
hostname_prefix = 'freifunk',
site_name = 'Freifunk Lübeck',
site_code = 'ffhl',
opkg = {
extra = {
modules = 'http://firmware.luebeck.freifunk.net/%GR/packages/gluon-%GS-%GR/%S',
},
},
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin
ntp_servers = {
'0.de.pool.ntp.org',
'1.de.pool.ntp.org',
'2.de.pool.ntp.org',
'3.de.pool.ntp.org'
},
regdom = 'DE',
wifi24 = {
channel = 1,
},
wifi5 = {
channel = 44,
outdoor_chanlist = '96-140',
},
mesh_vpn = {
mtu = 1280,
pubkey_privacy = false,
fastd = {
configurable = true,
methods = {'salsa2012+umac'},
groups = {
backbone = {
limit = 1,
},
},
},
bandwidth_limit = {
enabled = false,
ingress = 3000,
egress = 200,
},
},
autoupdater = {
branch = 'experimental',
branches = {
stable = {
name = 'stable',
mirrors = {'http://firmware.luebeck.freifunk.net/stable/sysupgrade'},
good_signatures = 2,
pubkeys = {
'721584567a1a66b6db696b650db802cbdbad5f41456b105ad3f937a71fc28906', -- Linus
'323bd3285c4e5547a89cd6da1f2aef67f1654b0928bbd5b104efc9dab2156d0b', -- NeoRaider
'fb1790fb4500f0cb94d3bc5b32c28651c83c6415b846d69699cdaeea3385a618', -- Kaspar
'1b5051edac97272b21204e6d6b2cc693817534aa60d99b2e3b888eef310acfe6', -- Zafer
'e3fefe334edb01b2d297651c6f7e4f4f3f843010334968c5f6fdbefb1549da9b', -- Paul
'70612080dea49e871703bf3c451b4545616cf051a733e24dffbba272ac604892', -- Steffen
'0e908bcaa068435ad726fe9dcdb76bcfa13bca29ac0561539fda97fd4f1f0864', -- Philipp
},
},
beta = {
name = 'beta',
mirrors = {'http://firmware.luebeck.freifunk.net/beta/sysupgrade'},
good_signatures = 2,
pubkeys = {
'721584567a1a66b6db696b650db802cbdbad5f41456b105ad3f937a71fc28906', -- Linus
'323bd3285c4e5547a89cd6da1f2aef67f1654b0928bbd5b104efc9dab2156d0b', -- NeoRaider
'fb1790fb4500f0cb94d3bc5b32c28651c83c6415b846d69699cdaeea3385a618', -- Kaspar
'1b5051edac97272b21204e6d6b2cc693817534aa60d99b2e3b888eef310acfe6', -- Zafer
'e3fefe334edb01b2d297651c6f7e4f4f3f843010334968c5f6fdbefb1549da9b', -- Paul
'70612080dea49e871703bf3c451b4545616cf051a733e24dffbba272ac604892', -- Steffen
'0e908bcaa068435ad726fe9dcdb76bcfa13bca29ac0561539fda97fd4f1f0864', -- Philipp
},
},
experimental = {
name = 'experimental',
mirrors = {'http://firmware.luebeck.freifunk.net/experimental/sysupgrade'},
good_signatures = 1,
pubkeys = {
'8d3ccc7dd9e5d14826dd6be4afd742d25e01ef3209c843f4bcbd877498a8c278', -- ffhl-builder
'0e908bcaa068435ad726fe9dcdb76bcfa13bca29ac0561539fda97fd4f1f0864', -- Philipp
'e3fefe334edb01b2d297651c6f7e4f4f3f843010334968c5f6fdbefb1549da9b', -- Paul
'721584567a1a66b6db696b650db802cbdbad5f41456b105ad3f937a71fc28906', -- Linus
},
},
},
},
config_mode = {
geo_location = {
show_altitude = true,
osm = {
center = {
lat = 53.8667,
lon = 10.6847,
},
zoom = 13,
},
},
},
}