Skip to content
Snippets Groups Projects
  • Jan-Philipp Litza's avatar
    eb590bdc
    gluon-config-mode-mesh-vpn: Move display of key to translations · eb590bdc
    Jan-Philipp Litza authored
    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.
    eb590bdc
    History
    gluon-config-mode-mesh-vpn: Move display of key to translations
    Jan-Philipp Litza authored
    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.
v2015.2.rst 660 B

Gluon 2015.2 (in development)

Added (and removed) hardware support

New features

Bugfixes

Site changes

  • i18n/

    • The translations of gluon-config-mode:pubkey now have to show the fastd public key itself if desired, making its format and whether it is shown at all configurable. To retain the old format, add <p> to the beginning of your translations and append:

      "</p>"
      "<div class=\"the-key\">"
      " # <%= hostname %>"
      " <br/>"
      "<%= pubkey %>"
      "</div>"

Internals

Known Issues