Everything posted by johnsanc
-
[Support] Linuxserver.io - Nextcloud
I had an issue with uploads over 2GB as well and the key for me was setting the max_execution_time to something higher. However now it looks like my config has changed. For the life of me cannot figure out how to change it back now. On the Admin screen it shows 3600, but in every config file (.user.ini, .htaccess, nginx configs) its set to 21600. Where else am I missing? Or am i overlooking something simple for pulling in the php config changes? Heres my PHP info from the admin screen: Version: 7.0.17 Memory Limit: 1.0 GB Max Execution Time: 3600 Also for anyone else looking to configure this properly for large uploads, start here: https://github.com/owncloud/documentation/wiki/Uploading-files-up-to-16GB
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
I am getting this error when trying to connect from outside my home network: NET:ERR_CERT_AUTHORITY_INVALID, but it works fine within my network. I am using HSTS. Nothing has changed from a configuration standpoint to cause this. However, we did just have AT&T out here to install U-verse the other day and they were messing with the gateway. Does this behavior sound like an issue with LetsEncrypt or the gateway/router settings? EDIT: Think I found the issue. I hate AT&T. Apparently if you use wireless set top boxes they require port 443 and you cannot change that. Ridiculous. https://forums.att.com/t5/AT-T-Internet-Features/Forwarding-port-443-for-WHS-conflict-with-connectToCiscoAP/td-p/3365983
-
[Support] Linuxserver.io - Nextcloud
Has anyone successfully configured the official Redis docker to work with Nextcloud? If so, could you share how you set it up?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Thanks for the offers to help guys, but I got it fixed. Looks like I didn't have to wait a week afterall and when i updated my dockers this morning it worked without issue. It would be nice if the docker at least was allowed to stay running so the reverse proxy would still work even if there are issues with the certificates.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Pretty sure I royally screwed something up. I tried to add a new subdomain and regenerate certs but I kept receiving a unknownhost DNS error that was newly logged since I made the change. In the process of troubleshooting the DNS I restarted the docker a few times and ended up getting this error: There were too many requests of a given type :: Error creating new authz :: Too many invalid authorizations recently. After a bit of googling it looks like I now have to wait a week and the Lets Encrypt docker wont even start now. There should really be a warning in the description about the rate limits and instructions how to put this in test cert mode so others don't make the same mistake I did. Is there any way around this to at least get things up and running again?
-
[Support] Linuxserver.io - Nextcloud
Thanks. I'm an idiot. I actually already had the reverse proxy setup correctly. I just had headers being set in both places. Now if only there is a solution for the "Uncaught Error: Access to undeclared static property" error. Any ideas on that one? uploading and downloading of files over 1GB basically don't work. EDIT: Downloads fixed by using a newer version. Uploads fixed by doing major config changes to avoid various timeouts.
-
[Support] Linuxserver.io - Nextcloud
How do I setup Nextcloud so that it uses the Nginx instance from the Let's Encrypt docker instead of the one that is packaged with this docker? I have everything setup and working, but I have double headers being added. I assume this could be coming from both instances of nginx running.
-
[Plugin] IPMI for unRAID 6.1+
Interesting... there are references to IPMI in the manual.
-
[Plugin] IPMI for unRAID 6.1+
This doesn't seem to work for me. When i run "ipmitool sensor" from a command line I get this. Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or directory Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or directory Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or directory Get Device ID command failed Unable to open SDR for reading I have a SuperMicro X10SAT-O board.
-
Dynamix File Integrity plugin
What does this error mean after doing an export? Jan 20 22:38:54 Tower bunker: error: no export of file: /mnt/disk1/Games/... The build and export were both showing as up-to-date with green checkmarks both before and after running the export. Also, I then tried running the build again because I thought maybe that file didn't have a hash recorded, but then it showed about 2100 files that needed to be updated. If thats the case, then why did the table show a green checkmark that the build was up to date? Executing the rebuild and re-export now shows 0 files skipped.
-
Cleaning out Docker image
Just adding that you all are not alone. I also have a continuously growing docker.img file and cannot seem to figure out the cause. I can reboot to get it to return to normal, but it quickly grows to capacity in a matter of days.
-
[CONTAINER] CrashPlan & CrashPlan-Desktop
I don't have any problems connecting to the backup engine or anything after reading through the past few pages of posts... however I can no longer connect to any Friends outside of my home network and they can no longer back up to me. Did some networking changes happen with the 4.3.0 update? Anyone know how to fix? EDIT: Weird, I had to forward port 4242 now to get it to work.