/usr/share/pyshared/allmydata/web/provisioning.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 | <html xmlns:n="http://nevow.com/ns/nevow/0.1">
<head>
<title>Tahoe-LAFS - Provisioning Tool</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>Tahoe-LAFS Provisioning Tool</h1>
<p>This page will help you determine how much disk space and network
bandwidth will be required by various sizes and types of Tahoe-LAFS networks.</p>
<div n:render="forms" />
</body>
</html>
|