mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
Updated Tools (markdown)
parent
60486a711a
commit
cbe6959fda
1 changed files with 9 additions and 2 deletions
11
Tools.md
11
Tools.md
|
|
@ -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.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue