2009-08-17 22:14:39 +00:00
|
|
|
# NOTE: This I2P config file must use UTF-8 encoding
|
2009-08-13 22:14:07 +00:00
|
|
|
#
|
|
|
|
# If you have a 'split' directory installation, with configuration
|
|
|
|
# files in ~/.i2p (Linux) or %APPDATA%\I2P (Windows), be sure to
|
|
|
|
# edit the file in the configuration directory, NOT the install directory.
|
|
|
|
#
|
|
|
|
|
2004-08-19 21:26:11 +00:00
|
|
|
# fire up the web console
|
2009-04-08 01:34:12 +00:00
|
|
|
clientApp.0.args=7657 ::1,127.0.0.1 ./webapps/
|
2004-08-19 21:26:11 +00:00
|
|
|
clientApp.0.main=net.i2p.router.web.RouterConsoleRunner
|
2009-05-11 18:19:56 +00:00
|
|
|
clientApp.0.name=Web console
|
2004-08-19 21:26:11 +00:00
|
|
|
clientApp.0.onBoot=true
|
2008-11-02 21:39:32 +00:00
|
|
|
clientApp.0.startOnLoad=true
|
2004-08-19 21:26:11 +00:00
|
|
|
|
2008-11-02 21:39:32 +00:00
|
|
|
# SAM bridge
|
2004-08-19 21:26:11 +00:00
|
|
|
clientApp.1.main=net.i2p.sam.SAMBridge
|
2009-05-11 18:19:56 +00:00
|
|
|
clientApp.1.name=SAM application bridge
|
2009-04-08 01:34:12 +00:00
|
|
|
clientApp.1.args=sam.keys 127.0.0.1 7656 i2cp.tcp.host=127.0.0.1 i2cp.tcp.port=7654
|
2008-11-02 21:39:32 +00:00
|
|
|
clientApp.1.startOnLoad=false
|
2004-08-19 21:26:11 +00:00
|
|
|
|
|
|
|
# poke the i2ptunnels defined in i2ptunnel.config
|
|
|
|
clientApp.2.main=net.i2p.i2ptunnel.TunnelControllerGroup
|
2009-05-11 18:19:56 +00:00
|
|
|
clientApp.2.name=Application tunnels
|
2004-08-19 21:26:11 +00:00
|
|
|
clientApp.2.args=i2ptunnel.config
|
2008-11-02 21:39:32 +00:00
|
|
|
clientApp.2.startOnLoad=true
|
2004-09-30 06:57:22 +00:00
|
|
|
|
|
|
|
# run our own eepsite with a seperate jetty instance
|
|
|
|
clientApp.3.main=org.mortbay.jetty.Server
|
2009-05-11 18:19:56 +00:00
|
|
|
clientApp.3.name=My eepsite web server
|
2009-08-05 19:18:17 +00:00
|
|
|
clientApp.3.args="eepsite/jetty.xml"
|
2004-11-25 21:57:19 +00:00
|
|
|
clientApp.3.delay=30
|
2008-11-02 21:39:32 +00:00
|
|
|
clientApp.3.startOnLoad=true
|
2004-11-25 21:57:19 +00:00
|
|
|
|
|
|
|
# load a browser pointing at the web console whenever we start up
|
|
|
|
clientApp.4.main=net.i2p.apps.systray.UrlLauncher
|
2009-05-11 18:19:56 +00:00
|
|
|
clientApp.4.name=Browser launch at startup
|
2009-04-08 01:34:12 +00:00
|
|
|
clientApp.4.args=http://127.0.0.1:7657/index.jsp
|
2009-05-01 00:54:09 +00:00
|
|
|
clientApp.4.delay=15
|
2008-11-02 21:39:32 +00:00
|
|
|
clientApp.4.startOnLoad=true
|
2008-10-08 14:28:35 +00:00
|
|
|
|
2008-11-02 21:39:32 +00:00
|
|
|
# BOB bridge
|
2008-10-08 14:28:35 +00:00
|
|
|
clientApp.5.args=
|
|
|
|
clientApp.5.delay=10
|
|
|
|
clientApp.5.main=net.i2p.BOB.BOB
|
2009-05-11 18:19:56 +00:00
|
|
|
clientApp.5.name=BOB application bridge
|
2008-11-02 21:39:32 +00:00
|
|
|
clientApp.5.startOnLoad=false
|