mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Document ILIAS-Crawler arguments in CONFIG.md
This commit is contained in:
parent
2b6235dc78
commit
467ea3a37e
@ -120,6 +120,14 @@ crawler simulate a slower, network-based crawler.
|
||||
download requests. (Default: 0.0)
|
||||
- `download_speed`: Download speed (in bytes per second) to simulate. (Optional)
|
||||
|
||||
### The `kit-ilias` crawler
|
||||
|
||||
This crawler crawls the KIT ILIAS instance. It performs remote calls to a poor SCC-Server, so you should be nice and use reasonable delays and concurrent requests.
|
||||
- `target`: The ILIAS element to crawl. Can be:
|
||||
- `desktop` if you want to crawl your personal desktop
|
||||
- `<course id>` if you want to crawl the course with the given id
|
||||
- `<url>` if you want to crawl a given element by URL (preferably the permanent URL linked at the bottom of an ILIAS page)
|
||||
- `tfa_auth`: Like `auth` but only used for two-factor authentication
|
||||
## Authenticator types
|
||||
|
||||
### The `simple` authenticator
|
||||
|
Loading…
Reference in New Issue
Block a user