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 "" "
" "<%=hostname%>

" "# Owner: <%=contact%>
" "# MAC: <%=sysconfig.primary_mac%>
" "key \"<%= pubkey %>\";" "
" ```