-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.conf
94 lines (87 loc) · 2.37 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
-- This is the default FF-MYK configuration for Gluon
--
{
hostname_prefix = '',
site_name = 'Freifunk Mayen-Koblenz',
site_code = 'ffmyk',
default_domain = 'ffko',
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3',
ntp_servers = {'ntp.ffaw','ntp.ffcoc','ntp.ffems','ntp.ffko','ntp.ffmy','ntp.ffsim','ntp.ffww'},
opkg = {
extra = {
gluon = 'http://firmware.freifunk-myk.de/packages/gluon-%GS-%GR/%S',
},
},
regdom = 'DE',
wifi24 = {
channel = 1,
htmode = 'HT20',
mesh = {
mcast_rate = 12000,
}
},
wifi5 = {
channel = 44,
htmode = 'HT20',
outdoor_chanlist = '96-140',
mesh = {
mcast_rate = 12000,
}
},
dns = {
cacheentries = 500,
},
mesh_vpn = {
enabled = true,
mtu = 1280,
bandwidth_limit = {
enabled = false,
ingress = 12000,
egress = 1200
}
},
autoupdater = {
enabled = 1,
branch = 'stable',
branches = {
stable = {
name = 'stable',
mirrors = {'http://firmware.freifunk-myk.de/update/stable'},
good_signatures = 2,
pubkeys = {
'04eea4d5c9b1f90d6a7d90879549460af3c45660517dae5799def5c2dad57761', -- Florian
'f430c192512332914b68e9caf03d32776f13d5ea122d11839faa590a6056b288', -- Niklas
'3397037285a29acda8be04dc6edc95653ddd64f59e3fd002b90f8d21e8e90e77', -- Norbert
'd0e399c8d395c5a4b38f04e1713e7b7a32325c8ab1be8b31c5eda204c7c9395f', -- Lars
},
},
beta = {
name = 'beta',
mirrors = {'http://firmware.freifunk-myk.de/update/beta'},
good_signatures = 1,
pubkeys = {
'04eea4d5c9b1f90d6a7d90879549460af3c45660517dae5799def5c2dad57761', -- Florian
'f430c192512332914b68e9caf03d32776f13d5ea122d11839faa590a6056b288', -- Niklas
'3397037285a29acda8be04dc6edc95653ddd64f59e3fd002b90f8d21e8e90e77', -- Norbert
'd0e399c8d395c5a4b38f04e1713e7b7a32325c8ab1be8b31c5eda204c7c9395f', -- Lars
},
},
},
},
config_mode = {
geo_location = {
osm = {
center = {
lat = 50.356667,
lon = 7.593889,
},
openlayers_url = 'https://firmware.freifunk-myk.de/.static/ol-v5.3.0',
},
show_altitude = false,
},
remote_login = {
show_password_form = true,
min_password_length = 10,
},
}
}