szaimen

Members
  • Posts

    26
  • Joined

  • Last visited

Everything posted by szaimen

  1. When I understand you old config correctly, you most likely need to rsync the data in /mnt/user/appdata/nextcloudaio/ to /var/lib/docker/volumes/nextcloud_aio_mastercontainer/_data/ and recreate the mastercontainer with the correct command which should make things work.
  2. Hi, see https://help.nextcloud.com/t/nextcloud-aio-mastercontainer-missing/159268/2 and below
  3. Hi, see https://github.com/nextcloud/all-in-one#how-to-run-nextcloud-behind-a-cloudflare-tunnel for how to run AIO behind a Cloudflare Tunnel
  4. Hi, you cannot change it to not use volumes for data to be stored apart from Nextclouds datadir and the location of backups. However feel free to move the docker.img file that stores all docker related data to a different location that is covered by raid or similar.
  5. The reason is that the data must be located in the correct volume because otherwise the built-in backup solution won't work. However feel free to move the docker image file that stores all docker related data to a different location that is covered by raid or similar.
  6. Please change -v /mnt/user/appdata/nextcloud-aio:/mnt/docker-aio-config:rw to -v nextcloud_aio_mastercontainer:/mnt/docker-aio-config:rw which will make it work. So obviously you did not follow https://myunraid-ru.translate.goog/nextcloud-aio/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=de&_x_tr_pto=wapp step-for-step.
  7. Can you post the output of sudo docker inspect nextcloud-aio-mastercontainer here?
  8. Yes, see this guide: https://myunraid-ru.translate.goog/nextcloud-aio/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=de&_x_tr_pto=wapp
  9. Hi, see https://github.com/nextcloud/all-in-one#how-to-properly-reset-the-instance
  10. Cool! No idea, sorry. Maybw unraid changes things back?
  11. Hi, is this the complete log? Also here you find how you need to adjust the permissions to make it work: https://myunraid-ru.translate.goog/nextcloud-aio/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=de&_x_tr_pto=wapp
  12. Solved in https://github.com/nextcloud/all-in-one/discussions/1885
  13. Hi, this issue is a general Linux permissions issue and has nothing to do specifically with AIO. You should be able to fix the problem with an additional `chown -R 33:0 /mnt/user/Nextcloud`
  14. Hi, it seems like a few aio containers are still running. You can find them with `sudo docker ps | grep nextcloud-aio`. They need to be stopped and afterwars cleaned by following https://github.com/nextcloud/all-in-one. Afterwards you can try again.
  15. Hi, you need to change the acl permissions of the smb share where your files are located on to 0770 instead of 0777.
  16. This is what is not supported. It must be "nextcloud_aio_mastercontainer:/mnt/docker-aio-config:rw" but please try again after resetting properly.
  17. Hi, so it looks like based on the log that you provided that something indeed failed on you. Can you try again after resetting things properly https://github.com/nextcloud/all-in-one#how-to-properly-reset-the-instance?
  18. Hi, can you post the output of `sudo docker inspect nextcloud-aio-mastercontainer` here?
  19. Yes, in the screenshot are you using `30:0` instead of `33:0`. Do you see the difference?
  20. Hi, I think the chown command is wrong. It should be `chown -R 33:0 /mnt/user/slownas` afaik. Cheers!
  21. Hi, see https://github.com/nextcloud/all-in-one#how-to-properly-reset-the-instance
  22. The best way is to install a local dns-server and modify the dns entry to point to the local ip-address of the server...
  23. Hi, you may have a look at this: https://myunraid-ru.translate.goog/nextcloud-aio/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=de&_x_tr_pto=wapp
  24. Hi everyone, you may have a look at this: https://myunraid-ru.translate.goog/nextcloud-aio/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=de&_x_tr_pto=wapp