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.

pugdudu

Members
  • Joined

  • Last visited

  1. Update, I was able to get it working. My setup: Docker network created by hand, called 'media_network': media server related stuff used by other containers as well The wg0 docker network created by unraid when I import the tunnel using the guide from the link above. I selected wg0 as the Network Type in the template for the container, and added --net media_network to the extra parameters section in the template This way the container will have two network interfaces and I can reach it from LAN, as well as it can use the VPN. However, no matter the order of the network settings, in my case this given container always had the 'media_network' as the default route, meaning all internet traffic went through there by default. To solve it I needed two commands: # Delete default route through media_network ip route del default via 172.18.0.1 dev eth0 # Set default route to wg0 ip route add default via 172.31.200.1 dev eth1 To be able to run these, you need to add to the template --cap-add=NET_ADMIN which should be ok security-wise. To have it persist after container restarts, I created an init script for the given container, which was pretty easy, the container being a linuxserver image: https://www.linuxserver.io/blog/2019-09-14-customizing-our-containers After all this, the result is that all internet traffic goes through VPN (wg0), while the container is also reachable from LAN and is able to communicate with other containers within the my docker network (media_network). The performance is suprisingly good. By using ProtonVPN and Wireguard, the bottleneck is actually my array, not the VPN.
  2. I'd like to set up an outgoing VPN tunnel for one of my docker containers. I followed the guide from the official docs. After I import and enable the connection, the handshake happens, the tunnel works (can confirm via curl ifconfig.me using the container's console); however I can't access the given container's web ui from LAN. What could be the issue? I've tried restarting the server without any luck. Using unraid 7.0.0

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.