saarg

Community Developer
  • Posts

    5374
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by saarg

  1. It's not something we can do anything about. It has to do with some databases not liking fuse file systems.
  2. Please post your docker run command and also the output of the command docker exec -it ddclient ls -al /ddclient.conf
  3. The error message says what your issue is. You can't jump from 16 to 18. You have to go from 16 to 17. Then 17 to 18.
  4. The older version probably works as it might have been on your system still. Nothing have changed in the build system recently as far as I know. Have you tried rebooting your server and then update again?
  5. Plex changed something in the packaging and it failed to install when we build, so that might be the issue. Post the container log and we can see what is happening.
  6. You edit the template for openvpn-as and change your appdata path where it says /mnt/user/whatever_your_share_is/openvpn-as to /mnt/cache/whatever_your_share_is/openvpn-as You have to click "Show more settings" to see it.
  7. I have no issues here updating airsonic. So this might be a issue related to your configuration. What is your docker run commands for them?
  8. Try using /mnt/cache/ instead of /mnt/user/ for the appdata. Also post the container log.
  9. I'm not sure what you are asking here. You first talk about media content, then about metadata. Are you trying to use the config from the official emby container?
  10. No need to apologize. I didn't see the Movies part 🙂
  11. You can just use the webui link on the docker page. That takes you to the admin page at https://192.168.0.42:943/admin, which is the correct address.
  12. That isn't really something we can say as he writes both Movies and movies in his post.
  13. Probably better to ask on the tvheadend forum.
  14. By creating a folder on a disk you have also created a user share. So if you make the same folder on two disks, you will have all the content in one share. Let's take your movie folders. That is a share that everything on all disks with that folder name is included. If you choose /mnt/user/movies as the host path and /movies as a container path, everything on all disks, having the movie folder, will be seen by the container in the /movie folder.
  15. Good to hear you managed to migrate to this one. Thank you very much for the donation. Much appreciated!
  16. I'm sorry, but this is not the fault of the plugin. The plugin is just a frontend to the new bind method added to unraid. If you would have edited the config file yourself, the same would happen. This method uses the PCI number and will most likely change if you rearrange hardware. You can't use both the PCI number and the device ID with this method. I don't see how binding the cache drive to vfio corrupted your cache drive either. It's simply just binding the device to a dummy driver so it's not used by anything else.
  17. If you look at our blog post about modifying our containers, you can add the cron tab file at each boot of the container so that it is persistent over updates. The downside of that is you will loose any updates we do regarding the cronjob. You can modify the root file in /etc/crontabs/ and set the time to when your container runs.
  18. If you turn off your server at night the certs will not renew. Tha cron job is run at 2 in the night. Have you checked in the browser that the current cert is expiring?
  19. It updates on start, so if it says a new version is available, restart the container. The container is also rebuilt when there is a new release, but that is only true for the public version. If you have plexpass, it will update to the plexpass at start.
  20. You still haven't removed the double settings. If this is the first time setting it up, please delete it and add it fresh from CA and don't add anything extra. Just change the host port.
  21. Use another browser or a certificate that is not self-signed.
  22. Looks like you have messed up the template as there are double up of some of the settings. I guess you mean that you use the right click shortcut webui? You can also just type in the IP and port. Turn on advanced view and post it, as I suspect you might have changed something you shouldn't. And remove those double settings.