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.

ProphetSe7en

Members
  • Joined

  • Last visited

Everything posted by ProphetSe7en

  1. Do you mind explaining how?
  2. Did you ever get this to work?
  3. Hmm. I thought if I put the command under the "if" part of that script it would only be issued if the cache disk is >xx% ful, like the mover would in the script? Maybe I am mistaken, but in this script everything under "if" only runs if the disk threshold is met? #!/usr/bin/php <?PHP $moveAt = 70; # Adjust this value to suit. $diskTotal = disk_total_space("/mnt/cache"); $diskFree = disk_free_space("/mnt/cache"); $percent = ($diskTotal - $diskFree) / $diskTotal * 100; if ( $percent > $moveAt ) { exec("/usr/local/sbin/mover"); } ?> So I need to figure out on how to combine the script above with these commands. docker exec comand mover && docker exec comand (when mover is finished) Not very elegant, but can I replace exec("/usr/local/sbin/mover"); with exec("/mnt/user/various/unRaid/script/mover.sh); Then in the mover.sh I have the docker exec (command to pause all torrents) mover && docker exec (command to start all torrents) I get it to work, but then I dont have the threshold part in place.
  4. Hmm. That might work, need to test it first Do you know if it is possible to issue the pause command only if cache is >60% full? No need to pause the container if mover wont run because of cache drive is less the 60% full. I know mover can be started using script, and from mover settings it wont run if cache is less than 60%. But while doing this with a script it will cause rtorrent to pause/resume each time the script runs regardless of mover will be running or not Edit: So I need to add the pause & unpause command to the mover script? Clearly the "docker pause/unpause rtorrentvpn" wont work like this, but what format should it be in to work? if ( $percent > $moveAt ) { docker pause rtorrentvpn; exec("/usr/local/sbin/mover"); docker unpause rtorrentvpn; }
  5. Probably, but stopping a torrent container can cause problems if a torrent is during dl or recently finished and no session has been saved the last 20 minutes. So I prefere to sett all active torrents in a pause state, run mover then resume all torrents
  6. Thanks. That covers one part of want I want. Still need to figure out how to stop/pause all torrents and then restart them after mover is done
  7. I am looking for a script that does the following: - check if cache is more than 60% ful - If so, then pause/stop all torrents in rtorrent and start mover - if cache is less than 60% full do nothing Anyone got a script like this?
  8. Is it possible to change the startup path and what path the "home" button has?
  9. So I finally got it working with wireguard, but no the web-ui wont load anymore. This is the same issue I had when updating the container so I had to use and older version. To day i started over with a new install but stil no web ui I found one error in the log, not sure if it is related. ERROR: could not load module /lib/modules/iptable_mangle.ko: No such file or directory
  10. I have a script that runs 10 minutes after CA auto update. This scripts add icons to labels I use and to trackers that dont have and icons/banner. It copies files from "trackers" and "labels" to the same directory inside the container. I have to run it after every update or it will reset. #!/bin/bash docker cp "/mnt/user/various/unRaid/icons/rutorrent/." binhex-rtorrentvpn:"/usr/share/webapps/rutorrent/plugins/tracklabels/"
  11. Is there any way to use this plugin without breaking hardlinks?
  12. Since you are using Deluge and not rtorrent you should probably ask in the deluge thread.
  13. What steps have you done so far? What vpn are you using? Have you added the vpn files to the correct folder? What error do you get in the log?
  14. Yes it works, but not sure how we can find our username since we only use email for login. Waseh @Waseh Can we get an update to the latest Beta version to include the fix added? Looks like the plugin is running an old beta version.
  15. The fix is actually live, we just need the plugin to be updated
  16. Jotta changed their API two days ago. https://github.com/rclone/rclone/pull/3436 Should be fixed in next release
  17. Can I use this to make incremental backups from my shares on unraid? Backup documents, photos and some other shares to a backup share, or is this for clients to send backups to unraid?
  18. I am having the same problem. After the container got updated during the night autodl stopped working. Then I have to go to irc-server settings and press ok and it starts to work again.
  19. I am using a GeForce GTX 1060 Pascal GP106. Using GPU is so much faster than using software at my system, so it is working now I will try software and gpu encoding for the first movie just to compare them to see if I notice any difference.
  20. Yes it looks that way. I am trying one more time to see if it uses gpu or only cpu. I noticed that when I choose the Nvidia NVEnc the Extra Options is removed. I was told to use "ref=5:bframes=5" in Extra Options for best quality, so now I am wondering if using GPU will give worse quality since I cant use the Extra Options?
  21. I cant get my nvidia gpu to work with Handbrake. It works fine with jellybean and other containers, but not with Handbrake. Any tips on where to start looking for errors?
  22. I have some issue with borg from this plugin Traceback (most recent call last): File "/usr/bin/borg", line 6, in <module> from pkg_resources import load_entry_point ModuleNotFoundError: No module named 'pkg_resources'
  23. Thank you. Need to look into that and see what I can make of it. I have made a script for testing discord messages. This one sends a message to discord. All it does is showing a bell, pinging my user and type the text "this is a test". Now I need to figure out how to integrate it to the script to get the correct message. curl -X POST "webhookurl" \ -H "Content-Type: application/json" \ -d '{"username":"borg", "content":":bell: Hey <@userid> This is a test"}' There is also a script that uses borg + rclone. At the end it sends a email if any error or backup has finished without errors. It should be possible to change this to use discord, I just dont know how to yet. https://pastebin.com/8WGmJgiQ
  24. Hi. I am using this plugin to backup some stuff to my gdrive. Is there any way to get a notification on completed backup or if there was any error during backup? I would prefer the notification to be sendt to discord using webhook, but pushover or email is ok too. I ended up with the script like this. Is there anything I should change for it? rsync -ahv --delete --partial --ignore-existing source destination

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.