saarg

Community Developer
  • Posts

    5374
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by saarg

  1. Looks like you might have configured something wrong. Where did you enter /mount/user/config/? It's mentioning that it can't find that folder.
  2. Not much you can use the Radeon card for unfortunately.
  3. If you mean the console built in to unraid when you click on a container it has nothing to do with the container. Most likely an extension in firefox making trouble.
  4. That depends on the network card. Try it and see if it works.
  5. If you have it working now, I wouldn't change anything. Unless you absolutely want to have a click and set way of doing it. You only need to remove vfio-pci.ids=8086:1521. The rest of the options you have in syslinux.cfg still applies.
  6. If it's in /usr/lib inside the container you only had to remove the Plex container or even easier, just remove a character and type it again in the Plex template and hit apply. That will delete the container and create a new without the modification.
  7. That is how docker container works. Read the blog about customizing our containers at blog.linuxserer.io for info of how to make those packages "survive" an update.
  8. You said you started the script for your web app and it started the server on localhost:3001. So you need to tell your web app server to use the host IP instead of localhost. The host IP is the unraid IP, 192.168.1.200 by the looks of your screenshot.
  9. Then you have to undo what you did following the video.
  10. Why are you trying to do the chmod? Plex handles encode/decode now, so no need to modify anything. Your error is caused by not escaping spaces and also using the wrong name.
  11. You have to map the port 3001 so you get access to it outside the container. And you also need to make sure your server is running using your host IP.
  12. Did you follow the instructions in the application setup part of the readme on GitHub linked in the first post?
  13. You will have to find a way of installing powershell.
  14. That just looks like it's greyed out because it's hidden files. Have you tried to open the folder? I don't know how you are accessing your appdata, but you can also copy them to the appdata folder and move them using the command line to the .ssh folder.
  15. It's still maintained. Why shouldn't it? Dokuwiki have not released a stable release since 2018.
  16. No, it's not possible as you need to install driver for the GPU in unraid.
  17. It's probably possible somehow, but I don't know how.
  18. Yeah, thanks. If I make a new, it will be under the lsio umbrella.
  19. You can't I'm afraid. Look at my post above for info.
  20. Turns out the 1.14.7 source is removed and when a new build on docker hub is built, it overwrites the previous. So it's a point of no return. I'm not going to update this container as I didn't make the base container for it, so can't update ubuntu to a newer version. So the best option is to install either binhex's version or jlesage's.
  21. I gave up and reverted to 1.14.7 due to dependencie issue with 1.15.0. The base ubuntu version is too old to have the needed libstdc++6 version. Not sure if I'm going to update this anymore. Might move it over to the new linuxserver gui base.
  22. I found the issue. There was some changes in the dependencies so makemkv didn't install correctly. Hopefully the new build will work.