Files
i2p.i2p/apps/i2psnark/readme-standalone.txt

28 lines
1.2 KiB
Plaintext
Raw Normal View History

To run i2psnark's standalone mode make sure you have an i2p router running in the background, then run:
java -jar i2psnark.jar
I2PSnark web ui will be at http://127.0.0.1:8002/i2psnark/
I2PSnark is GPL'ed software, based on Snark (http://www.klomp.org/) to run on top of I2P
(https://geti2p.net/) within a webserver (such as the bundled Jetty from
https://www.eclipse.org/jetty/). For more information about I2PSnark, get in touch
2017-06-11 16:26:25 +00:00
with the folks at http://zzz.i2p/
To add RPC support:
1) Stop i2psnark standalone if running.
2a) If you have the i2psnark-rpc plugin installed in your router already,
copy the file ~/.i2p/plugins/i2psnark-rpc/console/webapps/transmission.war
to the webapps/ directory in your standalone install.
2b) If you do not have the i2psnark-rpc plugin installed, get the i2p.plugins.i2psnark-rpc
branch out of monotone, build with 'ant war', and copy the file src/build/transmission.war.jar
to the file webapps/transmission.war in your standalone install.
3) Start i2psnark standalone as usual. The transmission web interface will be at
http://127.0.0.1:8002/transmission/web/ or if you have transmission-remote installed,
test with 'transmission-remote 8002 -l'