Hi guys,   This is just a script I wrote to help the usage of unRAID notifications from inside a docker container (Transmission, in this example):   #!/bin/bash UNRAID_ADDR="172.17.42.1" UNRAID_PASS="pass" #  Available Channels # #  1 = notify using browser-popups only; #  2 = notify using e-mail only; #  3 = notify using browser-popups and e-mail; #  4 = notify using agents only; #  5 = notify using browser-popups and agents; #  6 = notify using e-mail and agents; #  7 = notify usin