From 0711829196eb81ee4bdb6da839b938e049969da1 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 9 Aug 2021 22:57:45 +0200 Subject: [PATCH] Changed Wifi names, fix format --- site.conf | 82 ++++++++++++++++++++++++++++++++----------------------- 1 file changed, 48 insertions(+), 34 deletions(-) diff --git a/site.conf b/site.conf index 21038d9..40c1083 100644 --- a/site.conf +++ b/site.conf @@ -8,36 +8,38 @@ prefix6 = 'fdef:ffc0:7030::/64', timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin - ntp_servers = {'gluon-ntp.leipzig.freifunk.net'}, + ntp_servers = { + 'gluon-ntp.leipzig.freifunk.net' + }, regdom = 'DE', wifi24 = { ap = { - ssid = '061-FREIFUNK-', + ssid = 'freifunk-leipzig.de', }, channel = 1, mesh = { - id = 'LiMe', - mcast_rate = 12000, + id = 'de:ze:nt:ra:le.space', + mcast_rate = 12000, }, }, wifi5 = { ap = { - ssid = '061-FREIFUNK-', + ssid = 'freifunk-leipzig.de', }, channel = 44, mesh = { - id = 'LiMe', - mcast_rate = 12000, + id = 'de:ze:nt:ra:le.space', + mcast_rate = 12000, }, }, - - mesh = { - vxlan = false, + + mesh = { + vxlan = false, batman_adv = { - routing_algo = 'BATMAN_IV', - }, - }, + routing_algo = 'BATMAN_IV', + }, + }, next_node = { ip4 = '10.61.3.3', @@ -50,7 +52,11 @@ mtu = 1426, fastd = { configurable = true, - methods = {'salsa2012+umac', 'salsa2012+gmac', 'null+salsa2012+umac'}, + methods = { + 'salsa2012+umac', + 'salsa2012+gmac', + 'null+salsa2012+umac' + }, groups = { backbone = { limit = 2, @@ -78,7 +84,9 @@ branches = { stable = { name = 'stable', - mirrors = {'http://images.freifunk-leipzig.de/images/stable/images/sysupgrade/'}, + mirrors = { + 'http://images.freifunk-leipzig.de/images/stable/images/sysupgrade/' + }, good_signatures = 1, pubkeys = { '0e46fd09c1a39d2c5c6dead847d5bafb2dcbdfe201f1abe58aa8ae04716fbacd', -- jenkins builder @@ -86,7 +94,9 @@ }, testing = { name = 'testing', - mirrors = {'http://images.freifunk-leipzig.de/images/testing/images/sysupgrade/'}, + mirrors = { + 'http://images.freifunk-leipzig.de/images/testing/images/sysupgrade/' + }, good_signatures = 1, pubkeys = { '0e46fd09c1a39d2c5c6dead847d5bafb2dcbdfe201f1abe58aa8ae04716fbacd', -- jenkins builder @@ -94,7 +104,9 @@ }, unstable = { name = 'unstable', - mirrors = {'http://images.freifunk-leipzig.de/images/unstable/images/sysupgrade/'}, + mirrors = { + 'http://images.freifunk-leipzig.de/images/unstable/images/sysupgrade/' + }, good_signatures = 1, pubkeys = { '0e46fd09c1a39d2c5c6dead847d5bafb2dcbdfe201f1abe58aa8ae04716fbacd', -- jenkins builder @@ -102,7 +114,9 @@ }, experimental = { name = 'experimental', - mirrors = {'http://images.freifunk-leipzig.de/images/experimental/images/sysupgrade/'}, + mirrors = { + 'http://images.freifunk-leipzig.de/images/experimental/images/sysupgrade/' + }, good_signatures = 1, pubkeys = { '0e46fd09c1a39d2c5c6dead847d5bafb2dcbdfe201f1abe58aa8ae04716fbacd', -- jenkins builder @@ -121,27 +135,27 @@ }, roles = { - default = 'node', - list = { - 'node', - 'test', - 'backbone', - 'service', - }, + default = 'node', + list = { + 'node', + 'test', + 'backbone', + 'service', + }, }, config_mode = { - geo_location = { - show_altitude = true, + geo_location = { + show_altitude = true, osm = { - center = { - lat = 51.346483137, - lon = 12.377471924, - }, - zoom = 12, - }, + center = { + lat = 51.346483137, + lon = 12.377471924, + }, + zoom = 12, + }, }, remote_login = { - show_password_form = true, + show_password_form = true, }, }, }