skois

Members
  • Posts

    418
  • Joined

  • Last visited

Everything posted by skois

  1. It's been a while and I don't use NMP anymore or unraid at all. But just to make sure.. you changed the `numberoftheNChost.conf` with the actual number of the conf file right? it will probably be something like 5.conf or whatever.
  2. Tbh I've used mariadb for a while but had some issues. After moving to postgres, never had any problems. Sent from my Mi 10 Pro using Tapatalk
  3. Maybe once a day... Steps to replicate it: 1. I assumed that it was a problem of dockers starting too fast. 2. I tried to have a wait time before they start. But problem appears again. 3. When I **stop** mariaDB2 and and NEXTCLOUD2 and restart it after few seconds, it works again. Could anyone suggest where to look for problems? ---------------- Nextcloud version: `Nextcloud 22.1.1` Operating system and version : `UNRAID Version: 6.9.2 ` Nginx version: `v2.9.9 [emoji2398] 2021` The output of your Nextcloud log in **Admin > Logging**: This is the only error warning I get since it has worked: Sounds like the mariadb is crashing, check the logs for it. In my experience, if it gives 502 without any changes in your Network set-up, it's the DB. Sent from my Mi 10 Pro using Tapatalk
  4. I don't know if there is any tweaks. But there are a lot of layers, so delay will be there.. Sent from my Mi 10 Pro using Tapatalk
  5. You best bet would be mounting the share are external storage (check appstore). * Delete the /data/singleuser/files > /mnt/cloud bind. * Mount the `/mnt/cloud` share as external storage in nextcloud with the external storage app. * Just remember it will show as a folder in your root folder in nextcloud. So you need to add/edit/remove files only inside this folder. All other files in the root dir of nextcloud user profile will be stored in /data > /mnt/cache/appdata/nextcloud/data Also, you might notice some performance loss, and you need a bit of extra config for some apps to not ignore this folder. (e.g. Preview Generator)
  6. Database stores EVERYTHING, except the binaries (files like mp3, jpeg, docx and any other type).
  7. Update instructions is on the 1st post of this thread. And no, updating docker, won't overwrite your updated nextcloud. Nextcloud's server runtime files are stored in the appdata folder Sent from my Mi 10 Pro using Tapatalk
  8. I never figured it out, (not really bothered to).. But it's something with the headers on the reverse proxy, to either trust the cloudflare ip's, or to pass the real client ip to the server. Those should help to start looking around! Btw remember to disable anything like brottli, minify, rocket stuff from cloudflare, or you gonna have ui problems, like missing login form etc Sent from my Mi 10 Pro using Tapatalk
  9. 443 -> unraidip:swaggerport Sent from my Mi 10 Pro using Tapatalk
  10. It's the "correct" way, but should work without also Sent from my Mi 10 Pro using Tapatalk
  11. Ip will be the same, port will be the port of swag, not nextclouds Sent from my Mi 10 Pro using Tapatalk
  12. Check your port forward and make sure that it points to your swag container not to your nextcloud container.
  13. Try adding those in the photo `extra_params` variable have the following `--o:welcome.enable=false --o:user_interface.mode=notebookbar --o:ssl.enable=false --o:ssl.termination=true` I also have a variable `server_name` which have `collabora\.mydomain\.com`
  14. 1. https://www.youtube.com/watch?v=I0lhZc25Sro 2. https://www.youtube.com/watch?v=qnEuHKdf7N0 I'll advice 1st watching both videos and then go apply it. Because there is some changes from lets encrypt to swag. After having reverse proxy on your nextcloud, it should resolve all the warnings you have right now.
  15. First, try 6.4.10.9 (not .3) Second on your collabora docker template, try changing from cloud\\.domain\\.com to cloud\.domain\.com (single backslash), I think this was a change introduced in 6.4.9.* but was still backwards compatible.
  16. Collabora released new version 6.4.10.9, 3 days ago. that might do it for you
  17. I'm not sure that Mariadb has problems for sure. I THINK that I saw somewhere that there was some problems, but might be something totally unrelated with NC. I use postgres so I didn't oat any attention. Sent from my Mi 10 Pro using Tapatalk
  18. You could create an empty file without extension ".ocdata" in the /data dir of the container (/mnt/user/nextcloud on unraid). But this should had been done already automatically. I'd suggest, now that you have all the pieces until now, start from scratch. If it stills need the .ocdata, then just create it
  19. Absolute path of the containers data directory, not from the host. So in this case the default should be /data
  20. Ok, this looks fine, try continuing, if it fails again, I THINK I saw somewhere, latest mariadb have some issues with nextcloud. So maybe trying an older mariadb docker tag, or use postgres Sent from my Mi 10 Pro using Tapatalk
  21. Actually here shows that username or password is not correct, "access denied" Send a photo when you fill the mysql form on nextcloud install wizard Sent from my Mi 10 Pro using Tapatalk
  22. How does the docker template looks for nextcloud and msriadb? Sent from my Mi 10 Pro using Tapatalk
  23. Well, as the message says, It is cannot connect to the database, the dburl is wrong and/or you didn't provide a password Sent from my Mi 10 Pro using Tapatalk