add description for headscale

This commit is contained in:
asvow
2024-01-29 19:58:35 +08:00
parent e2b63caa40
commit fd473ceda0

View File

@@ -171,6 +171,9 @@ return view.extend({
s = m.section(form.NamedSection, 'settings', 'config');
s.title = _('Custom Server Settings');
s.description = _('Use ') +
'<a href="https://github.com/juanfont/headscale" target="_blank">headscale</a>' +
_(' to deploy a private server.');
o = s.option(form.Value, 'loginServer', _('Server address'));
o.default = '';