Disable ServicesΒΆ

You can disable the following FindFace Security services should you no longer need them:

  • episodes
  • counters
  • webhooks
  • persons

To do so, open the findface-security configuration file and modify the SERVICES section.

sudo vi /etc/findface-security/config.py

# disable unused services to increase
# overall system performance in some cases.
SERVICES = {
    "ffsecurity": {
        "episodes": False,
        "webhooks": False,
        "persons": False,
        "counters": False,
    }
}

After that, the corresponding tabs will disappear from the web interface.

Note

A tab will remain if there are some entities on it (for example, counters on the Counters tab). However, new artifacts will cease to arrive.