From 6a65590ffd608d8f1e47f05652a8ec01fc1fec7e Mon Sep 17 00:00:00 2001 From: Ole Date: Sat, 11 Oct 2014 18:45:37 +0200 Subject: [PATCH] updated site.conf for more information see site.conf --- site.conf | 52 +++++++++++++++++++++++++++++++++++++++++++++------- site.mk | 2 +- 2 files changed, 46 insertions(+), 8 deletions(-) diff --git a/site.conf b/site.conf index f71aced..6ca0b4c 100644 --- a/site.conf +++ b/site.conf @@ -1,4 +1,35 @@ ---[[ gluon site.conf example +--[[ + + ****** Gluon site.conf ****** + Version: 0.6~stable20141011 + Branch: stable + Ersteller: Ole + Datum: 11.10.2014 + + + Changelog: + 0.6~stable20141011 11.10.2014 Ole + - gw04 hinzugefügt + - Text "Knoten hinzufügen" geändert + - Autoupdater auf "stable" als Standart-Wert gesetzt + + 0.6~exp20141004 04.10.2014 Ole + - Autoupdater hinzugefügt + + 0.6~exp20140926 26.09.2014 Ole + - Bugfixes + - gw02 hinzugefügt + + 0.6~exp20140907 07.09.2014 Ole + - initiale Version + + + ****************************** + + + + + gluon site.conf example This file contains the Munich freifunk site.conf which was adopted from the original freifunk suite used in Luebeck. There are comments added to most switches to explain the usage of gluon. @@ -128,7 +159,10 @@ key = 'fd0b9a4a2f5117b2cc187e80e3656b1da854dd1bcbc17680833cc6824b3c4101', remotes = {'ipv4 "46.149.17.144" port 10000'}, }, - + vpn_gw04 = { --[[ VPN Server von mephisto ]] + key = '40ebfaf04da006d9150d3d8adeaab0dfa62ca645b416403537cb009bbf2125b5', + remotes = {'ipv4 "213.166.225.3" port 10000'}, + }, }, }, }, @@ -144,7 +178,7 @@ autoupdater = { enabled = 1, - branch = 'experimental', + branch = 'stable', branches = { stable = { name = 'stable', @@ -225,10 +259,14 @@ entsprechend aus und sende es ab. msg_pubkey = [[ Dies ist der öffentliche Schlüssel deines Freifunk-Knotens. Erst nachdem er auf den Servern des Münchener Freifunk-Projektes eingetragen wurde, -kann sich dein Knoten mit dem Münchner Mesh-VPN verbinden. Bitte -schicke dazu diesen Schlüssel und den Namen deines Knotens -(<%=hostname%>) an -Ole oder an frnk. +kann sich dein Knoten mit dem Münchner Mesh-VPN verbinden. + +Um Deinen Knoten einzutragen, öffne in einem Browser Deiner Wahl bitte http://37.120.168.150/fastd-key-formular/index.php und fülle das Formular aus. + + +Knotenname: (<%=hostname%>) + +Sollte das Formular down sein, sende bitte eine Mail an Ole oder frnk. ]], msg_reboot = [[

diff --git a/site.mk b/site.mk index dc247b3..61b2b0d 100644 --- a/site.mk +++ b/site.mk @@ -22,7 +22,7 @@ GLUON_SITE_PACKAGES := \ haveged -DEFAULT_GLUON_RELEASE := 0.6~exp$(shell date '+%Y%m%d') +DEFAULT_GLUON_RELEASE := 0.6~stable$(shell date '+%Y%m%d') # Allow overriding the release number from the command line GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)