-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsite.conf
82 lines (81 loc) · 3.18 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
{
hostname_prefix = 'ffpi-',
site_name = 'Freifunk Pinneberg',
site_code = 'ffpi',
default_domain = 'ffpi_80211s',
opkg = {
extra = {
gluon = 'http://1.download.services.ffpi/modules/gluon-%GS-%GR/%S',
},
},
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin
ntp_servers = {'1.ntp.services.ffpi'},
regdom = 'DE',
autoupdater = {
branch = 'stable',
branches = {
stable = {
name = 'stable',
mirrors = {
'http://1.updates.services.ffpi/stable/sysupgrade',
'http://2.updates.services.ffpi/stable/sysupgrade',
'http://download.pinneberg.freifunk.net/stable/sysupgrade'
},
good_signatures = 2,
pubkeys = {
'81d70b6510b9ff6eb0e35e66517e2f3ea80ff2eaa97af787565db3feb4af163f', -- Thomas
'73da7db80c33b035cef2d93587d29bed59a086c193e2d4a0f119b296e77f599d', -- Kevin
'dbd4e0609ef286319c1bdd81c5e4e5845161e435b4bc391004f298fd2e22f4ad', -- Tom
'76911ba14827d95bf4721297f2f421a697824cc14026e42316f18b392bacc11c', -- Entil\'Zha
}
},
beta = {
name = 'beta',
mirrors = {
'http://1.updates.services.ffpi/beta/sysupgrade',
'http://2.updates.services.ffpi/beta/sysupgrade',
'http://download.pinneberg.freifunk.net/beta/sysupgrade'
},
good_signatures = 2,
pubkeys = {
'81d70b6510b9ff6eb0e35e66517e2f3ea80ff2eaa97af787565db3feb4af163f', -- Thomas
'73da7db80c33b035cef2d93587d29bed59a086c193e2d4a0f119b296e77f599d', -- Kevin
'dbd4e0609ef286319c1bdd81c5e4e5845161e435b4bc391004f298fd2e22f4ad', -- Tom
'76911ba14827d95bf4721297f2f421a697824cc14026e42316f18b392bacc11c', -- Entil\'Zha
}
},
experimental = {
name = 'experimental',
mirrors = {
'http://1.updates.services.ffpi/experimental/sysupgrade',
'http://2.updates.services.ffpi/experimental/sysupgrade',
'http://download.pinneberg.freifunk.net/experimental/sysupgrade'
},
good_signatures = 1,
pubkeys = {
'81d70b6510b9ff6eb0e35e66517e2f3ea80ff2eaa97af787565db3feb4af163f', -- Thomas
'73da7db80c33b035cef2d93587d29bed59a086c193e2d4a0f119b296e77f599d', -- Kevin
'dbd4e0609ef286319c1bdd81c5e4e5845161e435b4bc391004f298fd2e22f4ad', -- Tom
'76911ba14827d95bf4721297f2f421a697824cc14026e42316f18b392bacc11c', -- Entil\'Zha
}
}
}
},
config_mode = {
geo_location = {
show_altitude = true,
}
},
roles = {
default = 'node',
list = {
'node',
'temp',
'mobile',
'offloader',
'service',
'test',
'hidden'
}
},
}