transmission-daemon: add page (#8457)

pull/1/head
Cairn 2022-09-11 13:19:28 -04:00 committed by GitHub
parent 453fa5d6f5
commit 4b440c3a5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# transmission-daemon
> Daemon controlled with `transmission-remote` or its web interface.
> See also: `transmission`.
> More information: <https://manned.org/transmission-daemon>.
- Start a headless `transmission` session:
`transmission-daemon`
- Start and watch a specific directory for new torrents:
`transmission-daemon --watch-dir {{path/to/directory}}`
- Dump daemon settings in JSON format:
`transmission-daemon --dump-settings > {{path/to/file.json}}`
- Start with specific settings for the web interface:
`transmission-daemon --auth --username {{username}} --password {{password}} --port {{9091}} --allowed {{127.0.0.1}}`