π₯ PermissionsΒΆ
Crawl PermissionsΒΆ
User management and group editing can be done from the Administration interface, by clicking on Users or Groups.
Thanks to the Django framework, fine-grained permissions can be defined by group and
by user.
Permissions are set by the type of objects that can be modified through the Administration interface. Some of these permissions also grant access to other parts of the user interface:
Can add document: Grants access to the π Crawl a new URL page.Can change document: Grants access to document actions such asCrawl now,Remove from crawl queue,Convert screens to JPEG.Can view crawler stats: Grants access to the β Crawl queue page and π· Crawlers page.Can change crawler stats: Grants access to thePauseandResumecrawler buttons in the β Crawl queue page and π· Crawlers page.
Search PermissionsΒΆ
By default, search requires users to be authenticated, but anonymous searches can be enabled with the related option.