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.

laur

Members
  • Joined

  • Last visited

  1. > ~/.ssh # ls -al You don't have any keys in ~/.ssh/ Either generate them, or mount /boot/config/ssh/ or /root/.ssh (ie wherever on host you have the keys) to container's /root/.ssh Note in the parent post example you can see the example expects key to be found at ~/.ssh/id_rsa: storage: ssh_command: ssh -i /root/.ssh/id_rsa <-- keyfile for ssh Yet your dir listing above shows there's no key to be found.
  2. > This docker can be used with the Unraid rclone plugin if you wish to mirror your repo to a supported cloud service. Note this goes against borg recommendation. > Files cache set to use "mtime,size" - Very important as unRAID does not have persistent inode values That's a great point! Will amend my setup. Why did you change the default 'ctime' to 'mtime' though?
  3. find -L "/root/.ssh" \( -type f -o -type d \) -exec chmod 'u=rwX,g=,o=' -- '{}' \+ (this will guarantee the dirs will get the executable bit set)
  4. Borgmatic supports hooks, so you could likely use those to interact with docker. I wrote alternative solution to borgmatic with less dependencies that addresses this. Although borgmatic absolutely is a nice tool to work with.

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.