forked from remote/site-ffmuc
updated site.conf
for more information see site.conf
This commit is contained in:
52
site.conf
52
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.
|
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.
|
There are comments added to most switches to explain the usage of gluon.
|
||||||
@@ -128,7 +159,10 @@
|
|||||||
key = 'fd0b9a4a2f5117b2cc187e80e3656b1da854dd1bcbc17680833cc6824b3c4101',
|
key = 'fd0b9a4a2f5117b2cc187e80e3656b1da854dd1bcbc17680833cc6824b3c4101',
|
||||||
remotes = {'ipv4 "46.149.17.144" port 10000'},
|
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 = {
|
autoupdater = {
|
||||||
enabled = 1,
|
enabled = 1,
|
||||||
branch = 'experimental',
|
branch = 'stable',
|
||||||
branches = {
|
branches = {
|
||||||
stable = {
|
stable = {
|
||||||
name = 'stable',
|
name = 'stable',
|
||||||
@@ -225,10 +259,14 @@ entsprechend aus und sende es ab.
|
|||||||
msg_pubkey = [[
|
msg_pubkey = [[
|
||||||
Dies ist der öffentliche Schlüssel deines Freifunk-Knotens. Erst nachdem
|
Dies ist der öffentliche Schlüssel deines Freifunk-Knotens. Erst nachdem
|
||||||
er auf den Servern des Münchener Freifunk-Projektes eingetragen wurde,
|
er auf den Servern des Münchener Freifunk-Projektes eingetragen wurde,
|
||||||
kann sich dein Knoten mit dem Münchner Mesh-VPN verbinden. Bitte
|
kann sich dein Knoten mit dem Münchner Mesh-VPN verbinden.
|
||||||
schicke dazu diesen Schlüssel und den Namen deines Knotens
|
|
||||||
(<em><%=hostname%></em>) an
|
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.
|
||||||
<a href="mailto:mail@dreessen.de">Ole</a> oder an <a href="mailto:Frnk@bk.ru">frnk</a>.
|
|
||||||
|
|
||||||
|
Knotenname: (<em><%=hostname%></em>)
|
||||||
|
|
||||||
|
Sollte das Formular down sein, sende bitte eine Mail an <a href="mailto:mail@dreessen.de">Ole</a> oder <a href="mailto:Frnk@bk.ru">frnk</a>.
|
||||||
]],
|
]],
|
||||||
msg_reboot = [[
|
msg_reboot = [[
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
2
site.mk
2
site.mk
@@ -22,7 +22,7 @@ GLUON_SITE_PACKAGES := \
|
|||||||
haveged
|
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
|
# Allow overriding the release number from the command line
|
||||||
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
||||||
|
|||||||
Reference in New Issue
Block a user