Channel Finder¶
- services.channel-finder¶
- services.channel-finder.enable boolean[source]¶
Whether to enable the ChannelFinder service.
false
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.
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
{ }
- services.channel-finder.settings."demo_auth.enabled" boolean[source]¶
Enable the demo authentication.
ChannelFinder will provide two users:
admin:adminPass
user:userPass
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.
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.
[ "http://localhost:9200" ]
- services.channel-finder.settings."embedded_ldap.enabled" boolean[source]¶
Enable the embedded LDAP authentication.
false
- services.channel-finder.settings."ldap.enabled" boolean[source]¶
Enable authenticating to an external LDAP server.
false