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.

madrian

Members
  • Joined

  • Last visited

Everything posted by madrian

  1. I thought about that. I can also include the stacks directory using Include extra files/folders, but how do I exclude a specific directory in the same way?
  2. Hi, How can I configure Appdata Backup to run docker compose down, back up my stack (with some folders excluded), and then run docker compose up? When I configure it to back up individual containers (vpn-pia, speedtest-app, stremhu-source), it breaks. I have a specific startup order, and there are also health checks defined in the Compose file, which may be causing the issue. The only reliable approach seems to be bringing the stack down, performing the backup, and then bringing it back up. Thank you
  3. If you want to use the public ntfy.sh service (and there is no bearer authentication token available, to the best of my knowledge), you need to edit the agent file: root@Tower:~# nano /boot/config/plugins/dynamix/notifications/agents/ntfy.sh.sh #!/bin/bash ############ SERVER_URL="https://ntfy.sh" NTFY_TOKEN="YOUR NTFY.SH TOKEN" TOPIC="madrian-dc4f2f63-3e25-4eb7-8f56-6c9149675e4c" TITLE="$SUBJECT" MESSAGE="$DESCRIPTION" ############ MESSAGE=$(echo -e "$MESSAGE") case "$IMPORTANCE" in 'normal' ) PRIORITY="default" ;; 'warning' ) PRIORITY="high" ;; 'alert' ) PRIORITY="urgent" ;; esac # Remove any trailing slash SERVER_URL=${SERVER_URL%/} curl \ -H "Priority: $PRIORITY" \ -H "Icon: https://raw.githubusercontent.com/unraid/webgui/master/emhttp/plugins/dynamix.vm.manager/templates/images/unraid.png" \ -H "Authorization: Bearer $NTFY_TOKEN" \ -H "Title: $TITLE" \ -d "$MESSAGE" \ $SERVER_URL/$TOPICYou need to remove -H "Authorization: Bearer $NTFY_TOKEN" \ (actual line may differ slightly—I’m writing this from memory since I already deleted it and tested) The developers of Unraid should consider allowing an empty token when configuring through the GUI:
  4. Synology allows limiting shared folder sizes, and it would be great to have this functionality in Unraid as well.
  5. Hi, How do I connect to a share on my Unraid server from my Mac without a password (as a guest)? I created a new share called "media" on Unraid and set the Security to "Public." However, when I click on my Unraid server in Finder on my Mac, I see "Not Connected." I would like to connect as guest without entering any password, just like to my Synology NAS.

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.