Updated Tools (markdown)

d47081 2023-10-15 03:56:24 +03:00
parent 60486a711a
commit cbe6959fda

@ -1,7 +1,14 @@
### Crontab ### Crontab
* `/crontab/torrent/scrape` - Calculate torrent scrape totals * `/crontab/torrent/scrape/{key}` - Calculates torrent scrape totals, usually one torrent per minute
### Tools ### Tools
* `/tool/torrent/reindex` - Reindex all torrents keywords (according to latest application logic) * `/tool/torrent/reindex/{key}` - Reindex all torrents keywords (according to latest application logic)
***
`{key}` - is the application access key string, passed in URL to prevent third party HTTP requests.
Could be configured according to the environment. By default - hosted in `.env` file, `APP_KEY=EDITME` option.