I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Verified Commit c968066a authored by idk's avatar idk
Browse files

Fixup some language on firefox.html

parent 05fb9a25
No related branches found
No related tags found
No related merge requests found
......@@ -5,12 +5,15 @@
<h1>{{ _('I2P Firefox Browser Profile') }}</h1>
<p>{% trans -%}
Now that you have joined the I2P network, you will want to see I2P Sites and and
other content that is hosted on the network. The Firefox browser is
other content that is hosted on the network. The Firefox browser profile is
pre-configured to allow you to access the content available on the network. It
also keeps your I2P search activity separate from your internet search activity.
{%- endtrans %}</p>
<p>{% trans -%}
This browser also includes both the NoScrpt and HTTPSEverywhere plugin for
WHAT IS WRONG?
{%- endtrans %}</p>
<p>{% trans -%}
This browser profile also includes both the NoScrpt and HTTPSEverywhere plugin for
better protection Javascript based attacks and HTTPS support where available.
{%- endtrans %}</p>
......
......@@ -7,7 +7,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" || exit
cd "$DIR"
git pull origin master
docker build -t i2p-mirror/i2p.www .
docker build --no-cache -t i2p-mirror/i2p.www .
docker rm -f mirror.i2p.www
docker run -itd $i2p_www_docker_run_args --name mirror.i2p.www -p 0.0.0.0:8090:80 i2p-mirror/i2p.www
#docker run -td --name mirror.i2p.www --restart=always -p 0.0.0.0:5000:5000 i2p-mirror/i2p.www
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment