Commit Graph

107 Commits

Author SHA1 Message Date
Ruben Barkow
34deeac380 gluon-config-mode-geo-location: make the label for altitude definable in the site folder (#883) 2016-11-30 13:13:59 +01:00
viisauksena
539081d315 gluon-mesh-vpn-fastd: make fastd syslog level configurable (#915) 2016-11-06 00:01:49 +01:00
Matthias Schiffer
d017739ac0
docs: change version to v2016.2+ 2016-09-21 20:19:10 +02:00
Matthias Schiffer
6964d30ff2
docs, README: change current release to v2016.2 2016-09-21 20:04:57 +02:00
Matthias Schiffer
96917d644d
docs: update comment about prefix4 in site.conf example 2016-09-10 17:20:54 +02:00
Ruben Barkow
d03c88afb4 gluon-config-mode-contact-info: define an "obligatory" option in site.conf (#843) 2016-09-07 06:44:57 +02:00
Matthias Schiffer
639c12b8e2
ar71xx-generic: add support for new TP-Link region codes
Generate flashable images for the Archer C7 v2 with current stock firmware
again.

To set the region code, the GLUON_REGION variable must be set to "us" or
"eu" in site.mk or as a make argument.

Fixes #860
2016-08-28 21:03:56 +02:00
Matthias Schiffer
819c7d59f1
gluon-config-mode-*, gluon-luci-*: add escaping for many user- or site-defined strings
Allows weird release numbers, models and site names, and prepares support
for pretty hostnames.
2016-08-27 15:18:13 +02:00
kb-light
6ff94aca35 gluon-core: make wifi rates configurable by site.conf
and add documentation
2016-08-27 07:11:58 +02:00
kb-light
269a8fbdd4 gluon-config-mode-geo-location: add ability to hide the altitude field (#693) 2016-04-27 12:37:30 +02:00
Matthias Schiffer
e021af7cb5 docs: change version to v2016.1+ 2016-02-08 10:49:06 +01:00
Matthias Schiffer
55dc9c369d docs, README: change current release to v2016.1 2016-02-08 10:46:28 +01:00
kpanic23
e8d0fc6a81 Corrected some typos and strange grammar 2016-02-04 14:29:01 +01:00
Jan-Philipp Litza
4ab184cd61 docs: Update regarding respondd refactoring 2016-02-02 15:13:17 +01:00
Alexander Dahl
47dee86d8f doc: remove double opening next_node line in site.conf example
I guess this is some copy and paste mistake which makes the example an
invalid site.conf. In my case merging the changes of the example into
our actual site.conf lead to an error because this line was merged to.
2015-10-29 14:33:24 +01:00
Matthias Schiffer
3ddcf50b80 Drop htmode field from config, always use HT20
Fixes #487
2015-10-27 01:57:10 +01:00
Matthias Schiffer
26682b24b3 Replace gluon-simple-tc by non-Gluon-specific simple-tc
The Gluon-specific functions of the gluon-simple-tc package are moved to
gluon-mesh-vpn-fastd.
2015-10-15 02:38:47 +02:00
Matthias Schiffer
b46d4fd537 gluon-mesh-batman-adv-core: make gateway selection class configurable
Fixes #401
2015-10-12 21:49:02 +02:00
Matthias Schiffer
98542b015d i18n: s/noeud/nœud/ 2015-10-08 22:16:25 +02:00
Matthias Schiffer
8d71044aaf docs: site-example/i18n: fix encoding of french translation 2015-10-08 22:16:25 +02:00
Matthias Schiffer
9640e66005 Merge pull request #448 from ff3l/french
Französische Übersetzung
2015-09-23 09:45:15 +09:00
Jan-Philipp Litza
d3063ed2e1 Merge pull request #493 from rubo77/patch-4
docs: Suggest MTU 1280 to circumvent Kabel Deutschland problems
2015-09-19 15:05:59 +02:00
srauscher
16888d214d Add french translation 2015-09-17 07:28:09 +02:00
Ruben Barkow
0035aa2989 docs: Suggest MTU 1280 to circumvent Kabel Deutschland problems 2015-09-14 11:47:51 +02:00
Ruben Barkow
be49f755c7 docs: Suggest peer limit 1 instead of 2 2015-09-14 11:46:46 +02:00
Matthias Schiffer
f5bef2ab01 docs: site-example/i18n/de.po: fix typo 2015-08-31 00:45:52 +02:00
Jan-Philipp Litza
eb590bdc12 gluon-config-mode-mesh-vpn: Move display of key to translations
When rebooting the node in config mode, currently the fastd key is
forcefully displayed in a fixed format. This is confusing in communities
where fastd accepts all keys and no key submission is needed.
Furthermore, some communities might want to personalize the display of
the key (see #387).

This patch moves the displaying <div> from the package's lua file to the
translation files of the sample site configuration and mentiones the
change in the release notes.
2015-08-30 21:55:29 +02:00
Nils Schneider
2a93c58042 mesh-batadv-core: introduce 11s mesh, refactor wireless config
This is a site.conf-breaking change in regard to the wireless config.
Make sure to read http://gluon.readthedocs.org/en/latest/user/site.html
and update your site.conf accordingly!

Support for 802.11s mesh interfaces has been added. Gluon now supports
three interface types: ap, ibss and mesh. All of them are now optional
and may be configured independently in site.conf.

A sample site.conf may look like this:

    wifi24 = {
            channel = 1,
            htmode = 'HT40+',
            ap = {
                    ssid = 'luebeck.freifunk.net',
            },
            ibss = {
                    ssid = '02:d1:11:37:fc:38',
                    bssid = '02:d1:11:37:fc:38',
                    mcast_rate = 12000,
            },
            mesh = {
                    id = 'ffhl-mesh',
                    mcast_rate = 12000,
            },
    },
2015-08-04 23:05:29 +02:00
Matthias Schiffer
8332a49b78 docs: change version to 2015.1+ 2015-05-21 01:06:25 +02:00
Matthias Schiffer
80906c2a0c docs, README: change current release to v2015.1 2015-05-16 15:34:55 +02:00
Matthias Schiffer
7f1e2621af docs: add gluon-luci-wifi-config to the example site.mk 2015-05-16 14:33:19 +02:00
Matthias Schiffer
26629da378 Merge pull request #363 from freifunk-gluon/enter-cm
docs/site-example: explain how to re-enter configmode
2015-05-16 12:12:31 +02:00
Nils Schneider
df4ec226b4 docs/site-example: explain how to re-enter configmode
Fixes #347
2015-05-16 12:09:22 +02:00
Matthias Schiffer
548c70d170 docs: mention fastd_mesh_vpn.enabled setting 2015-05-14 02:13:16 +02:00
Matthias Schiffer
2e5c8f39cc docs: add some explanations regarding the fastd_mesh_vpn "configurable" setting 2015-05-04 03:09:36 +02:00
Matthias Schiffer
adf7b0d810 docs: make gluon-batman-adv-15 the recommended batman-adv version 2015-05-03 20:38:34 +02:00
Matthias Schiffer
1b7c3e060b gluon-luci-node-role: make node role display strings translatable 2015-04-30 23:48:07 +02:00
Matthias Schiffer
00c47f2912 gluon-mesh-vpn-fastd: extend site configuration to allow multiple and nested peer groups 2015-04-30 13:05:15 +02:00
Matthias Schiffer
728a101d8d docs: update site.mk 2015-04-26 14:26:29 +02:00
DO9XE
44beb0c178 gluon-mesh-batman-adv-core: make wireless-disable state survive updates and allow site option 2015-04-25 21:38:57 +02:00
Jan-Philipp Litza
5faca867c4 Document changes to hostname_prefix field of site.conf 2015-03-21 14:33:18 +01:00
Matthias Schiffer
2538b1b108 docs: add POT file to site example 2015-03-19 22:59:51 +01:00
Matthias Schiffer
0f0abd2c7f docs: update site-example for i18n support 2015-03-19 22:46:01 +01:00
Matthias Schiffer
ffc3f8ec6f Merge branch 'role_doc' of https://github.com/freifunk-mwu/gluon 2015-03-03 02:31:43 +01:00
Kokel
28c7e0e20f add documentation for roles feature add by https://github.com/freifunk-gluon/packages/pull/83 2015-02-14 00:47:55 +01:00
Nils Schneider
f36eba552e docs/site-example: typo 2015-01-27 18:32:31 +01:00
NeoRaider
0dcb3619a6 Merge pull request #274 from freifunk-darmstadt/site-example
docs/site-example: cleanup
2015-01-25 00:16:19 +01:00
NeoRaider
c79fd70410 Merge pull request #276 from freifunk-leipzig/for-gluon
docs: add mesh_vlan entry
2015-01-25 00:09:59 +01:00
Nils Schneider
9807d2da7a docs: skipping of setup mode
This PR documents functionality added by
https://github.com/freifunk-gluon/packages/pull/95
2015-01-24 10:18:30 +01:00
Daniel Golle
44011457c9 docs: add docs and example for mesh_vlan site parameter
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-01-18 08:24:56 +01:00
Florian Klink
cba844cb5a docs/site-example: cleanup
- generalize, to make it more clear that the site config
   needs to be adapted to the local community.
 - remove some host names and public keys used in Lübeck
 - suggest private space mac adresses
 - change fastd method to salsa2012+umac, which is the recommended default
 - add config for a fastd peer reachable by both ipv4 and ipv6
 - order GLUON_SITE_PACKAGES alphabetically
2015-01-16 15:46:48 +01:00
Florian Knodt
3e7813009d Site sample configuration: Linkfix timezones
Link to timezone configuration help had a wrong anchor
2014-12-07 00:37:23 +01:00
Nils Schneider
62b063f366 docs/site-example: default to batman-adv-14 2014-11-17 15:19:37 +01:00
Patrick Uven
adad5894b3 Changed example bssid in site.conf to a valid one (in terms of config file parsing) 2014-11-17 15:19:05 +01:00
Nils Schneider
8347527af4 docs: unclutter site-example 2014-11-17 15:18:44 +01:00
Matthias Schiffer
64bac337c7 docs: gluon-mesh-batman-adv split 2014-08-08 16:30:37 +02:00
Nils Schneider
a0635e4ca9 docs: add site-example 2014-08-05 20:47:29 +02:00