You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm sure I have missed something basic, but I am having trouble finding it ...
I am trying to set-up the transmission+openvpn to use Njalla on my Synology. I have downloaded a conf file from their site. I have followed various guides.
My Volumes look like this :
docker/transmission-openvpn/njalla.openvpn.conf = /etc/openvpn/custom/defualt.opvn
docker/transmission-openvpn/resolv.conf = /etc/resolv.conf
BitTorrent = /data/completed
There are lots of other environment variables, of course. When I launch the Docker, it seems to work but when I look at the log the sed is trying to modify my conf file, and failing. I checked permission on the Docker shared folder, but that is not it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I'm sure I have missed something basic, but I am having trouble finding it ...
I am trying to set-up the transmission+openvpn to use Njalla on my Synology. I have downloaded a conf file from their site. I have followed various guides.
My Volumes look like this :
docker/transmission-openvpn/njalla.openvpn.conf = /etc/openvpn/custom/defualt.opvn
docker/transmission-openvpn/resolv.conf = /etc/resolv.conf
BitTorrent = /data/completed
Environment variables :
PATH = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
OPENVPN_PROVIDER = custom
OPENVPN_USERNAME = user
OPENVPN_PASSWORD = pass
TRANSMISSION_HOME = /config/transmission-home
There are lots of other environment variables, of course. When I launch the Docker, it seems to work but when I look at the log the sed is trying to modify my conf file, and failing. I checked permission on the Docker shared folder, but that is not it.
Any other ideas ? Thanks,
Scott
Beta Was this translation helpful? Give feedback.
All reactions