Ralf Jung
4bae0a429f
docs: dns-cache: explain setting dns.servers a bit more ( #1268 )
2017-12-27 00:21:08 +01:00
Andreas Ziegler
6f7504b48a
docs: site-example: site.conf: fix typo
2017-11-15 03:44:53 +01:00
Matthias Schiffer
3fce6a6836
docs: fix recommended command line to generate site seed
...
Without -v, hexdump would sometimes replace duplicate bytes with "*" and
a newline.
2017-10-31 22:41:33 +01:00
lrnzo
0b4cbec0e9
docs: change group name gluon-fastd to gluon-mesh-vpn
...
The group was renamed during the development of Gluon v2017.1, adjust the
documentation accordingly.
2017-10-22 20:34:05 +02:00
Martin Weinelt
1992d4fd29
docs: mtu: fix reference to faq entry, add mtu diagram locally
2017-10-17 01:16:26 +02:00
Martin Weinelt
e4ef421711
docs: faq: clarify how to calculate proper mesh-vpn mtu value
2017-10-14 13:59:46 +02:00
Martin Weinelt
0d1d579196
docs: mesh-vpn: recommend better default mtu
2017-10-14 13:59:46 +02:00
Tarnatos
230897be86
docs: autoupdater.rst: add GLUON_RELEASE to make manifest ( #1235 )
2017-10-12 09:50:17 +02:00
hexa-
ea01c467f2
docs: fix typo in v2017.1.3 release notes ( #1234 )
2017-10-11 02:01:50 +02:00
Matthias Schiffer
36c940c11d
docs, README: import v2017.1.3 release notes
2017-10-04 22:53:30 +02:00
Chrissi^
ab296fcd13
docs: mention GLUON_RELEASE in make manifest instructions
...
Adding the fact that GLUON_RELEASE is needed with 'make manifest'
if it is used with 'make'.
This fact was mentioned in the v2017.1 release notes but is not (clearly)
mentioned inside other parts of the documentation.
Signed-off-by: Chrissi^ <chris@tinyhost.de>
[Matthias Schiffer: minor rewording]
2017-09-06 18:26:29 +02:00
Matthias Schiffer
2c7f4487fd
docs: features/autoupdater: whitespace cleanup
2017-09-06 18:24:03 +02:00
A.Kasper
5de9f0469e
Update dns-cache.rst: adding a best practices for setting the name
...
Adding hints that the next_node name should contain a dot to avoid (mobile) browsers interpreting "nextnode" as searchphrase. Also setting it to an fqdn helps when clients use static dns servers.
2017-08-25 23:04:32 +02:00
Matthias Schiffer
9168107f13
docs: import v2017.1.2 release notes
2017-08-14 02:06:31 +02:00
Matthias Schiffer
24cfdc384a
docs: import v2016.2.7 release notes
2017-08-14 02:04:16 +02:00
hexa-
5617eec665
docs/site-example: fix comment and syntax error ( #1186 )
2017-07-11 04:14:24 +02:00
kb-light
46126de792
Add new package gluon-web-logging ( #1153 )
2017-07-11 02:58:45 +02:00
Matthias Schiffer
9ae2be7b55
docs: dev/feature-flags: fix a few typos
2017-07-09 02:35:06 +02:00
Matthias Schiffer
6ca841bad5
build: introduce GLUON_FEATURES
...
To reduce the number of packages that need to be listed in
GLUON_SITE_PACKAGES, this adds a new variable GLUON_FEATURES. Sets of
packages are enabled automatically based on the combination of listed
feature flags.
Site-specified package feeds can provide their own feature flag
definitions.
2017-07-09 02:31:38 +02:00
Matthias Schiffer
2cd30d644b
Remove redundant virtual packages
...
As PROVIDES can be used to replace real packages now, we don't need the
virtual packages as workaround anymore. This also means that the providing
packages don't need to be added to site.mk explicitly anymore when the
default provider is used.
2017-07-08 16:34:40 +02:00
Ruben Barkow
84d117ff73
gluon-web-admin: add option to show/hide password-login and add minimum password length
2017-07-07 02:15:52 +02:00
Matthias Schiffer
d72a1ea9c6
docs, README: import Gluon v2017.1.1 release notes
2017-07-03 17:17:02 +02:00
Matthias Schiffer
8bcd0975af
gluon-core: add a "site seed" to site.conf to seed site-specific random values
2017-06-27 23:00:17 +02:00
Matthias Schiffer
08e667ba2e
gluon-client-bridge: add default next-node MAC address
...
The next-node MAC address doesn't need to be unique in different
communities, so we can as well add a default value.
2017-06-26 22:48:45 +02:00
kb-light
c90e13594a
docs: dev/web/model: fix typo ( #1152 )
2017-06-24 19:25:12 +02:00
Ruben Barkow
1d2f3be71d
docs: site-example with cryptic SSID for mesh ( #1125 )
...
The SSID for the mesh network should be cryptic, otherwise some users will try to connect to that network and have a bad user experience.
2017-06-19 10:51:19 +02:00
kb-light
56d74e41c1
docs: update ffho site repo ( #1145 )
2017-06-19 00:40:54 +02:00
Matthias Fritzsche
201fa576b8
docs: add note that GCC 4.8 is needed to build gluon
...
The used nodejs 4.4.5 needs at least GCC 4.8 to be build
https://github.com/nodejs/node/blob/v4.x/BUILDING.md
Signed-off-by: Matthias Fritzsche <matthias@chemnitz.freifunk.net>
[Matthias Schiffer: moved information to the first section]
2017-06-14 10:12:35 +02:00
Matthias Schiffer
e40e05ad5f
docs: releases/v2017.1: add some more information on updating v2016.2.x build setups
2017-06-13 11:06:19 +02:00
Matthias Schiffer
4827f2df1b
docs: site-example: remove redundant "iptables" package
...
iptables will be pulled in anyways.
2017-06-10 22:00:47 +02:00
Matthias Schiffer
49354994ef
docs: Gluon v2017.1+
2017-06-10 14:06:00 +02:00
Matthias Schiffer
31893cb912
docs, README: Gluon v2017.1
2017-06-10 14:04:23 +02:00
Matthias Schiffer
5da8a15382
docs, README: import Gluon v2016.2.6 release notes
2017-06-10 13:54:13 +02:00
Matthias Schiffer
0cfbc60b05
docs: releases/v2017.1: add note about x86 image sizes
2017-06-10 12:05:25 +02:00
Matthias Schiffer
606e8490d3
docs: dev/upgrade: some minor text improvements
2017-06-08 20:59:57 +02:00
Matthias Schiffer
fab7ae3d7f
docs: releases/v2017.1: add another note about migration of packages
2017-06-08 20:56:36 +02:00
Matthias Schiffer
a8e6fb8aa0
docs: releases/v2017.1: mention missing tunneldigger IPv6 support
2017-06-08 16:25:09 +02:00
Matthias Schiffer
c0d261beb7
docs: add preliminary v2017.1 release notes
2017-06-08 16:07:14 +02:00
Matthias Schiffer
71bfa305fd
docs: features/dns-cache: clean up
2017-06-07 17:07:52 +02:00
Matthias Schiffer
8bfa3f96c9
docs: update hardware support list
2017-06-07 15:42:21 +02:00
mokkin
774d733dee
docs: user/site: clarify syntax of mesh_on_lan/mesh_on_wan options ( #1119 )
2017-05-04 06:03:26 +02:00
Steffen Förster
373613bb54
ar71xx-generic: add profile for UBNT Airgateway Pro and alias for UBNT Airgateway LR ( #1107 )
...
The Airgateway LR is the same device as the normal Airgateway but with an detachable antenna. The Pro version is a cheap dual band device.
2017-04-27 04:15:13 +02:00
Tarnatos
22042a3bf2
better upstream server description ( #1106 )
...
gluon-core: dns-cache documentation polish
Now its clear that upstreams severs normally means "community gateways".
* added cacheentries to description
* made upstream server description more general
* description of the A and AAAA-records for next_node added
* mention of Cache not being allocated when not set in site.conf
* dns-cache doku polish
2017-04-26 19:02:22 +02:00
Simon Joda Stößer
2789710104
docs: site-example/site.mk: improve comment about variables ( #1095 )
2017-04-13 21:59:17 +02:00
Matthias Schiffer
4ca67dcca5
gluon-mesh-batman-adv-*: unify into a single source package
...
For simplicity, we don't use different MTUs for compat 14 and 15 anymore,
there's no harm in using 1532 for batman-adv-legacy as well.
2017-04-12 04:22:45 +02:00
Julian Labus
9d5c551166
docs: restructure index for better readability in readthedocs theme
2017-04-10 16:32:37 +02:00
Julian Labus
4cf977485a
docs: add missing link to gluon-ebtables-source-filter
2017-04-10 16:32:37 +02:00
Matthias Schiffer
9e487f3104
docs, README: Gluon v2016.2.5
2017-04-09 21:44:07 +02:00
Matthias Schiffer
9ae5fd3723
docs: add Gluon v2016.2.5 release notes
2017-04-09 21:43:02 +02:00
kb-light
eefd2ef8db
Add package gluon-ebtables-source-filter ( #1015 )
2017-04-09 18:18:51 +02:00
bobcanthelpyou
eae359c961
docs: features/monitoring: update alfred README and alfred-json links ( #1081 )
2017-03-26 23:54:43 +02:00
hexa-
adf3b91557
docs: user/site.rst: add peer with ip addresses and mention resilience benefit ( #1073 )
2017-03-23 17:35:50 +01:00
Matthias Schiffer
e13f1b2c5b
docs, README: Gluon v2016.2.4
2017-03-13 15:25:30 +01:00
lrnzo
54e271ad99
docs: dev/web/i18n: fix typo ( #1068 )
2017-03-12 00:49:56 +01:00
lrnzo
e01f4f14aa
docs: features/wired-mesh.rst: fix typo ( #1067 )
2017-03-11 14:20:41 +01:00
Matthias Schiffer
ca5e1f8b75
docs: site-example: update mesh VPN configuration
2017-03-10 20:17:41 +01:00
Matthias Schiffer
e6d0b58d91
docs: user/site: add information on gluon-mesh-vpn-tunneldigger configuration
2017-03-10 19:49:11 +01:00
Matthias Schiffer
be88eba07f
Refactor common parts of gluon-mesh-vpn-fastd into a gluon-mesh-vpn-core package
...
The fastd_mesh_vpn site.conf section is renamed to mesh_vpn.fastd.
2017-03-10 19:45:34 +01:00
Matthias Schiffer
568ba483bb
docs: dev/web/view: fix a typo
2017-02-24 15:22:27 +01:00
Ruben Barkow
4f87327bfa
docs: add email subject and body to site-example
2017-02-23 16:40:36 +01:00
Matthias Schiffer
071c5c18f8
docs: some site-example i18n HTML fixes
2017-02-23 10:21:31 +01:00
rubo77
da7f69142f
gluon-config-mode-mesh-vpn: add extra message if mesh-VPN was not selected
...
This was introduced in ffhh-packages at https://github.com/freifunkhamburg/ffhh-packages/tree/master/gluon-config-mode-reboot-ffhh
2017-02-22 19:28:25 +01:00
Matthias Schiffer
1d7b4482b7
gluon-web: add renderer._translate()
...
_translate() will return nil when no match is found.
2017-02-22 19:28:22 +01:00
Matthias Schiffer
e70ced9caa
docs: fix uses of obsolete "escape" function in site examples
2017-02-22 18:14:15 +01:00
Matthias Schiffer
22746a2a0d
docs: add documentation for gluon-web
2017-02-22 01:32:19 +01:00
Matthias Schiffer
31d3f08f25
treewide: convert all LuCI-based packages to gluon-web
2017-02-22 01:31:25 +01:00
Ruben Barkow
95c04cd862
docs: improve autoupdater explanation
2017-02-21 10:14:28 +01:00
Matthias Schiffer
266b02dba6
docs, README: Gluon v2016.2.3
2017-02-13 02:20:07 +01:00
Matthias Schiffer
5fd1a91816
docs: add release notes for Gluon v2016.2.3
2017-02-13 02:19:06 +01:00
Matthias Schiffer
0775bf76aa
docs: dev/hardware: update libplatforminfo instructions
2017-02-12 06:11:43 +01:00
Simon Joda Stößer
f3ba4d0d0c
docs: fix typos in 2016.1 release notes ( #1031 )
...
Add missing trailing `,` in simple_tc section and change the order of ingress and egress to default format used by Gluon.
2017-02-09 17:31:17 +01:00
Matthias Schiffer
3300c5a9bf
docs: add features/dns-cache to TOC
2017-02-09 03:06:07 +01:00
Andreas Ziegler
1222c386a7
gluon-dns-config: update documentation ( #1013 )
2017-01-29 00:15:00 +01:00
Christof Schulze
e2e910fb41
gluon-core: add configuration that enables the next_node to be used as dns cache
2017-01-24 23:20:40 +01:00
Matthias Schiffer
78b2775eec
Use LEDE as base for Gluon
2017-01-18 17:21:43 +01:00
Matthias Schiffer
850499fdb3
ar71xx-generic: mark Meraki devices as BROKEN again
...
These devices don't have unique MAC addresses with OpenWrt/LEDE at the moment
(see #993 ).
2017-01-09 23:06:09 +01:00
kb-light
d3bc378536
ar71xx-generic: TP-Link WBS210/510: remove BROKEN ( #1002 )
2017-01-09 22:25:16 +01:00
Matthias Schiffer
bee999dd90
ar71xx-generic: backport support for TP-LINK TL-WR1043ND v4
...
Fixes #961
2016-12-22 00:01:55 +01:00
Matthias Schiffer
74ac0c6c78
docs: add TP-Link TL-WR940N v4 to hardware list
2016-12-19 15:09:24 +01:00
Matthias Schiffer
c25a87b1fc
docs, README: Gluon v2016.2.2
2016-12-19 00:26:42 +01:00
Matthias Schiffer
e6c3ee64d6
docs: add release notes for Gluon v2016.2.2
2016-12-19 00:26:03 +01:00
Matthias Schiffer
5058d0c2f1
docs: index: add TP-Link TL-WA801N/ND v3 to hardware list
2016-12-17 03:11:41 +01:00
Ruben Barkow
ff0ad20752
gluon-config-mode-core: hand over more info to the reboot screen ( #930 )
2016-12-11 03:13:28 +01:00
Matthias Schiffer
3fc9154d1d
gluon-batman-adv-core: merge gluon-next-node into gluon-batman-adv-core
2016-12-10 23:43:44 +01:00
Christof Schulze
4a1b47de45
docs: dev/basics: add rules for coding guide ( #970 )
...
* use tabs instead of spaces
* use jsonfilter for speed
2016-12-08 23:56:43 +01:00
txt.file
1f927af82e
docs: fix typo in docs/user/site.rst
2016-12-08 18:24:17 +01:00
Matthias Schiffer
ddf0217395
docs: feature/roles: remove another outdates sentence
2016-12-07 11:46:18 +01:00
Matthias Schiffer
3fd0ca77c7
docs: feature/roles: update outdates site config docs
2016-12-07 11:43:50 +01:00
Ruben Barkow
cb9b2335af
docs: rename Freifunk Entenhausen to Alpha Centauri ( #955 )
2016-12-06 20:02:51 +01:00
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
Christof Schulze
54109702bd
docs: add development guide including one first guideline wrt lua vs. sh usage ( #951 )
2016-11-29 20:45:25 +01:00
viisauksena
7e1dd5730c
docs/wired make uci commit more specific ( #942 )
...
propose to make uci commit more specific to minimize unwanted changes in other temporary written config files like wireless ssid (in some offline changers)
2016-11-21 10:25:45 +01:00
Matthias Schiffer
3ac9d34c49
docs: dev/basics: remove outdated docs about patch and unpatch commands
2016-11-19 17:34:19 +01:00
Matthias Schiffer
ce53ed209b
docs: user/site: improve mcast_rate description
2016-11-16 18:24:15 +01:00
Vieno Foo
849f8f66bf
docs: fix typo in features/wlan-configuration
2016-11-15 22:45:26 +01:00
Kevin Olbrich
3fd43d7bdb
docs: user/site: fix typo ( #924 )
2016-11-09 02:30:36 +01:00
Matthias Schiffer
138a3a008e
docs, README: import release notes from Gluon v2016.2.1
2016-11-08 17:28:12 +01:00
viisauksena
539081d315
gluon-mesh-vpn-fastd: make fastd syslog level configurable ( #915 )
2016-11-06 00:01:49 +01:00
Ruben Barkow
30811f7f1b
Docs: autoupdater->build instructions num cores +1 ( #908 )
2016-10-20 16:44:04 +02:00
Franz Pletz
9aa31f18e3
docs: mention dependency on wget ( #906 )
...
Tested build on a minimal Ubuntu 16.04 container image without wget.
2016-10-19 19:06:02 +02:00