Channel Finder

services.channel-finder
services.channel-finder.enable boolean[source]

Whether to enable the ChannelFinder service.

Default value
false
Example
true
services.channel-finder.openFirewall boolean[source]

Open the firewall for the ChannelFinder service.

Warning

This opens the firewall on all network interfaces.

This option opens firewall for the HTTP/HTTPS API, and pvAccess server.

Default value
false
services.channel-finder.settings attribute set of (string, package, bool, int or float)[source]

Configuration for the ChannelFinder service.

These options will be put into a .properties file.

Note that options containing a “.” must be quoted.

See upstream documentation for all supported options: https://channelfinder.readthedocs.io/en/latest/config.html#application-properties

Default value
{ }
services.channel-finder.settings."demo_auth.enabled" boolean[source]

Enable the demo authentication.

ChannelFinder will provide two users:

  • admin:adminPass

  • user:userPass

Default value
false
services.channel-finder.settings."elasticsearch.create.indices" boolean[source]

List of URLs for the Elasticsearch hosts.

All hosts listed here must belong to the same Elasticsearch cluster.

Default value
true
services.channel-finder.settings."elasticsearch.host_urls" list of string[source]

List of URLs for the Elasticsearch hosts.

All hosts listed here must belong to the same Elasticsearch cluster.

Default value
[
  "http://localhost:9200"
]
services.channel-finder.settings."embedded_ldap.enabled" boolean[source]

Enable the embedded LDAP authentication.

Default value
false
services.channel-finder.settings."ldap.enabled" boolean[source]

Enable authenticating to an external LDAP server.

Default value
false
services.channel-finder.settings."server.http.enable" boolean[source]

Enable unsecure HTTP

Default value
true
services.channel-finder.settings."server.http.port" 16 bit unsigned integer; between 0 and 65535 (both inclusive)[source]

The HTTP server port for the ChannelFinder service

Default value
8080
services.channel-finder.settings."server.port" 16 bit unsigned integer; between 0 and 65535 (both inclusive)[source]

The HTTPS server port for the ChannelFinder service

Default value
8443