Everything posted by jrdnlc
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
####### EDIT ONLY THESE SETTINGS ####### # INSTRUCTIONS # 1. Edit the settings below to match your setup # 2. NOTE: enter RcloneRemoteName WITHOUT ':' # 3. Optional: Add additional commands or filters # 4. Optional: Use bind mount settings for potential traffic shaping/monitoring # 5. Optional: Use service accounts in your upload remote # 6. Optional: Use backup directory for rclone sync jobs # REQUIRED SETTINGS RcloneCommand="move" # choose your rclone command e.g. move, copy, sync RcloneRemoteName="gdrive" # Name of rclone remote mount WITHOUT ':'. RcloneUploadRemoteName="gdrive" # If you have a second remote created for uploads put it here. Otherwise use the same remote as RcloneRemoteName. LocalFilesShare="/mnt/cache/mount_upload" # location of the local files without trailing slash you want to rclone to use RcloneMountShare="/mnt/cache/mount_rclone" # where your rclone mount is located without trailing slash e.g. /mnt/user/mount_rclone MinimumAge="15m" # sync files suffix ms|s|m|h|d|w|M|y ModSort="ascending" # "ascending" oldest files first, "descending" newest files first # Note: Again - remember to NOT use ':' in your remote name above # Bandwidth limits: specify the desired bandwidth in kBytes/s, or use a suffix b|k|M|G. Or 'off' or '0' for unlimited. The script uses --drive-stop-on-upload-limit which stops the script if the 750GB/day limit is achieved, so you no longer have to slow 'trickle' your files all day if you don't want to e.g. could just do an unlimited job overnight. BWLimit1Time="off" BWLimit1="off" BWLimit2Time="off" BWLimit2="15M" BWLimit3Time="off" BWLimit3="12M" # OPTIONAL SETTINGS # Add extra commands or filters Command1="--exclude downloads/**" Command2="" Command3="" Command4="" Command5="" Command6="" Command7="" Command8="" # Bind the mount to an IP address CreateBindMount="N" # Y/N. Choose whether or not to bind traffic to a network adapter. RCloneMountIP="192.168.1.253" # Choose IP to bind upload to. NetworkAdapter="eth0" # choose your network adapter. eth0 recommended. VirtualIPNumber="1" # creates eth0:x e.g. eth0:1. # Use Service Accounts. Instructions: https://github.com/xyou365/AutoRclone UseServiceAccountUpload="N" # Y/N. Choose whether to use Service Accounts. ServiceAccountDirectory="/mnt/cache/appdata/other/rclone/service_accounts" # Path to your Service Account's .json files. ServiceAccountFile="sa_gdrive_upload" # Enter characters before counter in your json files e.g. for sa_gdrive_upload1.json -->sa_gdrive_upload100.json, enter "sa_gdrive_upload". CountServiceAccounts="15" # Integer number of service accounts to use. # Is this a backup job BackupJob="N" # Y/N. Syncs or Copies files from LocalFilesLocation to BackupRemoteLocation, rather than moving from LocalFilesLocation/RcloneRemoteName BackupRemoteLocation="backup" # choose location on mount for deleted sync files BackupRemoteDeletedLocation="backup_deleted" # choose location on mount for deleted sync files BackupRetention="90d" # How long to keep deleted sync files suffix ms|s|m|h|d|w|M|y ####### END SETTINGS #######
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
I’m using latest script from github. When I add media to /mount_mergefs/gdrive it shows up in /local which then gets uploaded. When the media is uploaded, the files get deleted from the folders in /local but the not the folders.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
So far everything is working great but for some reason after the upload the folders are not being deleted from the local folder only the files inside the folder. Is it also possible to add Discord notifications for when upload starts, when it finishes a file upload and when it's done uploading completely? Would be great to have this as a variable option. Thanks again for the scripts! @DZMM
-
Unraid OS version 6.8.1 available
Updated! No issues thus far 😃
-
[Plugin] CA Appdata Backup / Restore v2
I think it's because the appdata is being moved to the array. When I try to restore it says "No Backups Sets Found".
-
[Plugin] CA Appdata Backup / Restore v2
I set the plugin to delete any backups older than 5 days old but somehow stopped doing it. I have a total of 30 right now
-
[Plug-In] Community Applications
Excellent! Thanks for looking in to it
-
[Plug-In] Community Applications
@Squid I can't search using dashes for some reason. If i try to search docker hub for "go-socks5-proxy" it changes it to "go socks5 proxy" causing it to load thousands of pages making it impossible to find.
-
Tutorial: Installing Pulseway for remote monitoring
Someone needs to create a plugin for this!
-
[PLUGIN] Disk Location
Sooo muuchh better, Thank you!!
-
[PLUGIN] Disk Location
@olehj Is it possible to have an option to center the trays? My OCD is killing me with all that unused space on the right 🤓
-
[Support] binhex - rTorrentVPN
@binhex Can you update the check_port plugin? Updating the plugin solved the check port issues stated before. It was found by one of our staff members in Organizr discord. Github issue has been opened and can be accessed here
-
[Support] binhex - rTorrentVPN
Any plans to add NordVPN/ExpressVPN support? I know custom is an option but was curious since it will simplify the setup if its baked in. @binhex
-
[Support] jasonbean - Apache Guacamole
I was having same issue as @tronyx. Delete the catalina.out file and that fixed my issue. Thanks
-
[Support] jasonbean - Apache Guacamole
It works now. Whatever you did last update fixed it. Thank you!
-
[Support] jasonbean - Apache Guacamole
I did. It made no difference
-
[Support] jasonbean - Apache Guacamole
I hate to say but that didn’t fix it
-
[Support] jasonbean - Apache Guacamole
Deleted. Repulled same error
-
[Support] jasonbean - Apache Guacamole
Is the update live yet? Still not fixed for me
-
[Support] jasonbean - Apache Guacamole
-
[Support] jasonbean - Apache Guacamole
No access to webui. I removed docker image and deleted app folder. Tried new install and same error
-
[Support] jasonbean - Apache Guacamole
I can't access the webui either. No idea what caused it
-
Additional Scripts For User.Scripts Plugin
I have this scheduled to start on array in background but it prevents my disks to start and stays at "Mounting Disk". Once I disabled it the array starts immediately. Should there be any changes to the script for the latest unraid version? I'm on 6.5.0 @Squid
-
Request: Homebridge
@Dazza1 I'm glad you figued it out. Here is a website were you can view all available plugins
-
Request: Homebridge
Search for it in the apps tab. It wont show up so enable “search on dockerhub”