j0nnymoe

Members
  • Posts

    353
  • Joined

  • Last visited

Everything posted by j0nnymoe

  1. Unraid Update / Docker Hub issues - unrelated to our containers.
  2. I've seen a comment from someone on our discord that it could be an AWS issue.
  3. We've not changed anything with our repo's. We've just had someone mention in our discord there could be AWS issues which might explain why the unraid update checker thinks there is an update.
  4. The only thing I can think of is something has changed at docker hub which is causing unraid's update checker to think there is an update. We've not changed our release workflow since we implemented pipeline (6 months ago).
  5. FWIW, I checked our containers that I run on my own server, when updating them one by one the update notification went away. I was discussing this with @urbanracer34 last night and it seems it could be an error with the "update all containers button".
  6. Considering airsonic is forked from libresonic, I would suspect that the app just doesn't like network mounted shares.
  7. I might be wrong but if you have both bookstack and mariadb on their on dedicated ip's, there is a docker "security" feature that blocks them talking to each other.
  8. Preview is unsupported. it's a use at own risk.
  9. Check their site at https://www.picons.eu/ You'll probably need to submit them via their github.
  10. You would need to add them upstream (picons.eu) so they get picked up by us. Otherwise, you'll have to re-add them everytime the image updates.
  11. We add all the icons from `https://www.picons.eu/` Though if you want to create your own blank set, create an additional mount for `/picons` on the tvheadend container page and point it to your own folder which will allow you to maintain your own icons. This will obviously not use the included icons.
  12. There's alot of history with our unifi container and to be perfectly honest, unifi aren't known for quality releases. We've already been through the pain of users asking us for a new version that's been released instantly then we'd update them and then we would get complaint's that X/Y/Z wouldn't work. Adding a beta/unstable branch would increase the questions even if we stated we don't give support for it. Abit of back story: https://blog.linuxserver.io/2019/02/18/changes-to-our-unifi-image/
  13. As mentioned a couple posts back, it's an upstream issue with mono6 and duplicati, not with the container.
  14. Actually, the issue is due to the upgrade to mono6 and specifically onedrive. Running latest here no problems with backblaze2 so I think it's unfair for you to make the following comment `For now, this docker will not work for new users using "latest" or old user that upgrade soon.` Right now it only seems to affect onedrive uploading and only 1 other user has reported at duplicati. https://forum.duplicati.com/t/mono-update-breaks-onedrive-v2/7569 This is an upstream issue, Not an container issue.
  15. Change from the `lsiodev/sonarr-preview` to `linuxserver/sonarr:preview`
  16. Pretty sure someone else had this same issue before. Search the thread.
  17. That's because plex doesn't take full advantage of the GPU yet, it only uses NVENC, not NVDEC. So the decoding get's done via the CPU. Plus audio is done via the CPU too.
  18. Are you copy/pasting stuff from the forum to setup these variables? that can cause issues.
  19. We only build releases with the current version of nvidia driver available. If you want to roll back drivers, you'll need to roll back the unraid build, though this isn't something we recommend or support for obvious reasons.