<%@page contentType="text/html"%> <%@page pageEncoding="UTF-8"%> <%@include file="css.jsi" %> <%=intl.title("config clients")%> <%@include file="summaryajax.jsi" %> <%@include file="summary.jsi" %> " /> " />

<%=intl._("I2P Client Configuration")%>

<%@include file="confignav.jsi" %> <%@include file="formhandler.jsi" %>

<%=intl._("Client Configuration")%>

<%=intl._("The Java clients listed below are started by the router and run in the same JVM.")%>
<%=intl._("Be careful changing any settings here. The 'router console' and 'application tunnels' are required for most uses of I2P. Only advanced users should change these.")%>

<%=intl._("To change other client options, edit the file")%> <%=net.i2p.router.startup.ClientAppConfig.configFile(net.i2p.I2PAppContext.getGlobalContext()).getAbsolutePath()%>. <%=intl._("All changes require restart to take effect.")%>


" /> <% if (clientshelper.isClientChangeEnabled() && request.getParameter("edit") == null) { %> " /> <% } %> " />

<%=intl._("Advanced Client Interface Configuration")%>

<%=intl._("External I2CP (I2P Client Protocol) Interface Configuration")%>
> <%=intl._("Enabled without SSL")%>
> <%=intl._("Enabled with SSL required")%>
> <%=intl._("Disabled - Clients outside this Java process may not connect")%>
<%=intl._("I2CP Port")%>: " >
<%=intl._("I2CP Interface")%>:
<%=intl._("Authorization")%>
> <%=intl._("Require username and password")%>
<%=intl._("Username")%>:
<%=intl._("Password")%>:

<%=intl._("The default settings will work for most people.")%> <%=intl._("Any changes made here must also be configured in the external client.")%> <%=intl._("Many clients do not support SSL or authorization.")%> <%=intl._("All changes require restart to take effect.")%>


" /> " /> " />

<%=intl._("WebApp Configuration")%>

<%=intl._("The Java web applications listed below are started by the webConsole client and run in the same JVM as the router. They are usually web applications accessible through the router console. They may be complete applications (e.g. i2psnark),front-ends to another client or application which must be separately enabled (e.g. susidns, i2ptunnel), or have no web interface at all (e.g. addressbook).")%>

<%=intl._("A web app may also be disabled by removing the .war file from the webapps directory; however the .war file and web app will reappear when you update your router to a newer version, so disabling the web app here is the preferred method.")%>

<%=intl._("All changes require restart to take effect.")%>


" /> " />
<% if (clientshelper.showPlugins()) { if (clientshelper.isPluginUpdateEnabled()) { %>

<%=intl._("Plugin Configuration")%>

<%=intl._("The plugins listed below are started by the webConsole client.")%>


" /> " />
<% } // pluginUpdateEnabled if (clientshelper.isPluginInstallEnabled()) { %>

<%=intl._("Plugin Installation")%>

<%=intl._("Look for available plugins on {0}.", "plugins.i2p")%> <%=intl._("To install a plugin, enter the download URL:")%>

<% } // pluginInstallEnabled if (clientshelper.isPluginInstallEnabled() || clientshelper.isPluginUpdateEnabled()) { %>
<% if (clientshelper.isPluginInstallEnabled()) { %>


" /> " /> " />
<% } // pluginInstallEnabled %>
<% if (clientshelper.isPluginUpdateEnabled()) { %>
" />
<% } // pluginUpdateEnabled %>
<% } // pluginInstallEnabled || pluginUpdateEnabled } // showPlugins %>