Update
This commit is contained in:
47
Makefile
47
Makefile
@ -18,33 +18,33 @@ torrent:
|
|||||||
#rm -f idk.i2p/idk.i2p.torrent idk.i2p/idk.i2p.zip
|
#rm -f idk.i2p/idk.i2p.torrent idk.i2p/idk.i2p.zip
|
||||||
rm -rf idk.i2p idk.i2p_$(DATE).torrent
|
rm -rf idk.i2p idk.i2p_$(DATE).torrent
|
||||||
#cp -r . ../idk.i2p.tmp
|
#cp -r . ../idk.i2p.tmp
|
||||||
rsync --cvs-exclude -rav . ../idk.i2p.tmp
|
#rsync --cvs-exclude -rav . ../idk.i2p.tmp
|
||||||
find ../idk.i2p -type d -name '.git' -exec rm -rf {} \; ; true
|
find ../idk.i2p -type d -name '.git' -exec rm -rf {} \; ; true
|
||||||
find ../idk.i2p -type d -name '*.crl' -exec rm -rf {} \; ; true
|
find ../idk.i2p -type d -name '*.crl' -exec rm -rf {} \; ; true
|
||||||
find ../idk.i2p -type d -name '*.crt' -exec rm -rf {} \; ; true
|
find ../idk.i2p -type d -name '*.crt' -exec rm -rf {} \; ; true
|
||||||
find ../idk.i2p -type d -name '*.pem' -exec rm -rf {} \; ; true
|
find ../idk.i2p -type d -name '*.pem' -exec rm -rf {} \; ; true
|
||||||
find ../idk.i2p -type d -exec rm -rf {}/.??* \; ; true
|
find ../idk.i2p -type d -exec rm -rf {}/.??* \; ; true
|
||||||
mv ../idk.i2p.tmp idk.i2p
|
#mv ../idk.i2p.tmp idk.i2p
|
||||||
mktorrent -a 'http://w7tpbzncbcocrqtwwm3nezhnnsw4ozadvi2hmvzdhrqzfxfum7wa.b32.i2p/a' \
|
#mktorrent -a 'http://w7tpbzncbcocrqtwwm3nezhnnsw4ozadvi2hmvzdhrqzfxfum7wa.b32.i2p/a' \
|
||||||
-a 'http://uajd4nctepxpac4c4bdyrdw7qvja2a5u3x25otfhkptcjgd53ioq.b32.i2p/announce' \
|
# -a 'http://uajd4nctepxpac4c4bdyrdw7qvja2a5u3x25otfhkptcjgd53ioq.b32.i2p/announce' \
|
||||||
-a 'http://s5ikrdyjwbcgxmqetxb3nyheizftms7euacuub2hic7defkh3xhq.b32.i2p/a' \
|
# -a 'http://s5ikrdyjwbcgxmqetxb3nyheizftms7euacuub2hic7defkh3xhq.b32.i2p/a' \
|
||||||
-a 'http://432m3mpxomy2bqccjmjru7gfeicockx7un5eni5i5uqxgakcvq6a.b32.i2p/a' \
|
# -a 'http://432m3mpxomy2bqccjmjru7gfeicockx7un5eni5i5uqxgakcvq6a.b32.i2p/a' \
|
||||||
-a 'http://niat6zw3p5wl473256bottv3kaybodhum2omlt3bl42oiirwf5xa.b32.i2p/a' \
|
# -a 'http://niat6zw3p5wl473256bottv3kaybodhum2omlt3bl42oiirwf5xa.b32.i2p/a' \
|
||||||
-n 'idk.i2p' -w 'http://idk.i2p' -w 'http://b2o47zwxqjbn7jj37yqkmvbmci7kqubwgxu3umqid7cexmc7xudq.b32.i2p' -o idk.i2p_$(DATE).torrent idk.i2p
|
# -n 'idk.i2p' -w 'http://idk.i2p' -w 'http://b2o47zwxqjbn7jj37yqkmvbmci7kqubwgxu3umqid7cexmc7xudq.b32.i2p' -o idk.i2p_$(DATE).torrent idk.i2p
|
||||||
cp idk.i2p_$(DATE).torrent idk.i2p.torrent
|
#cp idk.i2p_$(DATE).torrent idk.i2p.torrent
|
||||||
rm -rf ~/.i2p/i2psnark/idk.i2p ~/.i2p/i2psnark/idk.i2p.torrent
|
rm -rf ~/.i2p/i2psnark/idk.i2p ~/.i2p/i2psnark/idk.i2p.torrent
|
||||||
|
|
||||||
seed: index curl upload
|
seed: index curl upload
|
||||||
|
|
||||||
curl:
|
curl:
|
||||||
@echo "#! /usr/bin/env bash" | tee curl.sh
|
#@echo "#! /usr/bin/env bash" | tee curl.sh
|
||||||
@echo "rm -rfv ~/.i2p/i2psnark/idk.i2p ~/.i2p/i2psnark/idk.i2p.torrent ~/.i2p/i2psnark/idk.i2p.zip" | tee -a curl.sh
|
#@echo "rm -rfv ~/.i2p/i2psnark/idk.i2p ~/.i2p/i2psnark/idk.i2p.torrent ~/.i2p/i2psnark/idk.i2p.zip" | tee -a curl.sh
|
||||||
@echo "wget -O ~/.i2p/i2psnark/idk.i2p.zip https://github.com/eyedeekay/eyedeekay.github.io/releases/download/current/idk.i2p.zip" | tee -a curl.sh
|
#@echo "wget -O ~/.i2p/i2psnark/idk.i2p.zip https://github.com/eyedeekay/eyedeekay.github.io/releases/download/current/idk.i2p.zip" | tee -a curl.sh
|
||||||
@echo "wget -O ~/.i2p/i2psnark/idk.i2p.torrent https://eyedeekay.github.io/idk.i2p.torrent" | tee -a curl.sh
|
#@echo "wget -O ~/.i2p/i2psnark/idk.i2p.torrent https://eyedeekay.github.io/idk.i2p.torrent" | tee -a curl.sh
|
||||||
#@echo "wget -O ~/.i2p/i2psnark/idk.i2p.zip https://github.com/eyedeekay/eyedeekay.github.io/releases/download/`rhash -g idk.i2p.torrent | sed 's|magnet:?xt=urn:btih:||g'`.magnet/idk.i2p.zip" | tee -a curl.sh
|
#@echo "wget -O ~/.i2p/i2psnark/idk.i2p.zip https://github.com/eyedeekay/eyedeekay.github.io/releases/download/`rhash -g idk.i2p.torrent | sed 's|magnet:?xt=urn:btih:||g'`.magnet/idk.i2p.zip" | tee -a curl.sh
|
||||||
@echo "unzip ~/.i2p/i2psnark/idk.i2p.zip -d ~/.i2p/i2psnark/" | tee -a curl.sh
|
#@echo "unzip ~/.i2p/i2psnark/idk.i2p.zip -d ~/.i2p/i2psnark/" | tee -a curl.sh
|
||||||
#@echo "mv ~/.i2p/i2psnark/eyedeekay.github.io-master ~/.i2p/i2psnark/idk.i2p" | tee -a curl.sh
|
#@echo "mv ~/.i2p/i2psnark/eyedeekay.github.io-master ~/.i2p/i2psnark/idk.i2p" | tee -a curl.sh
|
||||||
zip -r idk.i2p.zip idk.i2p
|
#zip -r idk.i2p.zip idk.i2p
|
||||||
|
|
||||||
upload: upload-release upload-torrent upload-zip
|
upload: upload-release upload-torrent upload-zip
|
||||||
|
|
||||||
@ -70,8 +70,8 @@ current-zip:
|
|||||||
#gothub -v upload -R -u eyedeekay -r eyedeekay.github.io -t "current" -n idk.i2p.zip -f idk.i2p.zip
|
#gothub -v upload -R -u eyedeekay -r eyedeekay.github.io -t "current" -n idk.i2p.zip -f idk.i2p.zip
|
||||||
|
|
||||||
up:
|
up:
|
||||||
cp idk.i2p.torrent ~/.i2p/i2psnark/idk.i2p.torrent
|
#cp idk.i2p.torrent ~/.i2p/i2psnark/idk.i2p.torrent
|
||||||
cp -rv ./idk.i2p ~/.i2p/i2psnark/idk.i2p
|
#cp -rv ./idk.i2p ~/.i2p/i2psnark/idk.i2p
|
||||||
|
|
||||||
README:
|
README:
|
||||||
cat yTop.md ySidebar.md zBlog.md | tee README.md
|
cat yTop.md ySidebar.md zBlog.md | tee README.md
|
||||||
@ -83,7 +83,7 @@ plug:
|
|||||||
@echo " <title>idk's home page</title>" >> plugins.html
|
@echo " <title>idk's home page</title>" >> plugins.html
|
||||||
@echo " <link rel=\"stylesheet\" type=\"text/css\" href =\"style.css\" />" >> plugins.html
|
@echo " <link rel=\"stylesheet\" type=\"text/css\" href =\"style.css\" />" >> plugins.html
|
||||||
@echo " <meta http-equiv=\"i2p-location\" content=\"http://b2o47zwxqjbn7jj37yqkmvbmci7kqubwgxu3umqid7cexmc7xudq.b32.i2p\"/>" >> plugins.html
|
@echo " <meta http-equiv=\"i2p-location\" content=\"http://b2o47zwxqjbn7jj37yqkmvbmci7kqubwgxu3umqid7cexmc7xudq.b32.i2p\"/>" >> plugins.html
|
||||||
@echo " <meta http-equiv=\"i2p-torrentlocation\" content=\""`rhash -g idk.i2p.torrent`"\"/>" >> plugins.html
|
#@echo " <meta http-equiv=\"i2p-torrentlocation\" content=\""`rhash -g idk.i2p.torrent`"\"/>" >> plugins.html
|
||||||
@echo " <meta name=\"description\" content=\"Plugins collection\"/>" >> plugins.html
|
@echo " <meta name=\"description\" content=\"Plugins collection\"/>" >> plugins.html
|
||||||
@echo "</head>" >> plugins.html
|
@echo "</head>" >> plugins.html
|
||||||
@echo "<body>" >> plugins.html
|
@echo "<body>" >> plugins.html
|
||||||
@ -101,7 +101,7 @@ info:
|
|||||||
@echo " <title>idk's home page</title>" >> infographics.html
|
@echo " <title>idk's home page</title>" >> infographics.html
|
||||||
@echo " <link rel=\"stylesheet\" type=\"text/css\" href =\"style.css\" />" >> infographics.html
|
@echo " <link rel=\"stylesheet\" type=\"text/css\" href =\"style.css\" />" >> infographics.html
|
||||||
@echo " <meta http-equiv=\"i2p-location\" content=\"http://b2o47zwxqjbn7jj37yqkmvbmci7kqubwgxu3umqid7cexmc7xudq.b32.i2p\"/>" >> infographics.html
|
@echo " <meta http-equiv=\"i2p-location\" content=\"http://b2o47zwxqjbn7jj37yqkmvbmci7kqubwgxu3umqid7cexmc7xudq.b32.i2p\"/>" >> infographics.html
|
||||||
@echo " <meta http-equiv=\"i2p-torrentlocation\" content=\""`rhash -g idk.i2p.torrent`"\"/>" >> infographics.html
|
#@echo " <meta http-equiv=\"i2p-torrentlocation\" content=\""`rhash -g idk.i2p.torrent`"\"/>" >> infographics.html
|
||||||
@echo " <meta name=\"description\" content=\"Infographics collection\"/>" >> infographics.html
|
@echo " <meta name=\"description\" content=\"Infographics collection\"/>" >> infographics.html
|
||||||
@echo "</head>" >> infographics.html
|
@echo "</head>" >> infographics.html
|
||||||
@echo "<body>" >> infographics.html
|
@echo "<body>" >> infographics.html
|
||||||
@ -119,7 +119,7 @@ vid:
|
|||||||
@echo " <title>idk's home page</title>" >> video.html
|
@echo " <title>idk's home page</title>" >> video.html
|
||||||
@echo " <link rel=\"stylesheet\" type=\"text/css\" href =\"style.css\" />" >> video.html
|
@echo " <link rel=\"stylesheet\" type=\"text/css\" href =\"style.css\" />" >> video.html
|
||||||
@echo " <meta http-equiv=\"i2p-location\" content=\"http://b2o47zwxqjbn7jj37yqkmvbmci7kqubwgxu3umqid7cexmc7xudq.b32.i2p\"/>" >> video.html
|
@echo " <meta http-equiv=\"i2p-location\" content=\"http://b2o47zwxqjbn7jj37yqkmvbmci7kqubwgxu3umqid7cexmc7xudq.b32.i2p\"/>" >> video.html
|
||||||
@echo " <meta http-equiv=\"i2p-torrentlocation\" content=\""`rhash -g idk.i2p.torrent`"\"/>" >> video.html
|
#@echo " <meta http-equiv=\"i2p-torrentlocation\" content=\""`rhash -g idk.i2p.torrent`"\"/>" >> video.html
|
||||||
@echo " <meta name=\"description\" content=\"I2P Videos\"/>" >> video.html
|
@echo " <meta name=\"description\" content=\"I2P Videos\"/>" >> video.html
|
||||||
@echo "</head>" >> video.html
|
@echo "</head>" >> video.html
|
||||||
@echo "<body>" >> video.html
|
@echo "<body>" >> video.html
|
||||||
@ -147,7 +147,7 @@ index: README info vid plug curl
|
|||||||
@echo " <title>idk's home page</title>" >> index.html
|
@echo " <title>idk's home page</title>" >> index.html
|
||||||
@echo " <link rel=\"stylesheet\" type=\"text/css\" href =\"style.css\" />" >> index.html
|
@echo " <link rel=\"stylesheet\" type=\"text/css\" href =\"style.css\" />" >> index.html
|
||||||
@echo " <meta http-equiv=\"i2p-location\" content=\"http://b2o47zwxqjbn7jj37yqkmvbmci7kqubwgxu3umqid7cexmc7xudq.b32.i2p\"/>" >> index.html
|
@echo " <meta http-equiv=\"i2p-location\" content=\"http://b2o47zwxqjbn7jj37yqkmvbmci7kqubwgxu3umqid7cexmc7xudq.b32.i2p\"/>" >> index.html
|
||||||
@echo " <meta http-equiv=\"i2p-torrentlocation\" content=\""`rhash -g idk.i2p.torrent`"\"/>" >> index.html
|
#@echo " <meta http-equiv=\"i2p-torrentlocation\" content=\""`rhash -g idk.i2p.torrent`"\"/>" >> index.html
|
||||||
@echo " <meta name=\"description\" content=\"idk's I2P software and information\"/>" >> index.html
|
@echo " <meta name=\"description\" content=\"idk's I2P software and information\"/>" >> index.html
|
||||||
@echo "</head>" >> index.html
|
@echo "</head>" >> index.html
|
||||||
@echo "<body>" >> index.html
|
@echo "<body>" >> index.html
|
||||||
@ -159,4 +159,7 @@ index: README info vid plug curl
|
|||||||
@echo "</html>" >> index.html
|
@echo "</html>" >> index.html
|
||||||
|
|
||||||
update:
|
update:
|
||||||
make all && make seed && git commit -am "`date`" && git push --all
|
make all && ./eeploy.sh && make seed && git commit -am "`date`" && git push --all
|
||||||
|
|
||||||
|
upgrade:
|
||||||
|
./eeploy.sh && ./eeploy.sh
|
||||||
|
@ -99,6 +99,15 @@ This shell script will automatically start VLC and connect it to my station.
|
|||||||
set -euo
|
set -euo
|
||||||
http_proxy=http://127.0.0.1:4444 vlc http://radio.idk.i2p/mpd.m3u
|
http_proxy=http://127.0.0.1:4444 vlc http://radio.idk.i2p/mpd.m3u
|
||||||
|
|
||||||
|
### I2P MMORPG
|
||||||
|
|
||||||
|
I also run a BrowserQuest instance over I2P, which is a fantasy-themed
|
||||||
|
browser-based MMORPG originally developed by Mozilla. It's available as a
|
||||||
|
plugin in the "DungeonQuest" section above, so it's easy to **host your own**
|
||||||
|
**MMORPG over I2P!**
|
||||||
|
|
||||||
|
- [**Dungeon Quest**](https://h53tzppm77qya2cugxsyl7pbct7kfeo344kbpscqod6iq4xiwtiq.b32.i2p:8000/game/client/index.html)
|
||||||
|
|
||||||
### What's Weird about this I2P Site?
|
### What's Weird about this I2P Site?
|
||||||
|
|
||||||
This I2P site uses an experimental feature of I2P in Private browsing called
|
This I2P site uses an experimental feature of I2P in Private browsing called
|
||||||
|
@ -129,7 +129,6 @@ setuppage $FNGDOCROOT $FNGDOCREPO
|
|||||||
setuppage $JPAKDOCROOT $JPAKDOCREPO
|
setuppage $JPAKDOCROOT $JPAKDOCREPO
|
||||||
setuppage $EEPDOCROOT $EEPDOCREPO
|
setuppage $EEPDOCROOT $EEPDOCREPO
|
||||||
setuppage $BRBDOCROOT $BRBDOCREPO
|
setuppage $BRBDOCROOT $BRBDOCREPO
|
||||||
pluginsetup $MIRDOCROOT $MIRDOCREPO
|
|
||||||
setuppage $DOKUDOCROOT $DOKUDOCREPO
|
setuppage $DOKUDOCROOT $DOKUDOCREPO
|
||||||
setuppage $NEXTDOCROOT $NEXTDOCREPO
|
setuppage $NEXTDOCROOT $NEXTDOCREPO
|
||||||
setuppage $SSHDOCROOT $SSHDOCREPO
|
setuppage $SSHDOCROOT $SSHDOCREPO
|
||||||
@ -140,3 +139,4 @@ setuppage $FDROIDDEVDOCROOT $FDROIDDEVDOCREPO
|
|||||||
pluginsetup $RESEEDDOCROOT $RESEEDDOCREPO
|
pluginsetup $RESEEDDOCROOT $RESEEDDOCREPO
|
||||||
pluginsetup $TORMANAGERDOCROOT $TORMANAGERDOCREPO
|
pluginsetup $TORMANAGERDOCROOT $TORMANAGERDOCREPO
|
||||||
pluginsetup $IRCDOCROOT $IRCDOCREPO
|
pluginsetup $IRCDOCROOT $IRCDOCREPO
|
||||||
|
#pluginsetup $MIRDOCROOT $MIRDOCREPO
|
10464
idk.i2p.torrent
10464
idk.i2p.torrent
File diff suppressed because one or more lines are too long
12
index.html
12
index.html
@ -4,7 +4,6 @@
|
|||||||
<title>idk's home page</title>
|
<title>idk's home page</title>
|
||||||
<link rel="stylesheet" type="text/css" href ="style.css" />
|
<link rel="stylesheet" type="text/css" href ="style.css" />
|
||||||
<meta http-equiv="i2p-location" content="http://b2o47zwxqjbn7jj37yqkmvbmci7kqubwgxu3umqid7cexmc7xudq.b32.i2p"/>
|
<meta http-equiv="i2p-location" content="http://b2o47zwxqjbn7jj37yqkmvbmci7kqubwgxu3umqid7cexmc7xudq.b32.i2p"/>
|
||||||
<meta http-equiv="i2p-torrentlocation" content="magnet:?xl=38429255&dn=idk.i2p.torrent&xt=urn:tree:tiger:al3jni7nhogbbcd7ytlzyledde44puwzhb53bxy&xt=urn:ed2k:9d9500ac1697e472d5fbe49104dd87e3&xt=urn:aich:tekbxse64wdowwmuzruyba4ovzdg64nb"/>
|
|
||||||
<meta name="description" content="idk's I2P software and information"/>
|
<meta name="description" content="idk's I2P software and information"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -114,6 +113,17 @@ retransmit from archive.org and podcasts I like.</p>
|
|||||||
http_proxy=http://127.0.0.1:4444 vlc http://radio.idk.i2p/mpd.m3u
|
http_proxy=http://127.0.0.1:4444 vlc http://radio.idk.i2p/mpd.m3u
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
|
<h3>I2P MMORPG</h3>
|
||||||
|
|
||||||
|
<p>I also run a BrowserQuest instance over I2P, which is a fantasy-themed
|
||||||
|
browser-based MMORPG originally developed by Mozilla. It's available as a
|
||||||
|
plugin in the "DungeonQuest" section above, so it's easy to <strong>host your own</strong>
|
||||||
|
<strong>MMORPG over I2P!</strong> </p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://h53tzppm77qya2cugxsyl7pbct7kfeo344kbpscqod6iq4xiwtiq.b32.i2p:8000/game/client/index.html"><strong>Dungeon Quest</strong></a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<h3>What's Weird about this I2P Site?</h3>
|
<h3>What's Weird about this I2P Site?</h3>
|
||||||
|
|
||||||
<p>This I2P site uses an experimental feature of I2P in Private browsing called
|
<p>This I2P site uses an experimental feature of I2P in Private browsing called
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
<title>idk's home page</title>
|
<title>idk's home page</title>
|
||||||
<link rel="stylesheet" type="text/css" href ="style.css" />
|
<link rel="stylesheet" type="text/css" href ="style.css" />
|
||||||
<meta http-equiv="i2p-location" content="http://b2o47zwxqjbn7jj37yqkmvbmci7kqubwgxu3umqid7cexmc7xudq.b32.i2p"/>
|
<meta http-equiv="i2p-location" content="http://b2o47zwxqjbn7jj37yqkmvbmci7kqubwgxu3umqid7cexmc7xudq.b32.i2p"/>
|
||||||
<meta http-equiv="i2p-torrentlocation" content="magnet:?xl=38429255&dn=idk.i2p.torrent&xt=urn:tree:tiger:al3jni7nhogbbcd7ytlzyledde44puwzhb53bxy&xt=urn:ed2k:9d9500ac1697e472d5fbe49104dd87e3&xt=urn:aich:tekbxse64wdowwmuzruyba4ovzdg64nb"/>
|
|
||||||
<meta name="description" content="Infographics collection"/>
|
<meta name="description" content="Infographics collection"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
<title>idk's home page</title>
|
<title>idk's home page</title>
|
||||||
<link rel="stylesheet" type="text/css" href ="style.css" />
|
<link rel="stylesheet" type="text/css" href ="style.css" />
|
||||||
<meta http-equiv="i2p-location" content="http://b2o47zwxqjbn7jj37yqkmvbmci7kqubwgxu3umqid7cexmc7xudq.b32.i2p"/>
|
<meta http-equiv="i2p-location" content="http://b2o47zwxqjbn7jj37yqkmvbmci7kqubwgxu3umqid7cexmc7xudq.b32.i2p"/>
|
||||||
<meta http-equiv="i2p-torrentlocation" content="magnet:?xl=38429255&dn=idk.i2p.torrent&xt=urn:tree:tiger:al3jni7nhogbbcd7ytlzyledde44puwzhb53bxy&xt=urn:ed2k:9d9500ac1697e472d5fbe49104dd87e3&xt=urn:aich:tekbxse64wdowwmuzruyba4ovzdg64nb"/>
|
|
||||||
<meta name="description" content="Plugins collection"/>
|
<meta name="description" content="Plugins collection"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
<title>idk's home page</title>
|
<title>idk's home page</title>
|
||||||
<link rel="stylesheet" type="text/css" href ="style.css" />
|
<link rel="stylesheet" type="text/css" href ="style.css" />
|
||||||
<meta http-equiv="i2p-location" content="http://b2o47zwxqjbn7jj37yqkmvbmci7kqubwgxu3umqid7cexmc7xudq.b32.i2p"/>
|
<meta http-equiv="i2p-location" content="http://b2o47zwxqjbn7jj37yqkmvbmci7kqubwgxu3umqid7cexmc7xudq.b32.i2p"/>
|
||||||
<meta http-equiv="i2p-torrentlocation" content="magnet:?xl=38429255&dn=idk.i2p.torrent&xt=urn:tree:tiger:al3jni7nhogbbcd7ytlzyledde44puwzhb53bxy&xt=urn:ed2k:9d9500ac1697e472d5fbe49104dd87e3&xt=urn:aich:tekbxse64wdowwmuzruyba4ovzdg64nb"/>
|
|
||||||
<meta name="description" content="I2P Videos"/>
|
<meta name="description" content="I2P Videos"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -93,6 +93,15 @@ This shell script will automatically start VLC and connect it to my station.
|
|||||||
set -euo
|
set -euo
|
||||||
http_proxy=http://127.0.0.1:4444 vlc http://radio.idk.i2p/mpd.m3u
|
http_proxy=http://127.0.0.1:4444 vlc http://radio.idk.i2p/mpd.m3u
|
||||||
|
|
||||||
|
### I2P MMORPG
|
||||||
|
|
||||||
|
I also run a BrowserQuest instance over I2P, which is a fantasy-themed
|
||||||
|
browser-based MMORPG originally developed by Mozilla. It's available as a
|
||||||
|
plugin in the "DungeonQuest" section above, so it's easy to **host your own**
|
||||||
|
**MMORPG over I2P!**
|
||||||
|
|
||||||
|
- [**Dungeon Quest**](https://h53tzppm77qya2cugxsyl7pbct7kfeo344kbpscqod6iq4xiwtiq.b32.i2p:8000/game/client/index.html)
|
||||||
|
|
||||||
### What's Weird about this I2P Site?
|
### What's Weird about this I2P Site?
|
||||||
|
|
||||||
This I2P site uses an experimental feature of I2P in Private browsing called
|
This I2P site uses an experimental feature of I2P in Private browsing called
|
||||||
|
Reference in New Issue
Block a user