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.

Mounting a webdav shares on unraid?

Featured Replies

My company's server has a webdav share for me, which I like to mount on my unraid server like other smb shares, but I can't find any clear way to do it, unraid seems only support smb or nfs share, is there any docker app or plugin for this?

  • 3 years later...

Here is how I figured this out
 

plugin install https://raw.githubusercontent.com/greycubesgav/unraid-templates/refs/heads/main/davfs2/davfs2.plg
tailscale_mountpoint=/mnt/remotes/tailscale
tailscale_remote=http://100.100.100.100:8080
davfs_secrets=/etc/davfs2/secrets
grep -q "^$tailscale_remote" $davfs_secrets || echo "$tailscale_remote  ''  ''" | tee -a $davfs_secrets > /dev/null
mkdir -p $tailscale_mountpoint
mount -t davfs $tailscale_remote $tailscale_mountpoint

the username and password are empty for Tailscale, so you will have to fill them within the single quotes

  • 9 months later...

where to put the "tailscale_mountpoint..." stuff - should this be run as a user_Script or how is this meant?

  • Community Expert

rclone is built into unraid 7, you can use rclone to mount to a webdav. A user-script would be needed to mount/unmout.

Edited by MowMdown

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.