diff options
author | Christian Segundo | 2023-06-10 00:32:38 +0200 |
---|---|---|
committer | Christian Segundo | 2023-06-10 00:32:38 +0200 |
commit | e2e56739a843cc0dc26040ea3f77ab2b56c71a81 (patch) | |
tree | 147972c251775efbbf23d450a31e5578a8e8ffc1 /README.md | |
download | transmission-hacks-e2e56739a843cc0dc26040ea3f77ab2b56c71a81.tar.gz |
Add readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..37431eb --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# transmission-hacks + +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. | |