add new settings needed for new firmware
This commit is contained in:
parent
577efeaf83
commit
a6100cb99e
13
site.conf
13
site.conf
|
@ -1,12 +1,16 @@
|
|||
{
|
||||
hostname_prefix => 'ffhb',
|
||||
site_name => 'Freifunk Bremen',
|
||||
site_code => 'ffhb',
|
||||
release => '0.0',
|
||||
|
||||
prefix4 => '10.196.0.0/20',
|
||||
prefix6 => 'fd2f:5119:0f2c::/64',
|
||||
|
||||
mesh_domains => [ 'ffhb', '196.10.in-addr.arpa', 'c.2.f.0.9.1.1.5.f.2.d.f.ip6.arpa' ],
|
||||
|
||||
timezone => 'CET-1CEST,M3.5.0,M10.5.0/3', # Europe/Berlin
|
||||
ntp_servers => ['1.ntp.services.ffhb'],
|
||||
regdom => 'DE',
|
||||
|
||||
wifi24 => {
|
||||
|
@ -49,7 +53,8 @@
|
|||
branch => 'testing',
|
||||
branches => {
|
||||
nightly => {
|
||||
url => 'http://[fd2f:5119:0f2c::1]/firmware/nightly/',
|
||||
name => 'nightly',
|
||||
mirrors => ['http://[fd2f:5119:0f2c::1]/firmware/nightly', 'http://[fd2f:5119:0f2c::2]/firmware/nightly'],
|
||||
probability => 1,
|
||||
good_signatures => 1,
|
||||
pubkeys => [
|
||||
|
@ -57,7 +62,8 @@
|
|||
],
|
||||
},
|
||||
testing => {
|
||||
url => 'http://[fd2f:5119:0f2c::1]/firmware/testing/',
|
||||
name => 'testing',
|
||||
mirrors => ['http://[fd2f:5119:0f2c::1]/firmware/testing', 'http://[fd2f:5119:0f2c::2]/firmware/testing'],
|
||||
probability => 0.5,
|
||||
good_signatures => 1,
|
||||
pubkeys => [
|
||||
|
@ -66,7 +72,8 @@
|
|||
],
|
||||
},
|
||||
stable => {
|
||||
url => 'http://[fd2f:5119:0f2c::1]/firmware/stable/',
|
||||
name => 'stable',
|
||||
mirrors => ['http://[fd2f:5119:0f2c::1]/firmware/stable', 'http://[fd2f:5119:0f2c::2]/firmware/stable'],
|
||||
probability => 0.08, # mean time until update: ~12.5 hours (1/0.08)
|
||||
good_signatures => 2,
|
||||
pubkeys => [
|
||||
|
|
Loading…
Reference in New Issue