DyonR / docker-Jackettvpn

Docker container which runs a headless Jackett Server with an optional WireGuard or OpenVPN connection
https://hub.docker.com/r/dyonr/jackettvpn/
GNU General Public License v3.0
68 stars 32 forks source link

Create Dockerfile.arm64 #34

Open silverbullettruck2001 opened 3 years ago

silverbullettruck2001 commented 3 years ago

Added Dockerfile to build a release that uses the arm64 architecture. The key differences are in line 3, to use 20.04, line 44 to use libicu66, and 55-57 to swap out the AMDx64 for ARM64. I tested this out on my RPi4s running Ubuntu as the host OS and it seems to be stable.

DyonR commented 3 years ago

I have no experience with Raspberry Pi's and never owned one, so I can't test it myself. Nevertheless, I am fine with merging this in the main repo.
Since it has been a few days, just as an extra confirmation, you haven't ran into any problems at all?
WireGuard and OpenVPN both work fine?

silverbullettruck2001 commented 3 years ago

I haven't tried WireGuard. I do know that OpenVPN is ok. There have been some hiccups due to server changes with PIA, but that had nothing to do with the changes, just with PIA service. I know that PIA said that they do have some support for WireGuard, but the last I checked they only support it using their VPN client, not OpenVPN. Do you know of a way to use WireGuard via PIA that I could use to test it?