From cbe6959fdaab85c7cc73704fe342cf4c7802452a Mon Sep 17 00:00:00 2001 From: d47081 <108541346+d47081@users.noreply.github.com> Date: Sun, 15 Oct 2023 03:56:24 +0300 Subject: [PATCH] Updated Tools (markdown) --- Tools.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Tools.md b/Tools.md index f2e7aa6..26dc2fd 100644 --- a/Tools.md +++ b/Tools.md @@ -1,7 +1,14 @@ ### Crontab -* `/crontab/torrent/scrape` - Calculate torrent scrape totals +* `/crontab/torrent/scrape/{key}` - Calculates torrent scrape totals, usually one torrent per minute ### Tools -* `/tool/torrent/reindex` - Reindex all torrents keywords (according to latest application logic) \ No newline at end of file +* `/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. \ No newline at end of file