skois

Members
  • Posts

    418
  • Joined

  • Last visited

Everything posted by skois

  1. Ok, here for sure something is wrong. delete everything that starts with php_ You can put those on /mnt/user/appdata/nextcloud/php/php-local.ini Restart docker and see if that helps
  2. Unraid terminal "cat /mnt/user/appdata/nextcloud/www/nextcloud/.user.ini
  3. I added some more info on previous post, refresh page and check the rest
  4. The nextcloud subdomain, Can you please do a 'ls -la' on nextcloud folder again? After using the permission tool Also open nextcloud docker console an do 'occ integrity:check-core' Also Go to Docker tab -> Top right corner click advanced -> Right next to nextcloud docker hit force update
  5. Hmm, permissions seems different from mine, first do again "cd /mnt/user/NextCloud" and now do "cat .htaccess" Then go to Unraid WebUI -> Tools -> New Permissions -> User Shares (select NextCloud) -> Start. Restart docker and try agian.
  6. Hmm, post a screenshot of your nextcloud docker "edit page" Open unraid terminal do "cd /mnt/user/nextcloud" and then "ls -la"
  7. Could you please go to /mnt/user/nextcloud and do an "ls -la" (You can hide the usernames if you want. Seems like you missing the .htaccess file. Also try opening a console in nextcloud dokcer and do "occ maintenance:update:htaccess" See if that helps Also post the swag config file if the above don't help.
  8. I did read that. That all it says it's some setup warnings, This shouldn't cause any problems you referring. Check 2 posts above.
  9. Happy its working! Also if you keep getting the error you linked on nextcloud.log, its from the Talk app, try disabling if you dont use it
  10. OK, lets start with this, by the eye the syntax looks right. Try opening config file with nano. either by using unraid's terminal or docker console. At line 20 (its the array with the 'swag'). check if there is any space after or anything out of the ordinary. Try actually deleting the array block and rewriting manually. Save file and restart nextcloud. Try again occ status. See if it spits any errors for the config file PS. i just show you have some weird characters in the config. You have ’ instead of ' . I don't know which symbol is that, but i wouldn't see it in this font here. I copied to another editor. So here is what i found. Fix those and you should be fine
  11. I created a template to fill when someone have a problem, so we get as much info as we can and also avoid multiple posts asking to post this and that. If you have anything else in mind to add to template or change, please tell me. Because this forum don't render markdown, here is the link of the template. https://github.com/stavros-k/unraid_issue_templates/blob/55eea02eef3d80eb7d5a87f2bb6fbc4f6bda6940/Issue Template.md
  12. You haven't told us NOTHING about your setup, please when asking for help, give any information available, even steps you tried and failed. that will help reduce the posts back and forth
  13. If the swag, nextcloud and mariadb are on the proxynet, "docker network ls" should show the proxynet listed. if not, here is your problem.
  14. Open terminal on unraid and do * "docker network ls" -> Does proxynet appears? Go to mariadb, nextcloud and swag docker and click edit. * Are all of them on "proxynet" or they have defaulted back to bridge or anything else. Go to /mnt/user/nextcloud (the folder you mapped as /data for nextcloud) * Get the nextcloud.log (this is the log that gives you some info about nc instance) * When you visit localip:port (nextcloud ui) does it work? or neither external or internal works? Please also attach config.php from /mnt/user/appdata/nextcloud/wwwn/extcloud/config/config.php When you say "Unable to connect" it says just that? Or maybe it's "Internal Server Error" * Can you grab a screenshot please
  15. Well for starters, we need more info about your setup, docker networks, db, info from logs, etc.
  16. After changing to :latest delete "/config/nginx/site-confs/default" file and restart docker. There was some changes there that need to be re downloaded. Nextcloud v21 is the stable version, but it's not released to all people the same time, so they can fix any bugs that appear. (im still on 20) But on beta is should show up. Maybe after deleting the mention default file and restarting docker it will show up on beta. Source: https://hub.docker.com/r/linuxserver/nextcloud/ Bottom of the page there is a changelog
  17. It's safe, just don't let nextcloud not updated. Update after the first patch of a major release. For best results!
  18. Well if you just upgraded unraid and started this, you should have said that! It would be easier to pin point it. Any way, glad it works now Sent from my Mi 10 Pro using Tapatalk
  19. You 'll need then to find how to use terminal. chown is the command you need to use. But you need to find the correct permissions and flags to pass. Because this could do more harm than good with wrong flags, i can't help.
  20. Do only the /data for now, restart docker and see if that works And if that don't work post all docker log. Sent from my Mi 10 Pro using Tapatalk
  21. Its probably permissions issue, try going to Tools -> New Permissions Select your nextcloud shares both /data and /config. (the shares you mapped on those folders) And try again, Also there might be permissions on the docker image. With this i can't help much to fix,
  22. Wow this tag (140) is 3 years old. try this tag, and try to update and upgrade again. linuxserver/nextcloud:18.0.4-ls81
  23. just create a file named .ocdata, its should be an emtpy file.
  24. updater.phar had NO output at all? Open nextcloud template (Right click docker , click edit) Top right corner click advanced Put a screenshot of it (i need the Repository field) Hide any personal info if there is any
  25. Check nextcloud.log in /data folder of your nextcloud install