February 23Feb 23 Hi togetherI have Pangolin running on a VPS and 2 remote sites configured. Both remote sites have an Unraid host installed for local services. I have a Newt container running on Unraid to connect via pangolin to my internal services, which works great. In addition I want to connect my Unraid host1 over the existing Pangolin tunnel to unraid host2. Therefore I would need to install the machine client (known as Olm in Pangolin) on Unraid. Then I could connect to the unraid host2 to do rsync to it for backup from host1 to host 2. Is there currently a way to install Olm on Unraid?
March 13Mar 13 I found your post while searching to see if anyone had made an Olm plugin (didn't find one).It seems like Pangolin recommends using pangolin-cli instead of olm, since olm is a component of pangolin-cli and it's supposed to be easier to use.You can install it with docker compose:services: pangolin-cli: image: fosrl/pangolin-cli:latest container_name: pangolin-cli restart: unless-stopped network_mode: host cap_add: - NET_ADMIN devices: - /dev/net/tun:/dev/net/tun environment: - PANGOLIN_ENDPOINT=https://app.pangolin.net - CLIENT_ID=5n52gnzfgl3tdox - CLIENT_SECRET=wyael1dhftekp0ii2ni0ym6xczwjnwmucy2vr6u9kgkp8tw9If you don't use compose you could add a custom container with the same settings in the template. You would just need to switch to advanced view to add this to Extra Parameters:--cap-add NET_ADMIN
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.