diff --git a/README.md b/README.md index b4feb9e..82948f9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # freifunk-celle -Site-Konfiguration für das Gluon Image (v2015.1.2) der Freifunk Celle Community. +Site-Konfiguration für das Gluon Image (v2016.2.5) der Freifunk Celle Community. diff --git a/i18n/de.po b/i18n/de.po index 799602d..4f7f39d 100644 --- a/i18n/de.po +++ b/i18n/de.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Content-Type: text/plain; charset=UTF-8\n" -"Project-Id-Version: 0.1\n" -"PO-Revision-Date: 2015-03-19 20:28+0100\n" +"Project-Id-Version: 0.2\n" +"PO-Revision-Date: 2017-05-06 20:00+0100\n" "Last-Translator: Freifunk Celle \n" "Language-Team: German\n" "Language: de\n" @@ -23,7 +23,13 @@ msgstr "" "kann sich dein Knoten mit dem Celler Mesh-VPN verbinden. Bitte " "schicke dazu diesen Schlüssel und den Namen deines Knotens " "(<%=hostname%>) an " -"keys@freifunk-celle.de." +"'s%20Schluessel&body=#<%=urlescape(hostname)%>%0A<%=pubkey%>\">keys@freifunk-celle.de." +"

" +"
" +" # <%=escape(hostname)%>" +"
" +"<%= pubkey %>" +"
" msgid "gluon-config-mode:reboot" msgstr "" diff --git a/i18n/en.po b/i18n/en.po index a96aa52..1107ae0 100644 --- a/i18n/en.po +++ b/i18n/en.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Content-Type: text/plain; charset=UTF-8\n" -"Project-Id-Version: 1.0\n" -"PO-Revision-Date: 2015-03-19 20:28+0100\n" +"Project-Id-Version: 0.2\n" +"PO-Revision-Date: 2017-05-06 20:00+0100\n" "Last-Translator: Freifunk Celle \n" "Language-Team: English\n" "Language: en\n" @@ -21,7 +21,13 @@ msgstr "" "connect to the mesh VPN until the key has been registered on the Freifunk " "Celle servers. " "To register the key send it together with your node's name (<%=hostname%>) to " -"keys@freifunk-celle.de." +"'s%20key&body=#<%=urlescape(hostname)%>%0A<%=pubkey%>\">keys@freifunk-celle.de." +"

" +"
" +" # <%=escape(hostname)%>" +"
" +"<%= pubkey %>" +"
" msgid "gluon-config-mode:reboot" diff --git a/site.conf b/site.conf index 3739083..9ab72df 100644 --- a/site.conf +++ b/site.conf @@ -17,27 +17,35 @@ regdom = 'DE', wifi24 = { channel = 6, - ssid = 'freifunk-celle.de', - htmode = 'HT20', - mesh_ssid = 'mesh.freifunk-celle.de', - stamesh_ssid = 'stamesh.freifunk-celle.de', - mesh_bssid = 'de:00:00:00:ff:ce', - mesh_enc = 'psk', - stamesh_enc = 'psk-mixed+tkip+ccmp', - mesh_psk = 'Ich weiss, was ich tue.', - mesh_mcast_rate = 12000, +-- htmode = 'HT20', + ap = { + ssid = 'freifunk-celle.de', + }, + mesh = { + id = 'ffce-mesh', + mcast_rate = 12000, + }, +-- ibss = { +-- ssid = 'stamesh.freifunk-celle.de', +-- bssid = 'de:00:00:00:ff:ce', +-- mcast_rate = 12000, +-- }, }, wifi5 = { channel = 40, - ssid = 'freifunk-celle.de', - htmode = 'HT20', - mesh_ssid = 'mesh.freifunk-celle.de', - stamesh_ssid = 'stamesh.freifunk-celle.de', - mesh_bssid = 'de:00:00:00:ff:ce', - mesh_enc = 'psk', - stamesh_enc = 'psk-mixed+tkip+ccmp', - mesh_psk = 'Ich weiss, was ich tue.', - mesh_mcast_rate = 12000, +-- htmode = 'HT20', + ap = { + ssid = 'freifunk-celle.de', + }, + mesh = { + id = 'ffce-mesh', + mcast_rate = 12000, + }, +-- ibss = { +-- ssid = 'stamesh.freifunk-celle.de', +-- bssid = 'de:00:00:00:ff:ce', +-- mcast_rate = 12000, +-- }, }, -- Node finder for connecting to next local node. @@ -50,7 +58,7 @@ -- VPN meshing with supernode. fastd_mesh_vpn = { methods = {'salsa2012+umac'}, - configurable = true, +-- configurable = true, mtu = 1406, -- support both IPv4 and IPv6 links over PPPoE with the same MTU. groups = { backbone = { @@ -68,7 +76,6 @@ }, }, }, - -- Automatic updates for the Gluon image. autoupdater = { branch = 'stable', @@ -99,8 +106,18 @@ mesh_vpn = { ifname = 'mesh-vpn', enabled = false, - limit_egress = 600, - limit_ingress = 6000, + limit_egress = 1024, + limit_ingress = 4096, + }, + }, + config_mode = { + -- Show/hide the altitude field + geo_location = { + show_altitude = false, }, + -- define if the contact field is obligatory (optional) + owner = { + obligatory = true + }, }, } diff --git a/site.mk b/site.mk index 7e948f7..1cee7ce 100644 --- a/site.mk +++ b/site.mk @@ -7,7 +7,7 @@ GLUON_SITE_PACKAGES := \ gluon-mesh-batman-adv-15 \ gluon-alfred \ - gluon-announced \ + gluon-respondd \ gluon-autoupdater \ gluon-config-mode-autoupdater \ gluon-config-mode-contact-info \ @@ -21,7 +21,6 @@ GLUON_SITE_PACKAGES := \ gluon-luci-autoupdater \ gluon-luci-portconfig \ gluon-luci-wifi-config \ - gluon-luci-private-wifi \ gluon-next-node \ gluon-mesh-vpn-fastd \ gluon-radvd \ @@ -48,11 +47,18 @@ DEFAULT_GLUON_RELEASE := 0.6+exp$(shell date '+%Y%m%d') # gluon-ff%site_code%-23.42+5-%router_model%.bin # Allow overriding the release number from the command line, same as gluon branch. -GLUON_RELEASE ?= 1.0.13 -GLUON_BRANCH ?= testing +GLUON_RELEASE ?= 1.0.14 +# stable testing experimental +GLUON_BRANCH ?= stable # Default priority for updates. GLUON_PRIORITY ?= 0 +# Region code required for some images; supported values: us eu +GLUON_REGION = eu + # Languages to include GLUON_LANGS ?= en de + +# Build ath10k support +GLUON_ATH10K_MESH = 11s