Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Installing Pangolin Olm on Unraid

Featured Replies

Hi together

I 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?

  • 3 weeks later...

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=wyael1dhftekp0ii2ni0ym6xczwjnwmucy2vr6u9kgkp8tw9

If 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.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.