Everything posted by Kewjoe
-
[Support] Linuxserver.io - Nextcloud
Yup, that's the spot. Peter_SM has a very similar setup to me and is getting the same problem. So ya, definitely sounds like it's something with our reverse proxy / nginx setup.
-
[Support] Linuxserver.io - Nextcloud
I'm dealing with 2 other issues in Nextcloud. 1. I get the following warnings (same at Peter_SM) Security & setup warnings The "X-XSS-Protection" HTTP header is not configured to equal to "1; mode=block". This is a potential security or privacy risk and we recommend adjusting this setting. The "X-Content-Type-Options" HTTP header is not configured to equal to "nosniff". This is a potential security or privacy risk and we recommend adjusting this setting. The "X-Robots-Tag" HTTP header is not configured to equal to "none". This is a potential security or privacy risk and we recommend adjusting this setting. The "X-Frame-Options" HTTP header is not configured to equal to "SAMEORIGIN". This is a potential security or privacy risk and we recommend adjusting this setting. I tried googling the issue and tried a few of the recommended remedies, but nothing has helped. 2. I can't seem to be able to upload a file. I get various different errors, ranging from: a. Internal Server Error b. Bad Gateway c. Request Entity too Large I was successful in uploading one file, but nothing else will work. These files are small. A few MB at most.
-
[Support] Linuxserver.io - Nextcloud
I'm having the same issue.
-
[CONTAINER] CrashPlan & CrashPlan-Desktop
Hey Interstellar, did you end up figuring this out?
-
[Support] Linuxserver.io - Nextcloud
Which MariaDB docker did you use? If you follow CHBMB's guide here: https://www.linuxserver.io/index.php/2016/07/28/installing-nextcloud-on-unraid/ you will see that the MariaDB docker by Linuxserver has a password variable that you set. I would start from scratch and follow the guide. Worked great for me. Only issue i had was a permission issue which i fixed quickly.
-
[Support] Linuxserver.io - Nextcloud
Hi CHBMB, Thanks for the easy to follow write-up. I'm having an issue. I followed your guide exactly, this is my first time installing either mariaDB or Nextcloud. I didn't previously have an Owncloud install. When I'm at the Next Cloud setup screen and enter all my data, i get the following error (attached). I also attached the custom.cnf screenshot. I'm using Ubuntu, so I don't think there is any issues with how i edited the file (I used Gpedit, and confirmed it looks fine under VIM). I restarted MariaDB after changing the custom.cnf. Any thoughts? Edit: I'm getting this in the maraidb logs: "Warning: World-writable config file '/etc/mysql/conf.d/custom.cnf' is ignored" Edit2: Got it working. Had to chmod 664 the custom.cnf file and restart mariadb.
-
New Emby Docker
Thanks for checking. Glad it's not just me
-
New Emby Docker
No, this is on a Windows 7 laptop. i tried it in Firefox, Chrome and IE and all are doing the same thing.
-
New Emby Docker
I have a strange issue. When I'm in the manage section, under playback, then transcode. If i try to make any changes and click save. it says "Please fill in this field" but it's pointing to the top left of the screen. i don't see any section that isn't filled out. It won't save, if i move to a different tab and go back it forgets all of my inputs. Anyone else experiencing that? i've tried restarting emby to no avail. I'm on the latest version (3.0.5986.0)
-
ControlR (Android/iOS app for unRAID)
this app has been great. just need to find time to set up a openvpn server on my router and my use of this app will grow even more
-
ControlR (Android/iOS app for unRAID)
Woohoo, it works now! Did manual, left it as your new default of 10 seconds and that did the trick. Thanks! Sent from my HTC One using Tapatalk
-
ControlR (Android/iOS app for unRAID)
Sounds good. Thanks! Sent from my HTC One using Tapatalk
-
ControlR (Android/iOS app for unRAID)
Whoops. Definitely not using bridge on the server Sent from my HTC One using Tapatalk
-
ControlR (Android/iOS app for unRAID)
No, not using bridge on my router. Have it set to Wireless Router (the other options are Repeater, Access Point and Media Bridge). I updated the app. Tried auto, it went through all the ip address on my subnet. Didn't find my server. Tried manual, added my server's IP (with no http) and it didn't find it either. My router is an Asus RT-AC66U running AsusWRT-Merlin 380.57.
-
ControlR (Android/iOS app for unRAID)
Yes, internal Wifi for me too. It shows the IP address of my phone (internal network IP)
-
ControlR (Android/iOS app for unRAID)
I bought this today. I can't seem to get it to connect to my unraid box. First tried automatic and it couldn't find anything. I tried with user/password and without. Then I tried manual and put my server's ip address and same result. No server added. Any advice? My phone is connected to my network, I can get to my box through a browser. Edit: forgot to add, my server is running 6.1.9 Sent from my HTC One using Tapatalk
-
[Support] binhex - DelugeVPN
Broken for me too. Was working fine for months. Decided to update and it's not working. Tried rebooting the server and forcing a reinstall. Still nothing. I checked my settings, nothing has changed. I get this in my logs: 2016-03-15 22:41:59,396 DEBG 'start' stdout output: [crit] LAN network not defined, please specify via env variable LAN_NETWORK 2016-03-15 22:41:59,397 DEBG fd 14 closed, stopped monitoring <POutputDispatcher at 47037797600504 for <Subprocess at 47037797464400 with name start in state RUNNING> (stderr)> 2016-03-15 22:41:59,398 DEBG fd 9 closed, stopped monitoring <POutputDispatcher at 47037797600072 for <Subprocess at 47037797464400 with name start in state RUNNING> (stdout)> 2016-03-15 22:41:59,399 INFO exited: start (exit status 1; not expected) 2016-03-15 22:41:59,400 DEBG received SIGCLD indicating a child quit Edit: just caught the change from LAN_RANGE to LAN_NETWORK. That did the trick. I'm up and running now.