-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsite.conf
156 lines (149 loc) · 5.59 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
hostname_prefix = 'DiVoNet-',
site_name = 'Digital Volunteer Network',
site_code = 'DiVoNet',
default_domain = 'freifunk_divonet',
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3',
ntp_servers = {
'fd89:dea2:3c0b:1330::4',
'fd89:dea2:3c0b:1331::4',
'fd89:dea2:3c0b:1332::4',
'fd89:dea2:3c0b:1333::4',
'fd89:dea2:3c0b:1334::4',
'fd89:dea2:3c0b:1335::4',
'fd89:dea2:3c0b:1335::4',
'fd89:dea2:3c0b:1336::4',
'fd89:dea2:3c0b:1337::4',
'fd89:dea2:3c0b:1338::4',
'fd89:dea2:3c0b:1339::4',
'fd89:dea2:3c0b:1340::4',
'fd89:dea2:3c0b:1341::4'
},
regdom = 'DE',
wifi24 = {
channel = 1,
mesh = {
mcast_rate = 12000,
},
},
wifi5 = {
channel = 44,
outdoor_chanlist = '100-140',
mesh = {
mcast_rate = 12000,
},
},
mesh = {
batman_adv = {
routing_algo = 'BATMAN_IV',
gw_sel_class = 3,
},
},
autoupdater = {
branch = 'stable',
branches = {
stable = {
name = 'stable',
mirrors = {
'http://[fd89:dea2:3c0b:1330::4]/stable/wireguard/sysupgrade',
'http://[fd89:dea2:3c0b:1331::4]/stable/wireguard/sysupgrade',
'http://[fd89:dea2:3c0b:1332::4]/stable/wireguard/sysupgrade',
'http://[fd89:dea2:3c0b:1333::4]/stable/wireguard/sysupgrade',
'http://[fd89:dea2:3c0b:1334::4]/stable/wireguard/sysupgrade',
'http://[fd89:dea2:3c0b:1335::4]/stable/wireguard/sysupgrade',
'http://[fd89:dea2:3c0b:1335::4]/stable/wireguard/sysupgrade',
'http://[fd89:dea2:3c0b:1336::4]/stable/wireguard/sysupgrade',
'http://[fd89:dea2:3c0b:1337::4]/stable/wireguard/sysupgrade',
'http://[fd89:dea2:3c0b:1338::4]/stable/wireguard/sysupgrade',
'http://[fd89:dea2:3c0b:1339::4]/stable/wireguard/sysupgrade',
'http://[fd89:dea2:3c0b:1340::4]/stable/wireguard/sysupgrade',
'http://[fd89:dea2:3c0b:1341::4]/stable/wireguard/sysupgrade',
},
good_signatures = 2,
pubkeys = {
'7b6989901962d8a4c4db392facb80271ae545120929d7d23daf2c66c736e5159', -- FatherJenkins
'4c0bafded03f3fd9ab9c45d70ba26de6a7b0086a524bab9f03c4ee5d4f00cc25', -- Chris
'b99415a2ce256deb85dd6c7a473998d79257baa3e97bc5c6620534c791d88975', -- Oli
},
},
testing = {
name = 'testing',
mirrors = {
'http://[fd89:dea2:3c0b:1330::4]/testing/wireguard/sysupgrade',
'http://[fd89:dea2:3c0b:1331::4]/testing/wireguard/sysupgrade',
'http://[fd89:dea2:3c0b:1332::4]/testing/wireguard/sysupgrade',
'http://[fd89:dea2:3c0b:1333::4]/testing/wireguard/sysupgrade',
'http://[fd89:dea2:3c0b:1334::4]/testing/wireguard/sysupgrade',
'http://[fd89:dea2:3c0b:1335::4]/testing/wireguard/sysupgrade',
'http://[fd89:dea2:3c0b:1335::4]/testing/wireguard/sysupgrade',
'http://[fd89:dea2:3c0b:1336::4]/testing/wireguard/sysupgrade',
'http://[fd89:dea2:3c0b:1337::4]/testing/wireguard/sysupgrade',
'http://[fd89:dea2:3c0b:1338::4]/testing/wireguard/sysupgrade',
'http://[fd89:dea2:3c0b:1339::4]/testing/wireguard/sysupgrade',
'http://[fd89:dea2:3c0b:1340::4]/testing/wireguard/sysupgrade',
'http://[fd89:dea2:3c0b:1341::4]/testing/wireguard/sysupgrade',
},
good_signatures = 2,
pubkeys = {
'7b6989901962d8a4c4db392facb80271ae545120929d7d23daf2c66c736e5159', -- FatherJenkins
'4c0bafded03f3fd9ab9c45d70ba26de6a7b0086a524bab9f03c4ee5d4f00cc25', -- Chris
'b99415a2ce256deb85dd6c7a473998d79257baa3e97bc5c6620534c791d88975', -- Oli
},
},
experimental = {
name = 'experimental',
mirrors = {
'http://[fd89:dea2:3c0b:1330::4]/experimental/wireguard/sysupgrade',
'http://[fd89:dea2:3c0b:1331::4]/experimental/wireguard/sysupgrade',
'http://[fd89:dea2:3c0b:1332::4]/experimental/wireguard/sysupgrade',
'http://[fd89:dea2:3c0b:1333::4]/experimental/wireguard/sysupgrade',
'http://[fd89:dea2:3c0b:1334::4]/experimental/wireguard/sysupgrade',
'http://[fd89:dea2:3c0b:1335::4]/experimental/wireguard/sysupgrade',
'http://[fd89:dea2:3c0b:1335::4]/experimental/wireguard/sysupgrade',
'http://[fd89:dea2:3c0b:1336::4]/experimental/wireguard/sysupgrade',
'http://[fd89:dea2:3c0b:1337::4]/experimental/wireguard/sysupgrade',
'http://[fd89:dea2:3c0b:1338::4]/experimental/wireguard/sysupgrade',
'http://[fd89:dea2:3c0b:1339::4]/experimental/wireguard/sysupgrade',
'http://[fd89:dea2:3c0b:1340::4]/experimental/wireguard/sysupgrade',
'http://[fd89:dea2:3c0b:1341::4]/experimental/wireguard/sysupgrade',
},
good_signatures = 1,
pubkeys = {
'7b6989901962d8a4c4db392facb80271ae545120929d7d23daf2c66c736e5159', -- FatherJenkins
'4c0bafded03f3fd9ab9c45d70ba26de6a7b0086a524bab9f03c4ee5d4f00cc25', -- Chris
'b99415a2ce256deb85dd6c7a473998d79257baa3e97bc5c6620534c791d88975', -- Oli
},
},
},
},
opkg = {
extra = {
modules = 'http://autoupdate.divonet.de/stable/wireguard/modules/gluon-divonet-%GR/%S',
},
},
setup_mode = {
skip = false,
},
config_mode = {
hostname = {
optional = false,
prefill = true,
},
geo_location = {
osm = {
center = {
lat = 50.680035738,
lon = 7.191925049,
},
zoom = 13,
},
},
remote_login = {
show_password_form = true,
min_password_length = 8,
},
owner = {
obligatory = true,
},
},
}