i2pdbrowser-github/linux
2018-01-23 11:50:18 +03:00
..
build update noscript, fix build scripts 2018-01-23 11:50:18 +03:00
i2pd remove unused certificates (upstream changes) 2018-01-23 09:28:17 +03:00
.gitignore checksums 2017-03-23 16:34:35 +03:00
KEY add current clearsign and R4SAS public key 2017-03-23 17:17:16 +03:00
README.md PR #8 2017-11-17 05:45:44 +03:00
SHA512SUMS update checksums 2018-01-23 10:41:14 +03:00
SHA512SUMS.asc update checksums 2018-01-23 10:41:14 +03:00

I2Pd Browser Portable builder for Linux

This is a script-based builder of I2Pd Browser Portable

What works now

  • Auto detecting system language
  • Auto detecting architecture
  • Pre-configuring Firefox to use with I2Pd
  • Auto downloading NoScript extension

How to use

  1. Build pre-configured Firefox using script build.sh from build folder
  2. Run I2Pd by executing ./i2pd from i2pd folder
  3. Run Firefox by executing ./firefox-portable

Additional info

./i2pd from i2pd folder starts a screen session with i2pd in it. To stop the i2pd router you can use the commands Start graceful shutdown or Force shutdown from i2pd webconsole page http://127.0.0.1:7070/?page=commands

SHA512SUMS created with find * -type f -print0 | xargs -0 -i sha512sum {} command