Kewjoe

Members
  • Posts

    314
  • Joined

  • Last visited

Everything posted by Kewjoe

  1. I assume if I put a configuration password (encrypts the config file), this would likely cause the docker to fail? i guess i'll try and report back. edit: yup, doesn't work 2016/09/26 03:00:01 Failed to read password: inappropriate ioctl for device
  2. I just cleared data on both of my devices and reconfigured the app and dockers now work fine. Sent from my ONEPLUS A3000 using Tapatalk
  3. @jbrodriguez I've been having an issue since your last update. I no longer see my dockers. I'm on 6.2 Final, i've removed and readded my server. Just says i have no dockers. They previously worked. Everything else works, just that. I don't have any VM's.
  4. @thomast_88 Thanks! this is awesome. I'll try it this weekend. I echo Bjonness406's comments. Both requests would be things I'd like to see added, if possible.
  5. slight thread hijack... is there a good how-to for VM's on unRaid? I tried searching and didn't come up with anything. I likely missed it.
  6. So, I started fresh. I used CHBMB's Mariadb/nextcloud install guide. I used kamhighway's reverse proxy guide. I added peter_sm's line. All is working fine now, yay
  7. Nice! I just nuked my installation and starting from scratch with Nextcloud 10.0. I just got it setup and so far no error, but i haven't enabled reverse proxy yet. So when i do, i'll add your code and see if it works for me. Thanks!
  8. btw Kam, Is this a correct path for you? "Fourth: /mnt/cache/appdata/nextcloud/config/www/nextcloud/config/config.php. Here is mine:" for me it's "/mnt/cache/appdata/nextcloud/www/nextcloud/config/config.php" Wasn't sure if it's a typo in your post or if your setup is different than mine
  9. 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.
  10. 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.
  11. peter_sm, can you share your nextcloud config.php? obviously removing your personal info. I tried adding these lines and nextcloud doesn't start. I probably misunderstood where you put it.
  12. What update are you looking for? I installed this last week with the latest rclone. Works great. It'd be awesome if someone built a plugin/docker with a web interface for it.
  13. Hey Interstellar, did you end up figuring this out?
  14. Just to give us an idea, how many photos are you adding? 53,000 pics I'll retry with a subset of pics and see if there is any difference in performance. When you guys talk about building thumbnails, is your thumbnails directory full for every pic in the collection you added? i checked mine and it doesn't seem to be building thumbnails automatically. it will build if i open a folder, but it sounded like for you guys it builds it and that's why you should leave it alone for a while.
  15. I hear what you guys are saying. However for me, i installed it, imported photos and left it alone for 2 weeks, as I didn't have time to play around with it. Still slow. I'm going to wipe and reinstall and try again and see what happens.
  16. 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.
  17. I've had this installed for a while but I hadn't played with it much. When I'm browsing my photos it's extremely slow. like every click takes 15 seconds. Not the first click while a drive spins up. I mean every...single...click takes 15 seconds. Going through folders, clicking on pictures, everything is extremely slow. My system is in my signature, so I don't think that would be an issue. I don't see much in the way of configuring. This is all being done on my LAN, not from an outside connection. Anyone have the same experience or have any tips?
  18. ooooh i love the linuxserver-community section.
  19. The first sync is the longest. After that, it typically doesn't take long to sync ongoing. I use Emby and there is a "Fast Sync" plugin that i use. When i open Kodi on one of my devices, it does a quick sync for maybe 5 seconds and that's it. I've never tried plex or mysql so i don't know if either offer a better experience for this topic.
  20. 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.
  21. oh, nice link. that worked. I guess i'll just have to manually do this every 3 months. not the end of the world. I'll have to do it for my VPN anyway, so no big loss. Thanks! this is awesome!
  22. Got it installed and working. But can't use the path for Emby. Only the root user can get passed the live directory, when i try to browse to that location from within Emby, it doesn't let me get passed. Do I have to make Emby privileged? Would that be dangerous to do? Emby is also looking for a .pfx file, instead of a .pem file.