-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.md.asc
37 lines (28 loc) · 1.29 KB
/
README.md.asc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
# eephttpd
So, basically everything I put on i2p is a bunch of static files. Until now, I
tried to host them using darkhttpd(a fork of lighttpd from Alpine which
functions as a static Web Server) and by adding tunnel configuration information
to tunnels.conf for i2pd. This is easier than manipulating a web interface, but
still tedious and kind of error-prone. So instead, this serves simple static
sites directly to i2p via the SAM API.
to build:
git clone https://github.com/eyedeekay/eephttpd && cd eephttpd
go get -u "github.com/eyedeekay/sam-forwarder"
go get -u "github.com/eyedeekay/sam-forwarder/config"
go build
to run:
./eephttpd
will serve the files from ./www, and store i2p keys in the working directory.
## [Usage](USAGE.md)
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCAAdFiEEcNIGBzi++AUjrK/311wDs5teFOEFAlvZU8MACgkQ11wDs5te
FOFzTwf/XyvVYs2uJgz1dKKqlD6idXMctjEqlYScSGsJHXARdqCB6PNOaYtsX6Wf
lqCByNvn1YLT38wWy7Ev0ZqskphXG4N1CalOfJ2XyolMJKhZmNq5VnLszE4cJ4dy
gi+8Th+T/DU8xvm0lDZBciIaNtv3LfovidwagHajsyo5Pt9X0vSYli8BDjBcp2ui
2dDK/obPlbo9rujWu3fGQAKk7lsM8Gz86mWuq56o4EtCdat443tKyO61dLL1aQjl
MCsFTM4QLtjHNSQUdsUg6LLIC4gfXC4skUdybKbMINv2iQdZHuTuO6K1Dshxpk2p
gvygycXQZ1AVbHZ1MpTLgrtyvJyYfg==
=03IQ
-----END PGP SIGNATURE-----