/usr/share/pyshared/allmydata/web/helper.xhtml is in tahoe-lafs 1.9.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | <html xmlns:n="http://nevow.com/ns/nevow/0.1">
<head>
<title>Tahoe-LAFS - Helper Status</title>
<link href="/tahoe.css" rel="stylesheet" type="text/css"/>
<link href="/icon.png" rel="shortcut icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<h1>Helper Status</h1>
<h2>Immutable Uploads</h2>
<ul n:data="helper_stats">
<li>Active: <span n:render="active_uploads" /></li>
<li>--</li>
<li>Bytes Fetched: <span n:render="upload_bytes_fetched" /></li>
<li>Incoming: <span n:render="incoming" /></li>
<li>Encoding: <span n:render="encoding" /></li>
<li>Bytes Encoded: <span n:render="upload_bytes_encoded" /></li>
<li>--</li>
<li>Total Requests: <span n:render="upload_requests" /></li>
<ul>
<li>Already Present: <span n:render="upload_already_present" /></li>
<li>Need Upload: <span n:render="upload_need_upload" /></li>
</ul>
</ul>
<div>Return to the <a href="/">Welcome Page</a></div>
</body>
</html>
|