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.

s3 bucket support in Unraid

Featured Replies

Recently i checkout a video on youtube about QuTScloud a QNAP cloud NAS OS. Basicaly is a QNAP in public NAS using S3 compatible support you can install in any public cloud or  in your Unraid (for example) using VMS, problem of that is $11.99 month.

 

I checked a similar solution for Unraid but not founded. But I founded this link https://tecadmin.net/mount-s3-bucket-centosrhel-ubuntu-using-s3fs/

 

My ideia is try implement this solution in Unraid directly in terminal and connect  to mount mnt/disks and try use like a disk. I don't know if possible and how to do this similar commands in terminal?

Edited by pho3nix

  • Author

I founded a solution based on that link, here complete tutorial

 

In terminal:

 

cd /tmp

wget --no-check-certificate https://slack.conraid.net/repository/slackware64-current/s3fs-fuse/s3fs-fuse-1.88-x86_64-1cf.txz

upgradepkg --install-new s3fs-fuse-1.88-x86_64-1cf.txz

echo AWS_ACCESS_KEY_ID:AWS_SECRET_ACCESS_KEY > ~/.passwd-s3fs

chmod 600 ~/.passwd-s3fs

mkdir /tmp/cache /s3mnt

chmod 777 /tmp/cache /s3mnt

s3fs -o use_cache=/tmp/cache mydbbackup /s3mnt

 

where mydbbackup is bucket name

 

I making tests if can share this shares inside Unraid, notify when have more informations.

 

1. Notification:

Add symbolic link to a disk1 this can show a s3-nas folder inside unraid folder struct can see and can download file.

 

In terminal:

ln -s /s3mnt/ /mnt/disk1/s3-nas

 

 

 

 

 

 

 

 

Edited by pho3nix

Check out the rclone plugin and rclone threads. 

 

It already supports s3 according to their page @ https://rclone.org/commands/rclone_mount/

 

 

 

Edited by BRiT

Archived

This topic is now archived and is closed to further replies.

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.