From 79605910eb5ed930455ae3c5f94de99d1b637f36 Mon Sep 17 00:00:00 2001 From: Bob Idle <102661087+bobidle@users.noreply.github.com> Date: Sun, 10 Mar 2024 20:16:04 +0100 Subject: [PATCH 1/4] Use spaces instead of tabs/spaces mix in conf files --- domains/ffef_v1.conf | 122 +++++++++++++------------ domains/ffen_v1.conf | 123 +++++++++++++------------ domains/ffgth_v1.conf | 122 +++++++++++++------------ domains/ffil_v1.conf | 123 +++++++++++++------------ domains/ffthw_v1.conf | 122 +++++++++++++------------ domains/ffwsee_v1.conf | 125 +++++++++++++------------- site.conf | 199 ++++++++++++++++++++--------------------- site.mk | 2 +- 8 files changed, 463 insertions(+), 475 deletions(-) diff --git a/domains/ffef_v1.conf b/domains/ffef_v1.conf index b462838..cf77bb6 100644 --- a/domains/ffef_v1.conf +++ b/domains/ffef_v1.conf @@ -1,72 +1,70 @@ { - domain_code='ffef_v1', - domain_names={ - ffef_v1='Freifunk Erfurt' - }, + domain_code = 'ffef_v1', + domain_names = { + ffef_v1 = 'Freifunk Erfurt' + }, - -- more domain specific config follows here - -- needed since v2018 - -- 32 byte random data in hexadecimal encoding - -- This data must be unique among all sites and domains! - -- Can be generated using: echo $(hexdump -v -n 32 -e '1/1 "%02x"' >' "$2" # to decide if a version is newer or not. -DEFAULT_GLUON_RELEASE := 2021.1.2 +DEFAULT_GLUON_RELEASE := 2021.1.2.1 # Variables set with ?= can be overwritten from the command line From 16baa38be4f313c8d2d6ca9b880de226aea3491b Mon Sep 17 00:00:00 2001 From: Bob Idle <102661087+bobidle@users.noreply.github.com> Date: Sun, 10 Mar 2024 20:16:28 +0100 Subject: [PATCH 2/4] ffil: switch wifi24 channel to 1 --- domains/ffil_v1.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ffil_v1.conf b/domains/ffil_v1.conf index db5f6b7..a818675 100644 --- a/domains/ffil_v1.conf +++ b/domains/ffil_v1.conf @@ -14,7 +14,7 @@ prefix6 = 'fd0a:d928:b30d:4::/64', wifi24 = { - channel = 6, + channel = 1, ap = { ssid = 'Freifunk Ilmenau', }, From 1917e6b568609b6fa698c9db7fe69cff45e5dca6 Mon Sep 17 00:00:00 2001 From: Bob Idle <102661087+bobidle@users.noreply.github.com> Date: Sun, 10 Mar 2024 20:22:08 +0100 Subject: [PATCH 3/4] Add vpn6 --- domains/ffef_v1.conf | 4 ++++ domains/ffen_v1.conf | 4 ++++ domains/ffgth_v1.conf | 4 ++++ domains/ffil_v1.conf | 4 ++++ domains/ffthw_v1.conf | 4 ++++ domains/ffwsee_v1.conf | 4 ++++ 6 files changed, 24 insertions(+) diff --git a/domains/ffef_v1.conf b/domains/ffef_v1.conf index cf77bb6..315800f 100644 --- a/domains/ffef_v1.conf +++ b/domains/ffef_v1.conf @@ -56,6 +56,10 @@ key = '880ca400d528a9a39c761a49fe1a54fa01a630a99b6217216bb126fecb4f50a1', remotes = {'ipv4 "vpn5.erfurt.freifunk.net" port 1234'}, }, + vpn6 = { + key = '643209311edccd45058f470402faa0abf4020e36c0024f0b9c8b0740c97cd69c', + remotes = {'ipv4 "vpn6.erfurt.freifunk.net" port 1234'}, + } }, }, }, diff --git a/domains/ffen_v1.conf b/domains/ffen_v1.conf index e875af0..2f6ac39 100644 --- a/domains/ffen_v1.conf +++ b/domains/ffen_v1.conf @@ -56,6 +56,10 @@ key = '880ca400d528a9a39c761a49fe1a54fa01a630a99b6217216bb126fecb4f50a1', remotes = {'ipv4 "vpn5.erfurt.freifunk.net" port 1234'}, }, + vpn6 = { + key = '643209311edccd45058f470402faa0abf4020e36c0024f0b9c8b0740c97cd69c', + remotes = {'ipv4 "vpn6.erfurt.freifunk.net" port 1234'}, + } }, }, }, diff --git a/domains/ffgth_v1.conf b/domains/ffgth_v1.conf index f1d33bd..ff63e20 100644 --- a/domains/ffgth_v1.conf +++ b/domains/ffgth_v1.conf @@ -56,6 +56,10 @@ key = '880ca400d528a9a39c761a49fe1a54fa01a630a99b6217216bb126fecb4f50a1', remotes = {'ipv4 "vpn5.erfurt.freifunk.net" port 1234'}, }, + vpn6 = { + key = '643209311edccd45058f470402faa0abf4020e36c0024f0b9c8b0740c97cd69c', + remotes = {'ipv4 "vpn6.erfurt.freifunk.net" port 1234'}, + } }, }, }, diff --git a/domains/ffil_v1.conf b/domains/ffil_v1.conf index a818675..1997fd0 100644 --- a/domains/ffil_v1.conf +++ b/domains/ffil_v1.conf @@ -56,6 +56,10 @@ key = '880ca400d528a9a39c761a49fe1a54fa01a630a99b6217216bb126fecb4f50a1', remotes = {'ipv4 "vpn5.erfurt.freifunk.net" port 1234'}, }, + vpn6 = { + key = '643209311edccd45058f470402faa0abf4020e36c0024f0b9c8b0740c97cd69c', + remotes = {'ipv4 "vpn6.erfurt.freifunk.net" port 1234'}, + } }, }, }, diff --git a/domains/ffthw_v1.conf b/domains/ffthw_v1.conf index 3213a20..d9d8267 100644 --- a/domains/ffthw_v1.conf +++ b/domains/ffthw_v1.conf @@ -56,6 +56,10 @@ key = '880ca400d528a9a39c761a49fe1a54fa01a630a99b6217216bb126fecb4f50a1', remotes = {'ipv4 "vpn5.erfurt.freifunk.net" port 1234'}, }, + vpn6 = { + key = '643209311edccd45058f470402faa0abf4020e36c0024f0b9c8b0740c97cd69c', + remotes = {'ipv4 "vpn6.erfurt.freifunk.net" port 1234'}, + } }, }, }, diff --git a/domains/ffwsee_v1.conf b/domains/ffwsee_v1.conf index 30ec146..5f8b72b 100644 --- a/domains/ffwsee_v1.conf +++ b/domains/ffwsee_v1.conf @@ -56,6 +56,10 @@ key = '880ca400d528a9a39c761a49fe1a54fa01a630a99b6217216bb126fecb4f50a1', remotes = {'ipv4 "vpn5.erfurt.freifunk.net" port 1234'}, }, + vpn6 = { + key = '643209311edccd45058f470402faa0abf4020e36c0024f0b9c8b0740c97cd69c', + remotes = {'ipv4 "vpn6.erfurt.freifunk.net" port 1234'}, + } }, }, }, From 02fb743faa74a7e1eb17ca434f29db0780166fba Mon Sep 17 00:00:00 2001 From: Bob Idle <102661087+bobidle@users.noreply.github.com> Date: Sun, 10 Mar 2024 20:33:33 +0100 Subject: [PATCH 4/4] Use unique domain seed for ffen, ffthw and ffwsee --- domains/ffen_v1.conf | 2 +- domains/ffthw_v1.conf | 2 +- domains/ffwsee_v1.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/ffen_v1.conf b/domains/ffen_v1.conf index 2f6ac39..e6b3a5f 100644 --- a/domains/ffen_v1.conf +++ b/domains/ffen_v1.conf @@ -7,7 +7,7 @@ -- 32 byte random data in hexadecimal encoding -- This data must be unique among all sites and domains! -- Can be generated using: echo $(hexdump -v -n 32 -e '1/1 "%02x"'