haugene / docker-transmission-openvpn

Docker container running Transmission torrent client with WebUI over an OpenVPN tunnel
GNU General Public License v3.0
4.14k stars 1.21k forks source link

How to configure on Raspberry Pi 3 ? #1098

Closed chicungunya closed 4 years ago

chicungunya commented 4 years ago

Hello, I'm on a Raspberry Pi 3 with image of OMV 4. I think I tried everything but doesn't work. You can check here my configuration : https://pastebin.com/TKixMYPT (I have hidden my credentials id of my vpn) (SURFSHARK VPN) And there is my error : https://pastebin.com/9jCYmmZc

Can you please help ?

thanks a lot

Edit : I tried with NORDVPN and there is my error : https://pastebin.com/Vf8v2Fmg

pkishino commented 4 years ago

Yes, your authentication failed because it cannot create the credentials.. this is an issue with omv, please check how to either give write permission to process or such

haugene commented 4 years ago

You've mounted both the volumes as read-only. That won't work. The container needs to be able to write both config and data.

 "Binds": [
                "/sharedfolders/WD:/config:ro",
                "/sharedfolders/WD/Films:/data:ro",
stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.