geno playground

This commit is contained in:
Martin/Geno 2019-07-04 03:42:36 +02:00
parent f5009a5a59
commit f9a6e70e38
No known key found for this signature in database
GPG Key ID: 9D7D3C6BFF600C6A
5 changed files with 21 additions and 10 deletions

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "gluon"]
path = gluon
url = https://github.com/freifunk-gluon/gluon.git
url = https://github.com/FreifunkBremen/gluon.git

2
gluon

@ -1 +1 @@
Subproject commit 800c3b2bacdf3175b153413adc15ccdf802de2c8
Subproject commit fda7ca4689636dc14137fa2701c0f9087073eb15

View File

@ -1,5 +1,5 @@
GLUON_SITE_FEEDS='ffhb'
PACKAGES_FFHB_REPO=git://github.com/FreifunkBremen/ffhb-packages.git
PACKAGES_FFHB_COMMIT=3245f2657691e58bda3fe0f1f6fd38bc8886c860
PACKAGES_FFHB_COMMIT=e148f20c065e779aabab9037ed88717bf25508a0
PACKAGES_FFHB_BRANCH=events

View File

@ -28,7 +28,7 @@
wifi24 = {
channel = 5,
ap = {
ssid = 'bremen.freifunk.net',
ssid = 'freifunk.net',
},
-- mesh = {
-- id = 'mesh.n.ffhb.de',
@ -85,6 +85,22 @@
},
},
},
wireguard = {
configurable = true,
enabled = true,
groups = {
backbone = {
limit = 1,
peers = {
events = {
key ='XA7WDD0pzgzxAGHNbbtcuDxxKJiX7x4ZCm/0XBKVOwM=',
remote = '185.117.213.249',
broker_port = '1501',
},
},
},
},
},
bandwidth_limit = {
enabled = false,
egress = 1800,

View File

@ -1,5 +1,4 @@
GLUON_SITE_PACKAGES := \
gluon-mesh-batman-adv-15 \
gluon-respondd \
respondd-module-airtime \
gluon-autoupdater \
@ -9,16 +8,12 @@ GLUON_SITE_PACKAGES := \
gluon-config-mode-mesh-vpn \
gluon-config-mode-geo-location \
gluon-config-mode-contact-info \
gluon-ebtables-filter-multicast \
gluon-ebtables-filter-ra-dhcp \
gluon-ebtables-source-filter \
gluon-web-admin \
gluon-web-autoupdater \
gluon-web-mesh-vpn-fastd \
gluon-web-network \
gluon-web-wifi-config \
gluon-radv-filterd \
gluon-radvd \
gluon-client-bridge \
gluon-setup-mode \
gluon-speedtest \
gluon-status-page \