update tags on reseed guide pages

This commit is contained in:
idk
2023-01-05 02:08:18 +00:00
parent ea736ff862
commit 7854cb4935
3 changed files with 67 additions and 20 deletions

View File

@ -156,5 +156,17 @@ zzz.i2p
</a>
. {% trans %}These will allow I2P users to authenticate your reseed services and secure the I2P network.{% endtrans %}
</p>
<p>
Contact us via email zzz at mail.i2p (alternatively, post in the reseed section on the zzz.i2p forum)
Provide us with details about your new reseed server:
<ul>
<li>Reseed website URL
<li>Public SSL certificate
(Only required if selfsigned, which is not recommended. Please use Lets Encrypt or other CA)
<li>Public reseed su3 certificate
<li>Your contact email
<li>A statement that you agree to the privacy policy above
</ul>
<p>
{% endblock %}

View File

@ -89,5 +89,35 @@ If you used "apt-get install" this command will work for you. In that case, just
eyedeekay/reseed \
--signer $YOUR_EMAIL_HERE
</code></pre>
<p>{% trans %}The
certificates themselves are available in{% endtrans %}
<code>
reseed-keys
</code>
. {% trans %}When
you are ready, you should copy the{% endtrans %}
<code>
*.crt
</code>
{% trans %}files from that volume and share them with the I2P community on{% endtrans %}
<a href="http://zzz.i2p">
<code>
zzz.i2p
</code>
</a>
. {% trans %}These will allow I2P users
to authenticate your reseed services and secure the I2P network.{% endtrans %}
</p>
<p>
Contact us via email zzz at mail.i2p (alternatively, post in the reseed section on the zzz.i2p forum)
Provide us with details about your new reseed server:
<ul>
<li>Reseed website URL
<li>Public SSL certificate
(Only required if selfsigned, which is not recommended. Please use Lets Encrypt or other CA)
<li>Public reseed su3 certificate
<li>Your contact email
<li>A statement that you agree to the privacy policy above
</ul>
<p>
{% endblock %}

View File

@ -21,12 +21,12 @@ The administrator of the reseed server should provide contact information in ord
<h2>{% trans %}More Information{% endtrans %}</h2>
<h4><a href="reseed-policy">To read the reseed policy, follow this link.</a></h4>
<h4><a href="reseed-debian">Are you a Debian user? You can find Debian-Specific instructions here.</a></h4>
<h4><a href="reseed-docker">Are you a Docker user? You can find Docker-Specific instructions here.</a></h4>
<h4><a href="reseed-plugin">Would you like to use an I2P Plugin? I2P Plugin instructions are available here.</a></h4>
<h4><a href="reseed-proxy">Click here for instructions on using a reverse proxy such as nginx or Apache2.</a></h4>
<h4><a href="reseed-old">To read the old instructions, follow this link.</a></h4>
<h4><a href="reseed-policy">{% trans -%}To read the reseed policy, follow this link.{% endtrans -%}</a></h4>
<h4><a href="reseed-debian">{% trans -%}Are you a Debian user? You can find Debian-Specific instructions here.{% endtrans -%}</a></h4>
<h4><a href="reseed-docker">{% trans -%}Are you a Docker user? You can find Docker-Specific instructions here.{% endtrans -%}</a></h4>
<h4><a href="reseed-plugin">{% trans -%}Would you like to use an I2P Plugin? I2P Plugin instructions are available here.{% endtrans -%}</a></h4>
<h4><a href="reseed-proxy">{% trans -%}Click here for instructions on using a reverse proxy such as nginx or Apache2.{% endtrans -%}</a></h4>
<h4><a href="reseed-old">{% trans -%}To read the old instructions, follow this link.{% endtrans -%}</a></h4>
<h2>{% trans %}Installation from Source Code{% endtrans %}</h2>
@ -93,9 +93,7 @@ Running the Service
<strong>
1.
</strong>
{% trans %}First, ensure that the I2P service is already running. The longer the better,
if you have to re-start the service, or if the service has very few peers, allow it to
run for 24 hours before advancing to step{% endtrans %}
{% trans %}First, ensure that the I2P service is already running. The longer the better, if you have to re-start the service, or if the service has very few peers, allow it to run for 24 hours before advancing to step{% endtrans %}
<strong>
2.
</strong>
@ -110,7 +108,7 @@ sudo service i2p start
<strong>
2.
</strong>
{% trans %}Once your I2P router is &ldquo;Well-Integrated,&rdquo; start the reseed service.{% endtrans %}
{% trans %}Once your I2P router is Well-Integrated, start the reseed service.{% endtrans %}
</p>
<pre><code class="language-sh">
sudo systemctl start reseed
@ -122,25 +120,32 @@ sudo service reseed start
<code>
:8443
</code>
. {% trans %}The
certificates themselves are available in{% endtrans %}
. {% trans %}The certificates themselves are available in{% endtrans %}
<code>
/var/lib/i2p/i2p-config/reseed
</code>
. {% trans %}When
you are ready, you should copy the{% endtrans %}
. {% trans %}When you are ready, you should copy the{% endtrans %}
<code>
*.crt
</code>
{% trans %}files from that directory and share them
witth the I2P community on{% endtrans %}
{% trans %}files from that directory and share them with the I2P community on{% endtrans %}
<a href="http://zzz.i2p">
<code>
zzz.i2p
</code>
</a>
. {% trans %}These will allow I2P users
to authenticate your reseed services and secure the I2P network.{% endtrans %}
. {% trans %}These will allow I2P users to authenticate your reseed services and secure the I2P network.{% endtrans %}
</p>
<p>
Contact us via email zzz at mail.i2p (alternatively, post in the reseed section on the zzz.i2p forum)
Provide us with details about your new reseed server:
<ul>
<li>Reseed website URL
<li>Public SSL certificate
(Only required if selfsigned, which is not recommended. Please use Lets Encrypt or other CA)
<li>Public reseed su3 certificate
<li>Your contact email
<li>A statement that you agree to the privacy policy above
</ul>
<p>
{% endblock %}