Compare commits

...
This repository has been archived on 2024-05-11. You can view files and clone it, but cannot push or open issues or pull requests.

5 Commits

Author SHA1 Message Date
drbroiler d5e1bf8ce8 add autoupdater 2021-10-09 21:58:43 +02:00
drbroiler 7fe11d5a6a „site.conf“ ändern 2021-10-09 21:56:51 +02:00
drbroiler bc44e62a36 add 1.6.2 2021-10-09 17:05:21 +02:00
drbroiler 182b1d7ad0 del autoupdater 2021-10-09 17:01:58 +02:00
drbroiler f59522094b set autoupdate and ssh-key 2021-07-11 22:40:51 +02:00
2 changed files with 145 additions and 133 deletions

7
README
View File

@ -1,13 +1,12 @@
first build 24.12.2014:
stabile version 2015
http://vpnb.leipzig.freifunk.net:8004/freifunk-gluon/images-freifunk-leipzig-20150129/
http://firmware.leipzig.freifunk.net
stabile versions 1.6.2
https://images.freifunk-leipzig.de/
Gluon versions used for specific Leipzig Freifunk Firmware builds:
* 1.6.2: v2021.1.1
* 1.6.1: v2021.1.0
* 1.5.3: v2020.2.3
* 1.5.2: v2020.2.2

View File

@ -1,4 +1,4 @@
{
{
hostname_prefix = 'gluon-l',
site_name = 'Freifunk Leipzig',
site_code = 'l',
@ -8,7 +8,9 @@
prefix6 = 'fdef:ffc0:7030::/64',
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin
ntp_servers = {'gluon-ntp.leipzig.freifunk.net'},
ntp_servers = {
'gluon-ntp.leipzig.freifunk.net'
},
regdom = 'DE',
wifi24 = {
@ -50,7 +52,12 @@
mtu = 1426,
fastd = {
configurable = true,
methods = {'salsa2012+umac', 'salsa2012+gmac', 'null+salsa2012+umac'},
methods = {
'salsa2012+umac',
'salsa2012+gmac',
'null+salsa2012+umac'
},
groups = {
backbone = {
limit = 2,
@ -78,7 +85,9 @@
branches = {
stable = {
name = 'stable',
mirrors = {'http://gluon-updates-20161a.leipzig.freifunk.net/stable/sysupgrade'},
mirrors = {
'http://gluon-updates-20161a.leipzig.freifunk.net/stable/sysupgrade'
},
good_signatures = 1,
pubkeys = {
'a181bbc91cff1a91741fd17841f6aa3c4310cdaddf2236481c07d865cf2e873d', -- n3ph
@ -87,7 +96,9 @@
},
beta = {
name = 'beta',
mirrors = {'http://gluon-updates20161a.leipzig.freifunk.net/beta/sysupgrade'},
mirrors = {
'http://gluon-updates20161a.leipzig.freifunk.net/beta/sysupgrade'
},
good_signatures = 1,
pubkeys = {
'a181bbc91cff1a91741fd17841f6aa3c4310cdaddf2236481c07d865cf2e873d', -- n3ph
@ -96,7 +107,9 @@
},
experimental = {
name = 'experimental',
mirrors = {'http://gluon-updates20161a.leipzig.freifunk.net/experimental/sysupgrade'},
mirrors = {
'http://gluon-updates20161a.leipzig.freifunk.net/experimental/sysupgrade'
},
good_signatures = 1,
pubkeys = {
'a181bbc91cff1a91741fd17841f6aa3c4310cdaddf2236481c07d865cf2e873d', -- n3ph
@ -129,8 +142,8 @@
show_altitude = true,
osm = {
center = {
lat = 51.346483137,
lon = 12.377471924,
lat = 51.336512147,
lon = 12.338276803,
},
zoom = 12,
},