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.

kesm

Members
  • Joined

  • Last visited

Everything posted by kesm

  1. Thanks a lot for this, Is there any particular reason for this PR to not be added to nerdtools? I'm trying to use a script that rely on 3.11 so I can't use it right now. Hope to see python3.11 soon in nerdtools
  2. Hello, python3 current version in NerdTools is 3.9.10 but last available version is 3.11.2, is it possible to update it in NerdTools please? Thanks in advance
  3. Ok, already done 2 days ago but it seems that it's happening pretty quickly Is there any command I can launch to check where this load average comes from?
  4. There are showing actual icons. It's currently happening again, here is another diagnostics. I tried a htop and to go to Dashboard but I have no response : and a screen from Stats EDIT : got a response from top : another screen from ctop fabrice-diagnostics-20220505-1412.zip
  5. Hello, I'm facing regularly timeouts on docker page or even some dockers but I don't understand why is it happening, processor and memory looks fine Here is the kind of timeouts I have from uptime kuma : and you can find my diagnostics file attached. Is there anything I can check to prevent this? fabrice-diagnostics-20220504-2055.zip
  6. Worked for me, thanks for the suggestion!
  7. It looks like I have the same problem, here are my sonarr and qbt docker conf and ls -ldi from a file : ls -ldi /mnt/user/mount_mergerfs/gdrive_vfs/medias/tv/hd/Friends\ \(1994\)/Season\ 1/Friends\ -\ S01E01\ -\ The\ One\ Where\ Monica\ Gets\ a\ Roommate\ x265\ AC3\[EN+FR\]\ \[FR+EN\]\ Bluray-1080p.mkv 6952752600862098309 -rw-r--r-- 1 nobody users 399322889 Mar 22 12:33 /mnt/user/mount_mergerfs/gdrive_vfs/medias/tv/hd/Friends\ (1994)/Season\ 1/Friends\ -\ S01E01\ -\ The\ One\ Where\ Monica\ Gets\ a\ Roommate\ x265\ AC3[EN+FR]\ [FR+EN]\ Bluray-1080p.mkv
  8. I missed this parameter, thanks, it works after 15 min !
  9. Hi, I'm completely new to rclone, I tried to follow your post but there are some things that I'm not sure to do everything correctly : On your link https://github.com/BinsonBuzz/unraid_rclone_mount you talk about gdrive_media_vfs but in the scripts it's only gdrive_vfs, should it be named like this (gdrive_vfs)? I'm trying to use everything as the same paths that you choose so I didn't change anything in the scripts execpt : in rclone_mount => RcloneCacheShare="/mnt/cache/mount_rclone" to use my SSD (/mnt/cache) in rclone_upload => RcloneUploadRemoteName="gdrive_vfs" my rclone config is like that : [gdrive] type = drive client_id = aaa client_secret = bbb scope = drive root_folder_id = ccc token = {"access_token":"ttt","expiry":"2022-02-24T01:13:06.534714443+01:00"} team_drive = [gdrive_vfs] type = crypt remote = gdrive:crypt password = pass1 password2 = pass2 As I understand the behaviour, once rclone_mount script has been launched, if I add anything in /mnt/user/local/gdrive_vfs/movies or tv it's copied into /user/mount_mergerfs/gdrive_vfs/movies or tv. So I tried to add a filed canada.pdf to tv and it successfully has been added from local to mount_mergefs Then if I launch rclone_upload script it should take the content from movies/tv and move it to /mnt/user/mount_rclone/gdrive_vfs but when I launche the script I have this log : 24.02.2022 00:36:24 INFO: *** Rclone move selected. Files will be moved from /mnt/user/local/gdrive_vfs for gdrive_vfs *** 24.02.2022 00:36:24 INFO: *** Starting rclone_upload script for gdrive_vfs *** 24.02.2022 00:36:24 INFO: Script not running - proceeding. 24.02.2022 00:36:24 INFO: Checking if rclone installed successfully. 24.02.2022 00:36:24 INFO: rclone installed successfully - proceeding with upload. 24.02.2022 00:36:24 INFO: Uploading using upload remote gdrive_vfs 24.02.2022 00:36:24 INFO: *** Using rclone move - will add --delete-empty-src-dirs to upload. 2022/02/24 00:36:24 INFO : Starting bandwidth limiter at 12Mi Byte/s 2022/02/24 00:36:24 INFO : Starting transaction limiter: max 8 transactions/s with burst 1 2022/02/24 00:36:24 DEBUG : --min-age 15m0s to 2022-02-24 00:21:24.183962748 +0100 CET m=-899.965480723 2022/02/24 00:36:24 DEBUG : rclone: Version "v1.57.0" starting with parameters ["rcloneorig" "--config" "/boot/config/plugins/rclone/.rclone.conf" "move" "/mnt/user/local/gdrive_vfs" "gdrive_vfs:" "--user-agent=gdrive_vfs" "-vv" "--buffer-size" "512M" "--drive-chunk-size" "512M" "--tpslimit" "8" "--checkers" "8" "--transfers" "4" "--order-by" "modtime,ascending" "--min-age" "15m" "--exclude" "downloads/**" "--exclude" "*fuse_hidden*" "--exclude" "*_HIDDEN" "--exclude" ".recycle**" "--exclude" ".Recycle.Bin/**" "--exclude" "*.backup~*" "--exclude" "*.partial~*" "--drive-stop-on-upload-limit" "--bwlimit" "01:00,off 08:00,15M 16:00,12M" "--bind=" "--delete-empty-src-dirs"] 2022/02/24 00:36:24 DEBUG : Creating backend with remote "/mnt/user/local/gdrive_vfs" 2022/02/24 00:36:24 DEBUG : Using config file from "/boot/config/plugins/rclone/.rclone.conf" 2022/02/24 00:36:24 DEBUG : Creating backend with remote "gdrive_vfs:" 2022/02/24 00:36:24 DEBUG : Creating backend with remote "gdrive:crypt" 2022/02/24 00:36:24 DEBUG : gdrive: detected overridden config - adding "{y5r0i}" suffix to name 2022/02/24 00:36:24 DEBUG : fs cache: renaming cache item "gdrive:crypt" to be canonical "gdrive{y5r0i}:crypt" 2022/02/24 00:36:24 DEBUG : downloads: Excluded 2022/02/24 00:36:24 DEBUG : tv/Canada.pdf: Excluded 2022/02/24 00:36:24 DEBUG : Encrypted drive 'gdrive_vfs:': Waiting for checks to finish 2022/02/24 00:36:24 DEBUG : Encrypted drive 'gdrive_vfs:': Waiting for transfers to finish 2022/02/24 00:36:24 INFO : tv: Removing directory 2022/02/24 00:36:24 DEBUG : tv: Failed to Rmdir: remove /mnt/user/local/gdrive_vfs/tv: directory not empty 2022/02/24 00:36:24 INFO : music: Removing directory 2022/02/24 00:36:24 INFO : movies: Removing directory 2022/02/24 00:36:24 INFO : gdrive_vfs: Removing directory 2022/02/24 00:36:24 DEBUG : Local file system at /mnt/user/local/gdrive_vfs: failed to delete 1 directories 2022/02/24 00:36:24 DEBUG : Local file system at /mnt/user/local/gdrive_vfs: deleted 3 directories 2022/02/24 00:36:24 INFO : There was nothing to transfer 2022/02/24 00:36:24 INFO : Transferred: 0 B / 0 B, -, 0 B/s, ETA - Deleted: 0 (files), 4 (dirs) Elapsed time: 0.7s 2022/02/24 00:36:24 DEBUG : 7 go routines active 24.02.2022 00:36:24 INFO: Not utilising service accounts. 24.02.2022 00:36:24 INFO: Script complete The file I added : tv/Canada.pdf is listed as Excluded and I don't understand why and I only have a mountcheck file in /mnt/user/mount_rclone/gdrive_vfs One last thing I didn't understand is /mnt/user/mount_unionfs, you talk about it on github but I don't see anything about this in the editable parts of the script, should I create a folder name like this somewhere? I hope someone can help me to understand what I'm doing wrong.
  10. Hi, I also have a problem since last update. I cannot access WebUI from outside my network. I have privoxy disabled, LAN_Network configured with 192.168.1.0/24, webui ports changed to 8090, I'm able to access qbt locally on address 192.168.1.xx:8090, port 8090 is opened in my firewall but I cannot access qbt from outside my network on address myunraiddns:8090 or myunraidip:8090 (other apps works well). I tried to rollback to binhex/arch-qbittorrentvpn:4.1.9-1-01 but I still cannot reach qbt webui Error message is This site can’t be reached myunraiddns took too long to respond.
  11. Hi, I'm stuck with Transmission_VPN and I can't understand why, I have the docker configured like this (by editing the variable and removing default values) : and appdata config file is set like this I downloaded and put config file in these folder (it's also available in /mnt/user/appdata/Transmission_VPN) but when I launch the docker logs begin with : Using OpenVPN provider: PROTONVPN Supplied config ch-10.protonvpn.com.tcp.ovpn could not be found. Using default OpenVPN gateway for provider protonvpn I don't understand what I am missing here, can anyone help me? Thanks in advance
  12. I've been able to install a new web ui by doing this : Update container Add another Path, Port, Variable, Label or Device Add variable named "TRANSMISSION_WEB_HOME" with value "/web" without "" Add path named "/web" with value "thepathwhereyousavedyourwebui" Save Transmission have a new web ui after a refresh cache from browser
  13. Hi, I'm pretty new to unraid (Unraid OS Trial 29 days remaining ) and I can't find where I can change the webui for transmission. I'm trying to switch from classic ui to Transmission Web Control or Combustion but I can't get it working. I tried install scription from TWC in putty with transmission running or not, from console with transmission running and by replacing web folder in /mnt/disk1/appdata/transmission /mnt/user/appdata/transmission but nothing works. I search online but found nothing, did someone succeed to change original web ui?

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.