forked from freifunk-luebeck/site-ffhl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.conf
97 lines (90 loc) · 2.52 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
{
default_domain = 'default',
hostname_prefix = 'freifunk',
site_name = 'Freifunk Lübeck',
site_code = 'ffhl',
opkg = {
extra = {
modules = 'http://opkg.services.luebeck.freifunk.net/modules/gluon-%GS-%GR/%S',
},
},
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin
ntp_servers = {'1.ntp.services.luebeck.freifunk.net'},
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://1.updates.services.luebeck.freifunk.net/stable/sysupgrade'},
good_signatures = 2,
pubkeys = {
'721584567a1a66b6db696b650db802cbdbad5f41456b105ad3f937a71fc28906', -- Linus
'323bd3285c4e5547a89cd6da1f2aef67f1654b0928bbd5b104efc9dab2156d0b', -- NeoRaider
'fb1790fb4500f0cb94d3bc5b32c28651c83c6415b846d69699cdaeea3385a618', -- Kaspar
'1b5051edac97272b21204e6d6b2cc693817534aa60d99b2e3b888eef310acfe6', -- Zafer
'e3fefe334edb01b2d297651c6f7e4f4f3f843010334968c5f6fdbefb1549da9b', -- Paul
'70612080dea49e871703bf3c451b4545616cf051a733e24dffbba272ac604892', -- Steffen
},
},
beta = {
name = 'beta',
mirrors = {'http://1.updates.services.luebeck.freifunk.net/beta/sysupgrade'},
good_signatures = 2,
pubkeys = {
'721584567a1a66b6db696b650db802cbdbad5f41456b105ad3f937a71fc28906', -- Linus
'323bd3285c4e5547a89cd6da1f2aef67f1654b0928bbd5b104efc9dab2156d0b', -- NeoRaider
'fb1790fb4500f0cb94d3bc5b32c28651c83c6415b846d69699cdaeea3385a618', -- Kaspar
'1b5051edac97272b21204e6d6b2cc693817534aa60d99b2e3b888eef310acfe6', -- Zafer
'e3fefe334edb01b2d297651c6f7e4f4f3f843010334968c5f6fdbefb1549da9b', -- Paul
'70612080dea49e871703bf3c451b4545616cf051a733e24dffbba272ac604892', -- Steffen
},
},
experimental = {
name = 'experimental',
mirrors = {'http://1.updates.services.luebeck.freifunk.net/experimental/sysupgrade'},
good_signatures = 1,
pubkeys = {
'496136b37e5f561dfdf523611f14e4b6bc2a745cbc1ab7daffa59fded5f202d1', -- philae
},
},
},
},
config_mode = {
geo_location = {
show_altitude = true,
osm = {
center = {
lat = 53.8667,
lon = 10.6847,
},
zoom = 13,
},
},
},
}