Configure findface-facerouter
to Use Plugins¶
Tip
To get started, try the default plugin /opt/ffsecurity/fr_plugin/ffsec_fr_plugin.py
. Or go ahead and create your own.
Important
Be sure to change the Tarantool database structure prior, according to the processing directive in the plugin.
Important
The findface-facerouter
component must be installed and configured.
To configure findface-facerouter
to use plugins, do the following:
Put a plugin into a directory of your choice. All plugins in use have to be in the same directory.
Open the
findface-facerouter
configuration file. Uncomment theplugin_dir
parameter and specify the plugin directory.Warning
The
findface-facerouter.py
content must be correct Python code.sudo vi /etc/findface-facerouter.py plugin_dir = '/etc/findface/plugins/'
Restart
findface-facerouter
.sudo systemctl restart findface-facerouter.service