mirror of
https://github.com/ffrgb/site-ffrgb.git
synced 2024-11-14 06:45:31 +01:00
83 lines
1.8 KiB
Lua
83 lines
1.8 KiB
Lua
{
|
|
hostname_prefix = '',
|
|
site_name = 'Freifunk Regensburg',
|
|
site_code = 'ffrgb',
|
|
default_domain = 'ffrgb_cty',
|
|
|
|
opkg = {
|
|
openwrt = 'http://downloads.openwrt.org/snapshots/packages/%A',
|
|
},
|
|
|
|
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3',
|
|
ntp_servers = {'ntp.ffrgb.net'},
|
|
|
|
regdom = 'DE',
|
|
|
|
mesh_vpn = {
|
|
mtu = 1426,
|
|
fastd = {
|
|
configurable = true,
|
|
methods = {'salsa2012+umac'},
|
|
},
|
|
bandwidth_limit = {
|
|
enabled = false,
|
|
ingress = 12000,
|
|
egress = 1200,
|
|
},
|
|
},
|
|
|
|
autoupdater = {
|
|
enabled = 1,
|
|
branch = 'stable',
|
|
branches = {
|
|
stable = {
|
|
name = 'stable',
|
|
good_signatures = 1,
|
|
pubkeys = {
|
|
'4d6b1a8e2ecfdb59469c38c3659916dd6046cd5270ddd31c3319b21c508eaa07', -- mephisto
|
|
'130ff01b6c8df0349c977a5c9539775209493bc771b713e5b3e58cc1d7c4145a', -- sven
|
|
'dc024622f48f25f3e11881eab29a2a015950f31c884f0043ddc78156dcfab9da', -- xaver
|
|
},
|
|
},
|
|
experimental = {
|
|
name = 'experimental',
|
|
good_signatures = 1,
|
|
pubkeys = {
|
|
'4d6b1a8e2ecfdb59469c38c3659916dd6046cd5270ddd31c3319b21c508eaa07', -- mephisto
|
|
'130ff01b6c8df0349c977a5c9539775209493bc771b713e5b3e58cc1d7c4145a', -- sven
|
|
'dc024622f48f25f3e11881eab29a2a015950f31c884f0043ddc78156dcfab9da', -- xaver
|
|
},
|
|
},
|
|
},
|
|
},
|
|
|
|
config_mode = {
|
|
geo_location = {
|
|
show_altitude = false,
|
|
osm = {
|
|
center = {
|
|
lat = 49.01384173771134,
|
|
lon = 12.096109539536478,
|
|
},
|
|
zoom = 12,
|
|
},
|
|
},
|
|
},
|
|
|
|
interfaces = {
|
|
lan = {
|
|
default_roles = { 'client' },
|
|
},
|
|
wan = {
|
|
default_roles = { 'uplink', 'mesh' },
|
|
},
|
|
single = {
|
|
default_roles = { 'uplink', 'mesh' },
|
|
},
|
|
},
|
|
|
|
}
|
|
|
|
|
|
-- vim: set ft=lua:ts=2:sw=2:et
|