From d63c463591820d9e3c86a5fb56e3e35246957831 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 7 Mar 2021 23:45:01 -0500 Subject: [PATCH] Update roles/transmission/README.rst --- roles/transmission/README.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/roles/transmission/README.rst b/roles/transmission/README.rst index 4b1f89c87..e9e2952dd 100644 --- a/roles/transmission/README.rst +++ b/roles/transmission/README.rst @@ -5,7 +5,10 @@ .. |se| raw:: html - + +.. |nbsp| unicode:: 0xA0 + :trim: + =================== Transmission README =================== @@ -76,7 +79,7 @@ You can also download other torrents using Transmission's web interface, or by t Known Issues ------------ -* |ss| Default Transmission user/group may need fixing (https://github.com/transmission/transmission/issues/537) in some circumstances. You can set Ansible variables 'transmission_user' and 'transmission_group' e.g. in /opt/iiab/iiab/roles/transmission/defaults/main.yml (you might need 'User=' and 'Group=' in systemd unit file /lib/systemd/system/transmission-daemon.service — e.g. both might need to be set to 'debian-transmission' — if so then run 'systemctl daemon-reload' and 'systemctl restart transmission-daemon'). |se| `PR #2703 `_ +* |ss| Default Transmission user/group may need fixing (https://github.com/transmission/transmission/issues/537) in some circumstances. You can set Ansible variables 'transmission_user' and 'transmission_group' e.g. in /opt/iiab/iiab/roles/transmission/defaults/main.yml (you might need 'User=' and 'Group=' in systemd unit file /lib/systemd/system/transmission-daemon.service — e.g. both might need to be set to 'debian-transmission' — if so then run 'systemctl daemon-reload' and 'systemctl restart transmission-daemon'). |se| |nbsp| `PR #2703 `_ * Random Ports: Currently it is not possible to use random ports in the range 49152-65535. It is difficult to open multiple ports in IIAB's iptables-based firewall.