From 7e74a039122aef922d1619e636de3497ffcf7c60 Mon Sep 17 00:00:00 2001
From: Luke Smith
Date: Sat, 25 Jun 2022 10:56:36 -0400
Subject: convert to hugo
---
i2p.html | 101 ---------------------------------------------------------------
1 file changed, 101 deletions(-)
delete mode 100644 i2p.html
(limited to 'i2p.html')
diff --git a/i2p.html b/i2p.html
deleted file mode 100644
index 775bea1..0000000
--- a/i2p.html
+++ /dev/null
@@ -1,101 +0,0 @@
-
-
-
- Mirror your site over I2P
-
-
-
-
-
-
-
-
Mirror Your Site Over I2P
-
-
-
-
- Now you have a website, why not offer it in a private alternative such as the Invisible Internet?
-
-
-
Setting up I2P
-
- There are 2 main I2P implementations, I2P and i2pd, we are using i2pd in this
- guide because it's easier to use in servers.
-
-
Installing I2P
-
-
- i2pd is in most repos, in debian/ubuntu you can install it simply
- 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:
-
- Now that you're in ~/.i2pd, you have to create a file named
- "tunnels.conf". Which is the config file for every hidden service you're
- offering over I2P, the content should be like this:
-
- From here, the steps are almost identical to setting up a normal website configuration file.
- Follow the steps as if you were making a new website on the webserver
- tutorial up until the server block of code. Instead, paste this:
-