Files
kopia/internal/server/index.html
Jarek Kowalski e8a1eaa9ee htmlui: added experimental HTML-based UI
This is enabled by `kopia server --ui` and can be viewed in a browser
at http://localhost:51515/

Right now it can only list snapshots and policies (barely).
2019-11-20 14:41:38 -08:00

11 lines
358 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Kopia UI not supported.</title>
</head>
<body>
<p>Kopia UI not supported, use an <a href="https://github.com/kopia/kopia/releases">official build</a>.</p>
<p>When compiling from source use:</p>
<pre>$ make html-ui-bindata && go install -tags embedhtml</pre>
</body>
</html>