Document changes to hostname_prefix field of site.conf
This commit is contained in:
parent
c676934e88
commit
5faca867c4
30
docs/releases/v2015.1.rst
Normal file
30
docs/releases/v2015.1.rst
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
Gluon 2015.1 (in development)
|
||||||
|
=============================
|
||||||
|
|
||||||
|
Added (and removed) hardware support
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|
||||||
|
New features
|
||||||
|
~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
~~~~~~~~
|
||||||
|
|
||||||
|
|
||||||
|
Site changes
|
||||||
|
~~~~~~~~~~~~
|
||||||
|
* ``site.conf``
|
||||||
|
|
||||||
|
- ``hostname_prefix`` is now optional, and is concatenated directly with the
|
||||||
|
generated node ID, in particular no hyphen is inserted anymore. If you want
|
||||||
|
to keep the old behaviour, you have to append the hyphen to the
|
||||||
|
``hostname_prefix`` field of your ``site.conf``.
|
||||||
|
|
||||||
|
Internals
|
||||||
|
~~~~~~~~~
|
||||||
|
|
||||||
|
|
||||||
|
Known Issues
|
||||||
|
~~~~~~~~~~~~
|
@ -6,8 +6,8 @@
|
|||||||
-- This configuration will not work as it. You're required to make
|
-- This configuration will not work as it. You're required to make
|
||||||
-- community specific changes to it!
|
-- community specific changes to it!
|
||||||
{
|
{
|
||||||
-- Used for generated hostnames, e.g. freifunk-abcdef123456.
|
-- Used for generated hostnames, e.g. freifunk-abcdef123456. (optional)
|
||||||
hostname_prefix = 'freifunk',
|
-- hostname_prefix = 'freifunk-',
|
||||||
|
|
||||||
-- Name of the community.
|
-- Name of the community.
|
||||||
site_name = 'Freifunk Entenhausen',
|
site_name = 'Freifunk Entenhausen',
|
||||||
|
Loading…
Reference in New Issue
Block a user