-
[Plugin] Appdata.Backup
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?
-
[Plugin] Appdata.Backup
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
-
madrian started following Can't Connect SMB from Mac , [Plugin] Appdata.Backup and Notifications Agents not working
-
Notifications Agents not working
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:
-
Share max size
Synology allows limiting shared folder sizes, and it would be great to have this functionality in Unraid as well.
-
Can't Connect SMB from Mac
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.
madrian
Members
-
Joined
-
Last visited