From bc64a133b84e6ebfba87593a73c55c44fbd85bb0 Mon Sep 17 00:00:00 2001
From: qorg11
Date: Thu, 1 Jul 2021 18:45:30 +0200
Subject: Added i2p site tutorial
---
pix/i2p.svg | 98 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 98 insertions(+)
create mode 100644 pix/i2p.svg
(limited to 'pix')
diff --git a/pix/i2p.svg b/pix/i2p.svg
new file mode 100644
index 0000000..5dc629b
--- /dev/null
+++ b/pix/i2p.svg
@@ -0,0 +1,98 @@
+
+
+
\ No newline at end of file
--
cgit v1.2.3
From 47c2b83f371b1bc5ecd7303aabf9e5d8d6fb54b9 Mon Sep 17 00:00:00 2001
From: Luke Smith
Date: Tue, 24 Aug 2021 12:03:05 -0400
Subject: i2p tweaks
---
i2p.html | 32 ++++++++++++++++++++------------
index.html | 9 ++++++---
pix/itoopie.svg | 1 +
3 files changed, 27 insertions(+), 15 deletions(-)
create mode 100644 pix/itoopie.svg
(limited to 'pix')
diff --git a/i2p.html b/i2p.html
index 586618a..bff7b38 100644
--- a/i2p.html
+++ b/i2p.html
@@ -26,16 +26,16 @@
i2pd is in most repos, in debian/ubuntu you can install it simply
- with
# apt install i2pd
+ with
apt install i2pd
-
+
Enabling I2P
We are going to create a user for i2pd, because i2pd finds the configuration
files in its home directory. And it's easier (and more tidy) to have it in a separate user:
"tunnels.conf". Which is the config file for every hidden service you're
offering over I2P, the content should be like this:
-
[landchad]
+
[example]
type = http
host = 127.0.0.1
port = 8080
-keys = landchad.dat
+keys = example.dat
+
+
Getting your I2P Hostname
+
- Then, run i2pd --daemon to start i2pd. Then use lynx or any browser
- to go to http://127.0.0.1:7070/?page=i2p_tunnels to get your I2P hostname. You
+ Then, run /usr/sbin/i2pd --daemon to start i2pd and we can retreive our I2P hostname.
+
+
+
+ This can be done in lynx or a command-line browser by going to http://127.0.0.1:7070/?page=i2p_tunnels to get your I2P hostname.
+
+
+ You
can also run these commands to find your hostname:
-