-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathsite.conf
104 lines (101 loc) · 3.05 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
{
default_domain = 'ffef_v1',
hostname_prefix = 'freifunk-',
site_name = 'Freifunk Erfurt',
site_code = 'ffef_v1',
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3',
ntp_servers = {
'ntp1.ffef',
'ntp2.ffef',
'2.de.pool.ntp.org',
},
regdom = 'DE',
mesh_vpn = {
enabled = true,
bandwidth_limit = {
enabled = false,
egress = 1500,
ingress = 12000,
},
},
autoupdater = {
branch = 'stable',
branches = {
stable = {
name = 'stable',
mirrors = {
'http://firmware.ffef/stable/sysupgrade',
'http://firmware.erfurt.freifunk.net/stable/sysupgrade',
},
good_signatures = 2,
pubkeys = {
'bd7ba472ad1b230c4585d6da44655d113086b95d71094a40f275d3cb894347fb', -- mape2k
'65d4dc3a376d8514b74bba56fd77b72ed1a2fce3741053afcc3cfae306b67344', -- bt909
'6f54655d8f54c39c9ddf78432e1c45007cc81fd788137be38fb7f06ef2cc78d4', -- suicider
'd08c1cc38b201eda352cbc54127e39afacd34507bb5a56190128e2f7f03d9599', -- hipposen
}
},
beta = {
name = 'beta',
mirrors = {
'http://firmware.ffef/beta/sysupgrade',
'http://firmware.erfurt.freifunk.net/beta/sysupgrade',
},
good_signatures = 2,
pubkeys = {
'bd7ba472ad1b230c4585d6da44655d113086b95d71094a40f275d3cb894347fb', -- mape2k
'65d4dc3a376d8514b74bba56fd77b72ed1a2fce3741053afcc3cfae306b67344', -- bt909
'6f54655d8f54c39c9ddf78432e1c45007cc81fd788137be38fb7f06ef2cc78d4', -- suicider
'd08c1cc38b201eda352cbc54127e39afacd34507bb5a56190128e2f7f03d9599', -- hipposen
}
},
experimental = {
name = 'experimental',
mirrors = {
'http://firmware.ffef/experimental/sysupgrade',
'http://firmware.erfurt.freifunk.net/experimental/sysupgrade',
},
good_signatures = 2,
pubkeys = {
'bd7ba472ad1b230c4585d6da44655d113086b95d71094a40f275d3cb894347fb', -- mape2k
'65d4dc3a376d8514b74bba56fd77b72ed1a2fce3741053afcc3cfae306b67344', -- bt909
'6f54655d8f54c39c9ddf78432e1c45007cc81fd788137be38fb7f06ef2cc78d4', -- suicider
'd08c1cc38b201eda352cbc54127e39afacd34507bb5a56190128e2f7f03d9599', -- hipposen
}
},
nightly = {
name = 'nightly',
mirrors = {
'http://firmware.ffef/nightly/sysupgrade',
'http://firmware.erfurt.freifunk.net/nightly/sysupgrade',
},
good_signatures = 1,
pubkeys = {
'25caf7c8dc5fea30a212fc678c134f405aa52522b0e46b08f479bb3222b7a646', -- nightly
}
},
},
},
opkg = {
openwrt = 'http://opkgcache.ffef/lede/snapshots/packages/%A',
extra = {
modules = 'http://firmware.ffef/stable/modules/%S',
},
},
roles = {
default = 'node',
list = {
'node',
},
},
config_mode = {
hostname = {
optional = false,
prefill = true,
},
remote_login = {
show_password_form = true, -- default false
min_password_length = 12
},
}
}