Page 1 of 1

Location of Notification, custom email

Posted: Sat Dec 01, 2018 2:13 am
by Sephaerius
Greetings,
I'm running binhex/arch-delugevpn in Docker on my Synology NAS. I was wondering if anyone could please point me in the direction of the Notification plugin script location so I can edit the email message?
I looked around in the docker /config folder, but wasn't able to find it.

Thanks!

Re: Location of Notification, custom email

Posted: Mon Dec 03, 2018 7:33 pm
by gderf
What you want to do will be difficult because what you are looking for is inside the running container and you will have to make a custom docker image yourself.

An easier way would be to install deluge as a regular package and force it to use a separately installed VPN or as I do, use a SOCKS5 proxy.

The file you want to edit is most likely plugins/notifications/notifications/core.py but its location varies.