This plugin provides integration between uData and Croquemort link checker.
udata-croquemort requires Python 2.7+ and uData.
Install uData.
Remain in the same virtual environment (for Python) and use the same version of npm (for JS).
Install udata-croquemort:
pip install udata-croquemort
Modify your local configuration file of udata (typically, udata.cfg
) as following:
PLUGINS = ['croquemort']
LINKCHECKING_DEFAULT_LINKCHECKER = 'croquemort'
CROQUEMORT_URL = 'http://localhost:8000'
CROQUEMORT_NB_RETRY = 10
CROQUEMORT_DELAY = 1