diff options
author | Christian Segundo | 2023-10-07 05:04:53 +0200 |
---|---|---|
committer | Christian Segundo | 2023-10-07 05:04:53 +0200 |
commit | 5b96a1fca8bab27c9cc446295b0946d119510a51 (patch) | |
tree | f06d7364b92e16697b1a835665a26b8b222289d8 /README.md | |
parent | e2e56739a843cc0dc26040ea3f77ab2b56c71a81 (diff) | |
download | transmission-hacks-5b96a1fca8bab27c9cc446295b0946d119510a51.tar.gz |
Update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 19 |
1 files changed, 11 insertions, 8 deletions
@@ -4,11 +4,14 @@ Just a bunch of scripts to automate some tasks in transmission. # Settings -| Variable Name | Default / Description | -|--------------------- |--------------------------------------------------------------------------------------- | -| `CRON_LOG_LEVEL` | `0` / Tell cron what to log about jobs | -| `CRON_EXPRESSION` | `* * * * *` / A cron expression to indicate how often to run **all** scripts | -| `TRANSMISSION_HOST` | `localhost` / The host where transmission runs | -| `TRANSMISSION_PORT` | `9091` / Port where transmission is listening | -| `DELETE_TAG_0_NAME` | No default. A transmission tag to match torrents and delete by age. | -| `DELETE_TAG_0_AGE` | No default. Time (`1d`, `1w`...etc) string, torrents older than that will be deleted. | +| Variable Name | Default / Description | +| ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------- | +| `CRON_LOG_LEVEL` | `0` / Tell cron what to log about jobs | +| `CRON_EXPRESSION` | `* * * * *` / A cron expression to indicate how often to run **all** scripts | +| `SCRIPT_TIMEOUT` | `300` / Per script timeout in seconds | +| `TRANSMISSION_HOST` | `localhost` / The host where transmission runs | +| `TRANSMISSION_PORT` | `9091` / Port where transmission is listening | +| `DELETE_TAG_0_NAME` | No default. A transmission tag to match torrents and delete by age. | +| `DELETE_TAG_0_AGE` | No default. Time (`1d`, `1w`...etc) string, torrents older than that will be deleted. | +| `DELETE_UNLINKED_1_NAME` | No default. A transmission tag to match torrents and delete if greater than age and has no links pointing to it. | +| `DELETE_UNLINKED_1_AGE` | No default. No default. Time (`1d`, `1w`...etc) string, torrents older than what will be deleted if there are no links pointing to it. | |