-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.conf
94 lines (85 loc) · 2.81 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
{
hostname_prefix = 'Postleitzahl_StandortName',
site_name = 'Freifunk Trier',
site_code = 'fftr',
default_domain='fftr',
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin
ntp_servers = {'1.ntp.services.fftr','2.ntp.services.fftr'},
regdom = 'DE',
wifi24 = {
},
wifi5 = {
},
mesh = {
filter_membership_reports = true,
batman_adv = {
-- prepare for BATMAN V in the future
routing_algo = 'BATMAN_IV', -- default is 'BATMAN_IV',
-- gw_sel_class = 1,
},
},
mesh_vpn = {
pubkey_privacy = false,
fastd = {
mtu = 1406,
enabled = true,
configurable = false,
-- configurable = true,
methods = {'salsa2012+umac'},
},
},
config_mode = {
-- enables password-setting in config-mode and password login. Disabled by default in gluon 2018.1
remote_login = {
show_password_form = true,
min_password_length = 10,
-- default PW-length is 12
},
},
autoupdater = {
enabled = 1,
branch = 'stable',
branches = {
stable = {
name = 'stable',
mirrors = {'http://1.updates.services.fftr/firmware/stable/sysupgrade','http://2.updates.services.fftr/firmware/stable/sysupgrade'},
good_signatures = 1,
pubkeys = {
'64a836a00ede12eee1e78196b6fbc7bf9afeb7e20761dad1ce958cf9ef2fa189', --Ranlvor
'158578375058b7c355b3264b1c4c56500c55b19343c9724b50550a7157754011', --Tackin
'729ed7f8a2c31f9d512a8cd0fbcc4a5765b9cc6e06b93d222ee4c7d4795341ea', --vidister
},
},
beta = {
name = 'beta',
mirrors = {'http://1.updates.services.fftr/firmware/beta/sysupgrade','http://2.updates.services.fftr/firmware/beta/sysupgrade'},
good_signatures = 1,
pubkeys = {
'64a836a00ede12eee1e78196b6fbc7bf9afeb7e20761dad1ce958cf9ef2fa189', --Ranlvor
'158578375058b7c355b3264b1c4c56500c55b19343c9724b50550a7157754011', --Tackin
'729ed7f8a2c31f9d512a8cd0fbcc4a5765b9cc6e06b93d222ee4c7d4795341ea', --vidister
},
},
alpha = {
name = 'alpha',
mirrors = {'http://1.updates.services.fftr/firmware/alpha/sysupgrade','http://2.updates.services.fftr/firmware/alpha/sysupgrade'},
good_signatures = 1,
pubkeys = {
'64a836a00ede12eee1e78196b6fbc7bf9afeb7e20761dad1ce958cf9ef2fa189', --Ranlvor
'158578375058b7c355b3264b1c4c56500c55b19343c9724b50550a7157754011', --Tackin
'729ed7f8a2c31f9d512a8cd0fbcc4a5765b9cc6e06b93d222ee4c7d4795341ea', --vidister
},
},
debug = {
name = 'debug',
mirrors = {'http://1.updates.services.fftr/firmware/debug/sysupgrade','http://2.updates.services.fftr/firmware/debug/sysupgrade'},
good_signatures = 1,
pubkeys = {
'64a836a00ede12eee1e78196b6fbc7bf9afeb7e20761dad1ce958cf9ef2fa189', --Ranlvor
'158578375058b7c355b3264b1c4c56500c55b19343c9724b50550a7157754011', --Tackin
'729ed7f8a2c31f9d512a8cd0fbcc4a5765b9cc6e06b93d222ee4c7d4795341ea', --vidister
},
},
},
},
}