Files
i2p.plugins.tor-updater/index.html

80 lines
3.5 KiB
HTML
Raw Normal View History

2022-01-23 13:05:53 -05:00
<!DOCTYPE html>
<html>
<head>
<title>i2p.plugins.tor-manager - Tor Binary Manager</title>
<link rel="stylesheet" type="text/css" href ="/style.css" />
</head>
<body>
<h1 id="i2p.plugins.tor-updater">i2p.plugins.tor-updater</h1>
<p>A Tor package updater and runner as an I2P Plugin. This plugin is still being changed rapidly but it should be usable on most Linux distributions as of 23 Jan, 2022.</p>
<h2 id="usage">Usage:</h2>
<div class="sourceCode" id="cb1"><pre class="sourceCode sh"><code class="sourceCode bash"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true"></a><span class="ex">Usage</span> of ./i2p.plugins.tor-manager-linux-amd64:</span>
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true"></a> <span class="ex">-arch</span> string</span>
<span id="cb1-3"><a href="#cb1-3" aria-hidden="true"></a> <span class="ex">OS/arch</span> to download (default <span class="st">&quot;64&quot;</span>)</span>
<span id="cb1-4"><a href="#cb1-4" aria-hidden="true"></a> <span class="ex">-i2pbrowser</span></span>
<span id="cb1-5"><a href="#cb1-5" aria-hidden="true"></a> <span class="ex">Open</span> I2P in Tor Browser</span>
<span id="cb1-6"><a href="#cb1-6" aria-hidden="true"></a> <span class="ex">-lang</span> string</span>
<span id="cb1-7"><a href="#cb1-7" aria-hidden="true"></a> <span class="ex">Language</span> to download</span>
<span id="cb1-8"><a href="#cb1-8" aria-hidden="true"></a> <span class="ex">-os</span> string</span>
<span id="cb1-9"><a href="#cb1-9" aria-hidden="true"></a> <span class="ex">OS/arch</span> to download (default <span class="st">&quot;linux&quot;</span>)</span>
<span id="cb1-10"><a href="#cb1-10" aria-hidden="true"></a> <span class="ex">-torbrowser</span></span>
<span id="cb1-11"><a href="#cb1-11" aria-hidden="true"></a> <span class="ex">Open</span> Tor Browser</span></code></pre></div>
<h3 id="primary-goals">Primary Goals</h3>
2022-01-23 13:16:43 -05:00
<ol type="1">
2022-01-23 13:05:53 -05:00
<li>Ship known-good public keys, download a current Tor for the platform in the background, authenticate it, and launch it only if necessary.</li>
2022-01-23 13:16:43 -05:00
</ol>
<ul>
2022-01-23 13:05:53 -05:00
<li>Works on Windows, Linux, probably also OSX</li>
2022-01-23 13:16:43 -05:00
</ul>
<ol start="2" type="1">
2022-01-23 13:05:53 -05:00
<li>Supervise Tor as a ShellService plugin to I2P</li>
2022-01-23 13:16:43 -05:00
</ol>
<ul>
2022-01-23 13:05:53 -05:00
<li>Works on Linux</li>
2022-01-23 13:16:43 -05:00
</ul>
<ol start="3" type="1">
2022-01-23 13:05:53 -05:00
<li>Keep Tor up-to-date</li>
2022-01-23 13:16:43 -05:00
</ol>
<ul>
2022-01-23 13:05:53 -05:00
<li>Works on Windows, Linux, probably also OSX</li>
2022-01-23 13:16:43 -05:00
</ul>
<ol start="4" type="1">
2022-01-23 13:05:53 -05:00
<li>Work as an I2P Plugin OR as a freestanding app to be compatible with all I2P distributions</li>
2022-01-23 13:16:43 -05:00
</ol>
<ul>
2022-01-23 13:05:53 -05:00
<li>Works on Linux</li>
2022-01-23 13:16:43 -05:00
</ul>
<ol start="5" type="1">
2022-01-23 13:05:53 -05:00
<li>Download Tor Browser from an in-I2P mirror(or one of a network of in-I2P mirrors)</li>
2022-01-23 13:16:43 -05:00
</ol>
<ul>
2022-01-23 13:05:53 -05:00
<li>Not done</li>
</ul>
<h3 id="secondary-goals">Secondary Goals:</h3>
2022-01-23 13:16:43 -05:00
<ol type="1">
2022-01-23 13:05:53 -05:00
<li>Launch Tor Browser</li>
2022-01-23 13:16:43 -05:00
</ol>
<ul>
2022-01-23 13:05:53 -05:00
<li>Works on Linux</li>
2022-01-23 13:16:43 -05:00
</ul>
<ol start="2" type="1">
2022-01-23 13:05:53 -05:00
<li>Configure and launch Tor browser for use with I2P</li>
2022-01-23 13:16:43 -05:00
</ol>
<ul>
2022-01-23 13:05:53 -05:00
<li>Works on Linux, probably also Windows, probably not OSX yet.</li>
</ul>
<h4 id="optional-features-i-might-add-if-there-is-interest">Optional Features I might add if there is interest</h4>
2022-01-23 13:16:43 -05:00
<ol type="1">
2022-01-23 13:05:53 -05:00
<li>Mirror the files which it downloads to an I2P Site</li>
<li>Mirror the files which it downloads to I2P torrents</li>
<li>Set up an onion site which announces an I2P mirror exists</li>
<li>Use Bittorrent-over-I2P to download the Tor Browser software</li>
2022-01-23 13:16:43 -05:00
</ol>
2022-01-23 13:05:53 -05:00
<h3 id="similar-projects">Similar Projects:</h3>
<ul>
<li>https://github.com/micahflee/torbrowser-launcher</li>
<li>https://github.com/whonix/tb-updater</li>
</ul>
</body>
</html>