Everything posted by theDrell
-
[Plugin] rclone
Thanks it works.. will let them know
-
[Plugin] rclone
Thanks. Is there a way to stop your plugin from upgrading to the newest rclone on restart? I want to keep a working version until it just doesnt work anymore.
-
[Plugin] rclone
Okay, I downloaded the prebuilt rclone and overwrote the one installed by the plugin, but then had to add --config=/boot/config/plugins/rclone/.rclone.conf to my rclone mount command, and my drives are back now until this gets fixed.
-
[Plugin] rclone
Any easy instructions to downgrade our rclone version on unraid?
-
[Plugin] rclone
So I tried reinstalling the plugin. Nothing.. Even tried reinstalling the regular rclone one, nothing. Same error Failed to create file system for "gdrive:": couldn't find root directory ID: googleapi: Error 404: File not found: QWE12345A..... Tried to refresh the token, didn't work. I also have a secure one that doesn't work, so neither of them work. They worked great right after I initially set them up.
-
[Plugin] rclone
No I haven't tried to reinstall it yet. I have tried restarting the server. I will try to reinstall the rclone-beta tonight and see if that gets me anywhere.
-
[Plugin] rclone
So if I go through and reauthorize my gdrive again, will that break anything? Windows rclone using the same rclone.conf works fine, just the unraid rclone-beta seems to not work anymore
-
[Plugin] rclone
I am having a weird problem. So I have RClone Beta setup on Unraid 6.7.2. It was working great. I went and restarted my machine and when rclone tries to mount the drive I get Failed to create file system for "gdrive:": couldn't find root directory ID: googleapi: Error 404: File not found: I downloaded my Rclone.conf file, and ran it on my windows machine. Everything mounts just fine using the same file. My mount script looks like this: mkdir -p /mnt/disks/gdrive rclone mount --max-read-ahead 1024k --allow-other gdrive: /mnt/disks/gdrive & Under my rclone-beta config I have the following, with secrets and tokens removed [gdrive] type = drive client_id =CODE.apps.googleusercontent.com client_secret = SECRET scope = drive.file token = {"access_token":"TOKEN","token_type":"Bearer","refresh_token":"1//SOMETHING","expiry":"2019-10-31T10:12:03.849383085-05:00"} Anyone have any idea?
-
[Support] binhex - DelugeVPN
Started having some issues, and now the Docker won't start. 2018-09-26 20:55:32.985955 [warn] UMASK not defined (via -e UMASK), defaulting to '000' 2018-09-26 20:55:33.044151 [info] Permissions already set for volume mappings 2018-09-26 20:55:33.093698 [info] VPN_ENABLED defined as 'yes' 2018-09-26 20:55:33.154813 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/France.ovpn dos2unix: converting file /config/openvpn/France.ovpn to Unix format... sed: cannot rename /config/openvpn/sed02LbV7: No space left on device Cache has room, Shares have room. Deleted my docker image and let it recreate, same error.
-
[Plugin] CA User Scripts
Moved my problem to this thread since it isnt a plugin problem.
-
[Plugin] CA User Scripts
I do, I have tried several browsers now, and even tried from the UnRaid GUI. That is not the problem actually. It appears that using the reboot action completely drops my cache drives and they don't even show up in the unassigned devices. I then have to do a power down and a cold start, and then reassign them to the cache. However a power down and then pressing the power button seems to work just fine instead of the reboot.
-
[Plugin] CA User Scripts
So, restarted my server without this plugin installed. And My cache drives disappeared again. Not sure what is causing this, I will go search elsewhere. Just found where if you use Chrome the cache drives can disappear on restart. Sorry guys, it just correlated perfectly to this plugin install twice.
-
[Plugin] CA User Scripts
To the best of my knowledge, there are no scripts scheduled. It is the first install of that plugin. I had installed the rclone plugin beforehand, and it seems to stay with no issue, but the userscript one gives me the missing cache drives. I just looked under the config, the only 3 scripts I see there are delete ds_store, delete dangling images, and viewDockerLogSize. I am on 6.5.3 if that matters.
-
[Plugin] CA User Scripts
Everytime I install this plugin and reboot, my cache drives go offline. After I remove this plugin and reboot, I can then add my cache drives back. Anyone else have issues like that?
-
[Support] Linuxserver.io - Lidarr
I too just tried Lidarr and had the same issue. Have a decent sized music library. Gave up for now, will wait for Lidarr to stabilize some and try it again. Looking forward to moving away from headphones.
-
[Support] Linuxserver.io - Nextcloud
So I had the http 500 error page as well when I tried to upgrade to 13 via the WebGui. Tried a couple of things, but what fixed it for me was running the upgrade commands via the terminal. See the first page and the upgrade instructions and follow that post, maybe that will work for you as well.
-
[Support] jasonbean - Apache Guacamole
Apparently if you set your ssl user and pass the same as quac, after logging into the ssl domain, it will auto log you into quac... I was not expecting that lol. Thanks for the web socket part, I thought I was going to have to set a baseurl like everything else.
-
[Support] jasonbean - Apache Guacamole
Copied that, and it was scary that when I went to it, guacamole was already logged in under my name ready to access computers!! WHAT!!
-
[Support] jasonbean - Apache Guacamole
So I am wanting to set Guacamole to a baseurl so that I can use it via nginx. Looks like you guys have done that, can you share that with me? I have looked up and can't seem to quite figure out how to set it. I am sure I am an idiot and it's something simple I am missing. So I basically want blah.domain.com/guac and to set it up in nginx with the location ^~/guac{ auth_basic "Restricted"; auth_basic_user_file /config/nginx/.htpasswd; include /config/nginx/proxy.conf; proxy_pass http://ip:port/guac; } But I can't find the place to set the base url in guacamole.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
WAF comes first, hoping that it doesn't add a lot to it. Another question. How do you setup Muximux to work ? Only way I can get it to work is by passing in the muximux www folder as a path, and changing the root to that path. I can't get it to work using the proxypass ip:port. The login page comes up but when I try and login it goes to sub.domain.org/index.php which doesn't exist.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Well, I also have this in the entry now too, so maybe it actually fixed it. proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
OMG. That fixed the internal issue. Why it didn't seem to be an issue on the external, I will never know.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
I was trying to get the internal to work on https://blah.duckdns.org/sonarr as well. Trying to make it wife friendly.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Yeah I have done that. Like I said works outside the network. I'm guessing I need some redirect for internal
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
# main server block server { listen 443 ssl default_server; listen 80 default_server; root /config/www; index index.html index.htm index.php; server_name blah.duckdns.org; ssl_certificate /config/keys/letsencrypt/fullchain.pem; ssl_certificate_key /config/keys/letsencrypt/privkey.pem; ssl_dhparam /config/nginx/dhparams.pem; ssl_ciphers 'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AEA'; ssl_prefer_server_ciphers on; client_max_body_size 0; #Muximux location ~ \.php$ { fastcgi_split_path_info ^(.+\.php)(/.+)$; # With php7-cgi alone: fastcgi_pass 127.0.0.1:9000; # With php7-fpm: #fastcgi_pass unix:/var/run/php7-fpm.sock; fastcgi_index index.php; include /etc/nginx/fastcgi_params; } #Sonarr location ^~ /sonarr { auth_basic "Restricted"; auth_basic_user_file /config/nginx/.htpasswd; include /config/nginx/proxy.conf; proxy_pass http://192.168.10.100:8989/sonarr; } } Just trying to get Sonarr to work right now, will work through the rest later. Wanted Muximux, Radarr, Deluge, Plex and Ombi, and then Guacamole if I could. It was working with Sonarr from outside the network, but when I am local if I try to do blah.duckdns.org/sonarr It takes me to https://blah.duckdns.org/sonarr but I get the Welcome to our Server page.