Karsten Böddeker 7d930bd635 Update documentation 7 years ago
..
files 0e0b97ec31 ffho-config-mode-*: improve validation 8 years ago
i18n 3d9db43ff2 Update ffho-config-mode-mesh-vpn 8 years ago
LICENSE defeacca62 add LICENSE file for packages based on gluon-packages 8 years ago
Makefile aec0976935 standardize Makefiles 8 years ago
ReadMe.md 7d930bd635 Update documentation 7 years ago

ReadMe.md

ffho-config-mode-mesh-vpn

Costomization of gluon-config-mode-mesh-vpn to use the contactinformation within the reboot page.

site/i18n/*.po

Within msgid "gluon-config-mode:pubkey" you can use:

  • <%=contact%>
  • <%=hostname%>
  • <%=pubkey%>
  • <%=sysconfig.*%>

example

msgid "gluon-config-mode:pubkey"
msgstr ""
"<div class=\"the-key\">"
"<%=hostname%><br/><br/>"
"# Owner: <%=contact%><br/>"
"# MAC: <%=sysconfig.primary_mac%><br/>"
"key \"<%= pubkey %>\";"
"</div>"