Everything posted by Bjur
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Hi I've configured Plex in conf file and SWAG starts without any errors, but when I select proxynet in Plex docker, it won't start Plex. All other services are working. Any suggestions?
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Got it working now. The error was that the client Id, secret I created was on another account. When I read the description it stated it didn't matter, but it did. Also @DZMM I used your enhanced settings for playback, and it works much better now. Thanks:) PS: The note from Google in regards to moving to workspace, did you guys get it on your primary emails or on the Gsuite mail? I haven't received any note about it yet, at least not what I could find.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Can anyone see what the error is?
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
I have my team drives and SA running for a long time without any problems, but now want to create a normal drive + crypt. Here's my config. [googleAuDr] type = drive client_id = xxx.apps.googleusercontent.com client_secret = xxx scope = drive server_side_across_configs = true token = {"access_token":"xxx"} drive = folder ID I found in Drive like the team drives. root_folder_id = Folder ID [googleAuDr_crypt] type = crypt remote = googleAuDr:GCryptAuDr filename_encryption = standard directory_name_encryption = true password = xxx password2 = xxx The problem is, that it doesn't use my drive ID when uploading but uses a random, so it doesn't show up in the folder I've created in drive.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
This is how my Drive looks. I have 4 TD configured besides this. [googleAuDr] type = drive drive = server_side_across_configs = true service_account_file = /mnt/user/appdata/other/rclone/service_accounts/sa_dau1.json client_id = client_secret = scope = drive [googleAuDr_crypt] type = crypt remote = googleAuDr:GCryptAuDr filename_encryption = standard directory_name_encryption = true password = password2 =
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
But my confusion is that I will need to have a regular Drive in rclone and from what I can read I can't use SAs for regular Drive right? Then I need clientID. I've created a regular Drive in rclone but it will only create a mountpoint if I configure SAs beside the client id. Funny thing is I can run upload script and it uploads but can't see the test file in drive.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Thanks for the quick reply. To understand correct. When you say I don't need client ID. If I have a regular Drive and want to access like the TD I need to create the Drive in Rclone and that needs the Client ID. I tried without and just copy a TD remote and edit the settings but no mountpoint and won't create. 2. Yes I mean playback time, but on my TDs I have both 4k and non-4k together, but perhaps I can try the settings in the mountscript.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
@DZMM: 1. As far as I understand you are using a regular Drive for music, but first uploads through TeamDrive and afterwards run a move script from TD to Drive right? How is the script like for this? I have 4 TD and 4 crypts (4 mountscripts and 4 upload scripts). I wanted to create a regular Drive, but the clientID etc, was to much hassle when having TD already, so a script to move from 1 to another I think is a good idea. 2. Also first part of my script is like this. Can I optimize it for loading times? I haven't used cache or anything like that. #!/bin/bash ###################### #### Mount Script #### ###################### ### Version 0.96.6 ### ###################### ####### EDIT ONLY THESE SETTINGS ####### # INSTRUCTIONS # 1. Change the name of the rclone remote and shares to match your setup # 2. NOTE: enter RcloneRemoteName WITHOUT ':' # 3. Optional: include custom command and bind mount settings # 4. Optional: include extra folders in mergerfs mount # REQUIRED SETTINGS RcloneRemoteName="google_crypt" # Name of rclone remote mount WITHOUT ':'. NOTE: Choose your encrypted remote for sensitive data RcloneMountShare="/mnt/user/mount_rclone" # where your rclone remote will be located without trailing slash e.g. /mnt/user/mount_rclone MergerfsMountShare="/mnt/user/mount_mergerfs" # location without trailing slash e.g. /mnt/user/mount_mergerfs. Enter 'ignore' to disable DockerStart="sonarr" # list of dockers, separated by space, to start once mergerfs mount verified. Remember to disable AUTOSTART for dockers added in docker settings page LocalFilesShare="/mnt/user/local" # location of the local files and MountFolders you want to upload without trailing slash to rclone e.g. /mnt/user/local. Enter 'ignore' to disable MountFolders=\{"media/temp,downloads/complete"\} # comma separated list of folders to create within the mount
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
A couple of questions. 1. Has there been any significant changes to scripts within the last year, where you are recommending to update? I'm using Mergersf currently. Can something be gained in regards to Plex loadtimes? 2. What does people use for music or where there's a lot of files? Mount multiple teamdrives or I read using GDrive but then you will have disadvantages like limited storage or?
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Anyone?
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Hi I've received this mail from Google, do I need to do anything to not loose files with this plugin: A security update will be applied to Drive On September 13, 2021, Drive will apply a security update to make file sharing more secure. This update will change the links used for some files, and may lead to some new file access requests. Access to these files won't change for people who have already viewed them. What do I need to do? You can choose to remove this security update in Drive, but removing the update is not recommended and should only be considered for files that are posted publicly. Learn more After the update is applied, you can avoid new access requests by distributing the updated link to your file(s). Follow instructions in the Drive documentation Which files will the update be applied to? See files with the security update
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
You can just do as I do. Use exclusion to exclude metadata and subs from being uploaded.
-
[Support] Linuxserver.io - Plex Media Server
Sorry you are right, I've just reverted back to standard port 32400. But would it be more safes or is 32400 standard good enough since it's not a directly attached login local on Plex?
-
[Support] Linuxserver.io - Plex Media Server
Thanks so what you are saying that it is just as secure opening port 32400 instead of running it behind a reverse proxy? I don't have port 32400, since it's running on reverse proxy so port 1443 is open and also configured at 1443 at Plex settings.
-
[Support] Linuxserver.io - Plex Media Server
Because I can use my subdomain without using specific ports. I think it would also make more security?
-
[Support] Linuxserver.io - Plex Media Server
Hi is anyone here using Plex on a reverse proxy? I have installed Letsencrypt (Swag now) and have setup Plex and other dockers on proxynet. I can get it all to work, but I can't get Plex to be green on remote access. I have specified public port as 1443 (used Spaceinvaders guide) and setup custom server access URLs as my https://plex.xxx.xx domain. I can't get it to work on remote access no matter what I try and it says indirect playback and max 2 mbps on my cell phone outside my home network, have disabled any bandwidth limitations. Can someone please help me:)?
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
So how do I check if my passwords are correct?
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Thanks but will that show me my passwords?
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Is it possible to check somehow if the passwords are correct for the mounts created?
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Is it possible to check somehow if the passwords are correct for the mounts created?
-
** VIDEO GUIDE ** How to Setup and Configure a Reverse Proxy on unRAID with LetsEncrypt & NGINX
Hi first thanks for the excellent videos SpaceInvader. I have downloaded letsencrypt and followed the video but after selecting the newly created network with Sonarr I can't access Sonarr event locally. Do any of you have an idea what is wrong?
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Hi thanks for the fine answer using Usenet and just DL to standard share. When I did DL to UD then I get fast speed so it must be parity writing. I initially did DL to SSD also fast speed but have a Samsung EVO 860 or 870 can't remember but I didn't want to use that because of the tearing so I only use that for dockers. Does that makes sense?
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
I'm still not 100% satisfying with my download. When I download something I only get around 20 Mbps and have gigabit line. I have tried in both local and mergerfs folder. Could it be perhaps the parity is writing and slowing down and if so, how do I solve it?
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Hi in my mountfolders, I just want media\tv When I do: MountFolders=\{"media/tv"\} I get 2 folders. 1 media\tv which is correct but also a {media with subfolder tv} How do I stop that?
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Hi, sorry I have a couple of extra questions: 1. If I set my download folder to /mnt/user/mount_mergerfs/downloads I will only get around 10 MBps, if I set my download folder to /mnt/local/downloads I will get around 70 MBps. So when you write there's less chance something goes wrong I want to make sure I get more benefits when using mergerfs folder, since my DL speed is sincerely limited if I use that method. Is other experiencing the same and are there any major disadvantages to use local instead? 2. How often do you scan library in Plex, and will a "Run a partial scan when changes are detected" result in quickly API ban?