mirror of
https://github.com/wahyd4/golink.git
synced 2026-08-09 05:05:56 +10:00
Respect custom hostname in open search document. Co-authored-by: Will Norris <will@tailscale.com>
9 lines
532 B
XML
9 lines
532 B
XML
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/">
|
|
<ShortName>{{.Hostname}}</ShortName>
|
|
<Description>Private shortlinks on your tailnet</Description>
|
|
<InputEncoding>UTF-8</InputEncoding>
|
|
<Image width="16" height="16" type="image/png">http://{{.Hostname}}/.static/favicon.png</Image>
|
|
<Url type="text/html" method="get" template="http://{{.Hostname}}/{searchTerms}"/>
|
|
<moz:SearchForm>http://{{.Hostname}}/</moz:SearchForm>
|
|
</OpenSearchDescription>
|