Jump to content

saarg

Community Developer
  • Posts

    5,374
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by saarg

  1. It's the command you get on the pop-up when you change anything in the container template or update the container. It's not a command you have to run manually. Check the docker faq. It's linked to in my signature. If you don't see the signature you need to turn on signatures in your profile settings.
  2. These are not normal errors, so there is something wrong somewhere in you setup. Looks like a database error, so might be your mariadb container. Post the docker run command for nextcloud and mariadb.
  3. Try setting the client_max_body_size in the default file of nextcloud to 0 instead of 10G and see if that helps. Remember to restart the container after the change.
  4. Have you installed any of the containers before at one point? You can verify this by checking the files I mentioned earlier. They are in the appdata folders of the containers.
  5. Have you had this setup for a long time? Then it might be time to delete some of the config files in both letsencrypt and nextcloud container. It will then be recreated, but using the latest one. There is a date at the top of the files and if you don't have any date, it's very old. In letsencrypt it's these files: default nginx.conf proxy.conf ssl.conf In Nextcloud: default Remember to back up the files first, but do not keep the backups in the same folder as the original file. Do you use our reverse proxy config?
  6. Sorry about that. Was on the phone when reading the post, so not so easy to read the xml. As long as you don't use an existing address, it should be fine, but the changes might get lost if you edit the VM template at one point. It is indeed strange that just changing the host address makes pfsense see the passed through card.
  7. You can't just change the PCI number in the xml like that. The PCI number is the ID (not really, but for this example, let's pretend it is) of the card that is passed through to the VM. If you change it, you pass through another device. The PCI devices list will tell you the PCI number of the device. Post the list (under tools) and also which brand and model the card is.
  8. Can you try using the previous tag on docker hub? Link in the first post.
  9. You always have to update either through the webui or command line on our Nextcloud container. It's one of the few containers we have that doesn't get updated by updating the container.
  10. saarg

    A proper login page

    I would advice you to use a VPN instead for accessing the unraid webui.
  11. Set the two variables and add the --runtime=nvidia. Then start the container and set the settings in the link you posted. If it doesn't work then, something needs to be done in the container. That is something you should ask the container author about.
  12. It's only on big setups it will take a long time. For most users here, it's going to be a short wait.
  13. Read the posts above to understand what to do. You are running the command on the unraid command line and sudo using root, which is completely wrong.
  14. It says at the bottom of the documentation linked in your link to put nextcloud in maintenance mode.
  15. Check our blog on linuxserver.io for the Customizing our containers post. Then it will survive an update. Can you add a github issue for the request. Knowing myself, I will most likely forget it when I wake up tomorrow.
  16. If you come across it, which you probably will since it was a new change, just run the commands in the documentation and the relevant bits in the database will be converted. Remember to modify the command to work for the container. The correct user and php bit is in the command line upgrade instructions linked in the first post.
  17. It should work now. We forgot to set up the external trigger for the build job, so a new image was only pushed if there was an updated OS package found. Sorry about that. The newest build should be ready soon.
  18. How do you know it's transcoding? You need to check which profiles the users you have are using. They should be set to pass if that is what you want.
  19. It should have been built, and it was built successfully, but for some reason it's not being pushed to docker hub or github. I'll check what the issue is.
  20. More info is needed. How is you setup and which profiles are you using. Which client are you using. If you are using the tvh gui and the player there, it will transcodes by default.
  21. I probably didn't explain it well enough. I mean when you use a custom bridge. Then docker is giving the container an IP. If one create the custom network with the macvlan switch it works as you say.
  22. I believe that is only true if you set an IP for the container. If you do not set an IP on a custom network the port mapping must be set or no ports are published. The container is then still available through unraids IP and the port in the port mapping.
  23. I'm not sure if your first update to 6.8 was stock unraid or the nvidia build, but if it was stock unraid, report the issue in the bug area. If you haven't tested stock unraid, try that first and see if the same issue is there.
  24. You do know that the two are separate? The nvidia build is a complete unraid build and you need to wait until the nvidia build of 6.8 is out before you update. Updating to stock unraid and then choosing the latest available nvidia build will downgrade unraid.
×
×
  • Create New...