mirror of
https://github.com/ffrgb/site-ffrgb.git
synced 2024-12-27 19:31:51 +01:00
Use 2020.2.2, add broker entpoind host
This commit is contained in:
parent
be887cb984
commit
b1f4879de0
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
|||||||
GLUON_BUILD_DIR := gluon-build
|
GLUON_BUILD_DIR := gluon-build
|
||||||
GLUON_GIT_URL := https://github.com/freifunk-gluon/gluon
|
GLUON_GIT_URL := https://github.com/freifunk-gluon/gluon
|
||||||
GLUON_GIT_REF := v2020.2.1
|
GLUON_GIT_REF := 21151062af4a0141ad6c6855682ff5de255db146
|
||||||
|
|
||||||
SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key
|
SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key
|
||||||
|
|
||||||
|
@ -62,7 +62,8 @@
|
|||||||
{
|
{
|
||||||
publickey ='SfVwYUjy2b9AZ+R/JTwmLXz5jm1UEmnfuRMGpN9B4X4=',
|
publickey ='SfVwYUjy2b9AZ+R/JTwmLXz5jm1UEmnfuRMGpN9B4X4=',
|
||||||
endpoint ='gw31.ffrgb.net:40001',
|
endpoint ='gw31.ffrgb.net:40001',
|
||||||
link_address='fdef:f30f:2342:cafe::31',
|
broker ='gw31.ffrgb.net',
|
||||||
|
link_address='fe80::31',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
1
site.mk
1
site.mk
@ -5,7 +5,6 @@ GLUON_SITE_PACKAGES := \
|
|||||||
gluon-config-mode-core \
|
gluon-config-mode-core \
|
||||||
gluon-config-mode-autoupdater \
|
gluon-config-mode-autoupdater \
|
||||||
gluon-config-mode-hostname \
|
gluon-config-mode-hostname \
|
||||||
gluon-config-mode-mesh-vpn \
|
|
||||||
gluon-config-mode-domain-select \
|
gluon-config-mode-domain-select \
|
||||||
gluon-config-mode-geo-location \
|
gluon-config-mode-geo-location \
|
||||||
gluon-config-mode-contact-info \
|
gluon-config-mode-contact-info \
|
||||||
|
Loading…
Reference in New Issue
Block a user