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

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>"