geno playground
This commit is contained in:
parent
f5009a5a59
commit
f9a6e70e38
|
@ -1,3 +1,3 @@
|
||||||
[submodule "gluon"]
|
[submodule "gluon"]
|
||||||
path = gluon
|
path = gluon
|
||||||
url = https://github.com/freifunk-gluon/gluon.git
|
url = https://github.com/FreifunkBremen/gluon.git
|
||||||
|
|
2
gluon
2
gluon
|
@ -1 +1 @@
|
||||||
Subproject commit 800c3b2bacdf3175b153413adc15ccdf802de2c8
|
Subproject commit fda7ca4689636dc14137fa2701c0f9087073eb15
|
2
modules
2
modules
|
@ -1,5 +1,5 @@
|
||||||
GLUON_SITE_FEEDS='ffhb'
|
GLUON_SITE_FEEDS='ffhb'
|
||||||
|
|
||||||
PACKAGES_FFHB_REPO=git://github.com/FreifunkBremen/ffhb-packages.git
|
PACKAGES_FFHB_REPO=git://github.com/FreifunkBremen/ffhb-packages.git
|
||||||
PACKAGES_FFHB_COMMIT=3245f2657691e58bda3fe0f1f6fd38bc8886c860
|
PACKAGES_FFHB_COMMIT=e148f20c065e779aabab9037ed88717bf25508a0
|
||||||
PACKAGES_FFHB_BRANCH=events
|
PACKAGES_FFHB_BRANCH=events
|
||||||
|
|
18
site.conf
18
site.conf
|
@ -28,7 +28,7 @@
|
||||||
wifi24 = {
|
wifi24 = {
|
||||||
channel = 5,
|
channel = 5,
|
||||||
ap = {
|
ap = {
|
||||||
ssid = 'bremen.freifunk.net',
|
ssid = 'freifunk.net',
|
||||||
},
|
},
|
||||||
-- mesh = {
|
-- mesh = {
|
||||||
-- id = 'mesh.n.ffhb.de',
|
-- 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 = {
|
bandwidth_limit = {
|
||||||
enabled = false,
|
enabled = false,
|
||||||
egress = 1800,
|
egress = 1800,
|
||||||
|
|
7
site.mk
7
site.mk
|
@ -1,5 +1,4 @@
|
||||||
GLUON_SITE_PACKAGES := \
|
GLUON_SITE_PACKAGES := \
|
||||||
gluon-mesh-batman-adv-15 \
|
|
||||||
gluon-respondd \
|
gluon-respondd \
|
||||||
respondd-module-airtime \
|
respondd-module-airtime \
|
||||||
gluon-autoupdater \
|
gluon-autoupdater \
|
||||||
|
@ -9,16 +8,12 @@ GLUON_SITE_PACKAGES := \
|
||||||
gluon-config-mode-mesh-vpn \
|
gluon-config-mode-mesh-vpn \
|
||||||
gluon-config-mode-geo-location \
|
gluon-config-mode-geo-location \
|
||||||
gluon-config-mode-contact-info \
|
gluon-config-mode-contact-info \
|
||||||
gluon-ebtables-filter-multicast \
|
|
||||||
gluon-ebtables-filter-ra-dhcp \
|
|
||||||
gluon-ebtables-source-filter \
|
|
||||||
gluon-web-admin \
|
gluon-web-admin \
|
||||||
gluon-web-autoupdater \
|
gluon-web-autoupdater \
|
||||||
gluon-web-mesh-vpn-fastd \
|
gluon-web-mesh-vpn-fastd \
|
||||||
gluon-web-network \
|
gluon-web-network \
|
||||||
gluon-web-wifi-config \
|
gluon-web-wifi-config \
|
||||||
gluon-radv-filterd \
|
gluon-client-bridge \
|
||||||
gluon-radvd \
|
|
||||||
gluon-setup-mode \
|
gluon-setup-mode \
|
||||||
gluon-speedtest \
|
gluon-speedtest \
|
||||||
gluon-status-page \
|
gluon-status-page \
|
||||||
|
|
Loading…
Reference in New Issue