diff --git a/apps/routerconsole/jsp/help-advancedsettings.jsi b/apps/routerconsole/jsp/help-advancedsettings.jsi index 50a5278627..33723fdb26 100644 --- a/apps/routerconsole/jsp/help-advancedsettings.jsi +++ b/apps/routerconsole/jsp/help-advancedsettings.jsi @@ -9,11 +9,23 @@ routerconsole.advanced={true|false} Only set this to true if you know what you are doing! -When set to true, additional functionality will be enabled in the console and the user will be able to edit settings directly on the Advanced Configuration page. Extra display options are provided in the Network Database section, including the Sybil Analysis tool, and there are additional configuration options on the Clients Configuration page. You may also wish to enable the "Advanced" sidebar section on the Summary Bar Configuration page. +When set to true, additional functionality will be enabled in the console and the user will be able to edit settings directly on the Advanced Configuration page. Extra display options are provided in the Network Database section, including the Sybil Analysis tool, and there are additional configuration options on the Clients Configuration page. This will also enable the installation of unsigned updates, manual configuration of the news URL, and the installation of plugins. You may also wish to enable the "Advanced" sidebar section on the Summary Bar Configuration page. routerconsole.browser={/path/to/browser} This setting allows the manual selection of the browser which I2P will launch on startup (if the console is configured to launch a browser on startup), overriding the OS default browser. +router.updateUnsigned={true|false} +If you wish to install unsigned (.zip) I2P updates, this should be added to your router.config file unless you have already configured routerconsole.advanced=true, in which case this option is already provisioned. + +router.updateUnsignedURL={url} +This setting allows you to configure the update url for the unsigned update feature, if enabled. The url should end with /i2pupdate.zip. Note: do not install unsigned updates unless you trust the source of the update! + +routerconsole.enablePluginInstall={true|false} +When set to true, this enables plugin installation on the Plugin Configuration page. Setting routerconsole.advanced=true will also enable this feature. + +routerconsole.allowUntrustedPlugins={true|false} +Plugins signed with the cryptographic key of the developer are the recommended format, but if you wish to install unsigned plugins you can set this to true. Note that you may still encounter issues attempting to install an unsigned plugin if the developer has included additional checks in the plugin build process. + routerconsole.showSearch={true|false} When set to true, a configurable search bar will appear on the console homepage. Additional searches may then be added on the home configuration page.