linuxserver.io

Community Developer
  • Posts

    202
  • Joined

  • Days Won

    7

Everything posted by linuxserver.io

  1. IMPORTANT ANNOUNCEMENT As some of you already noticed by now, the letsencrypt image has been rebranded SWAG - Secure Web Application Gateway as a result of a trademark related request. The new image is published in a new repo and the old image is deprecated. Currently, the old and the new images are near identical and one can switch simply by changing the image repository. In order to migrate to the new image, all you need to do (at a minimum) is to open the container settings and change the "Repository" field from "linuxserver/letsencrypt" to "linuxserver/swag". If you prefer, you can change the container name to "swag" as well, although it is not required. As long as you keep the environment vars the same and the "/config" folder mount the same, all the settings will be picked up by the new container. Please see here for more detailed instructions: https://github.com/linuxserver/docker-swag/blob/master/README.md#migrating-from-the-old-linuxserverletsencrypt-image Thread title and the first post are updated with this info. There will be new template for SWAG published shortly.
  2. Application Name: Pwndrop Application Site: https://github.com/kgretzky/pwndrop Docker Hub: https://hub.docker.com/r/linuxserver/pwndrop/ Github: https://github.com/linuxserver/docker-pwndrop Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, rather use the linuxserver.io forum for support.
  3. Application Name: Folding@home Application Site: https://foldingathome.org/ Docker Hub: https://hub.docker.com/r/linuxserver/foldingathome/ Github: https://github.com/linuxserver/docker-foldingathome Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, rather use the linuxserver.io forum for support.
  4. Application Name: Boinc Application Site: https://boinc.berkeley.edu/ Docker Hub: https://hub.docker.com/r/linuxserver/boinc/ Github: https://github.com/linuxserver/docker-boinc Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, rather use the linuxserver.io forum for support.
  5. Application Name: netboot.xyz Application Site: https://netboot.xyz/ Docker Hub: https://hub.docker.com/r/linuxserver/netbootxyz Github: https://github.com/linuxserver/docker-netbootxyz Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, instead head to linuxserver.io to see how to get support.
  6. Actually I'm going to pull this release. I did miss some OOT drivers, misread things last night, had another look this morning. But.... none of the OOT drivers I miss look like they're involved with Intel networking. ETA - Dunno, need to talk to LT about their OOT Unraid driver.
  7. Application Name: Embystat Application Site: https://github.com/mregni/EmbyStat Docker Hub: https://hub.docker.com/r/linuxserver/embystat/ Github: https://github.com/linuxserver/docker-embystat Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, instead head to linuxserver.io to see how to get support.
  8. Application Name: Code-server Application Site: https://coder.com/ Docker Hub: https://hub.docker.com/r/linuxserver/code-server/ Github: https://github.com/linuxserver/docker-code-server Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, instead head to linuxserver.io to see how to get support.
  9. We've deprecated this image, the upstream project is pretty much dead. Cloud9 is a viable IDE alternative. @trurl Can you lock this thread please? Thanks.
  10. As off January 19, 2022 this image has been deprecated, read the notice here https://info.linuxserver.io/issues/2022-01-19-clarkson/ Application Name: Clarkson Application Site: https://github.com/linuxserver/Clarkson Docker Hub: https://hub.docker.com/r/linuxserver/clarkson/ Github: https://github.com/linuxserver/docker-clarkson Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, instead head to linuxserver.io to see how to get support. Note: This requires MySQL v5.7.* and is not compatible with MariaDB, this is due to a limitation in flyway.
  11. That error you posted, if you'd searched this thread or the github site for the container, has nothing to do with it. As for why your stuff isn't working, no idea.
  12. Application Name: HAbridge Application Site: https://github.com/bwssytems/ha-bridge Docker Hub: https://hub.docker.com/r/linuxserver/habridge/ Github: https://github.com/linuxserver/docker-habridge Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, instead head to linuxserver.io to see how to get support.
  13. Application Name: Sickgear Application Site: https://github.com/SickGear/SickGear Docker Hub: https://hub.docker.com/r/linuxserver/sickgear/ Github: https://github.com/linuxserver/docker-sickgear Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, instead head to linuxserver.io to see how to get support.
  14. Application Name: LDAP-auth Application Site: https://github.com/nginxinc/nginx-ldap-auth Docker Hub: https://hub.docker.com/r/linuxserver/ldap-auth/ Github: https://github.com/linuxserver/docker-ldap-auth Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, instead head to linuxserver.io to see how to get support.
  15. We've made it easier to get Nvidia & iGPU hardware trancoding working with this container. This post will detail what you need to do to use either of these in your container. Nvidia 1. Install the Unraid Nvidia Plugin, download the version of Unraid required containing the Nvidia drivers and reboot 2. Add the Jellyfin container and add --runtime=nvidia to extra parameters (switch on advanced template view) and copy your GPU UUID to the pre-existing NVIDIA_VISIBLE_DEVICES parameter. There is no need to utilise the NVIDIA_DRIVER_CAPABILITIES parameter any more. This is handled by our container. Intel GPU 1. Edit your go file and add modprobe i915 to it, save and reboot. 2. Add the Jellyfin container and add --device=/dev/dri to extra parameters (switch on advanced template view) There is no need to chmod/chown the /dev/dri, this is handled by the container.
  16. We've made it easier to get Nvidia & iGPU hardware trancoding working with this container. This post will detail what you need to do to use either of these in your container. (Emby Premiere Required) Nvidia 1. Install the Unraid Nvidia Plugin, download the version of Unraid required containing the Nvidia drivers and reboot 2. Add the Emby container and add --runtime=nvidia to extra parameters (switch on advanced template view) and copy your GPU UUID to the pre-existing NVIDIA_VISIBLE_DEVICES parameter. There is no need to utilise the NVIDIA_DRIVER_CAPABILITIES parameter any more. This is handled by our container. Intel GPU 1. Edit your go file and add modprobe i915 to it, save and reboot. 2. Add the Emby container and add --device=/dev/dri to extra parameters (switch on advanced template view) There is no need to chmod/chown the /dev/dri, this is handled by the container.
  17. Application Name: Emby Application Site: https://emby.media/ Docker Hub: https://hub.docker.com/r/linuxserver/emby/ Github: https://github.com/linuxserver/docker-emby Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, instead head to linuxserver.io to see how to get support.
  18. Application Name: Jellyfin Application Site: https://github.com/jellyfin/jellyfin Docker Hub: https://hub.docker.com/r/linuxserver/jellyfin/ Github: https://github.com/linuxserver/docker-jellyfin Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, instead head to linuxserver.io to see how to get support.
  19. Application Name: Raneto Application Site: http://raneto.com/ Docker Hub: https://hub.docker.com/r/linuxserver/raneto/ Github: https://github.com/linuxserver/docker-raneto Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, rather use the linuxserver.io forum for support.
  20. Application Name: Dillinger Application Site: https://dillinger.io/ Docker Hub: https://hub.docker.com/r/linuxserver/dillinger/ Github: https://github.com/linuxserver/docker-dillinger Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, rather use the linuxserver.io forum for support.
  21. Application Name: Dokuwiki Application Site: https://www.dokuwiki.org/dokuwiki Docker Hub: https://hub.docker.com/r/linuxserver/dokuwiki/ Github: https://github.com/linuxserver/docker-dokuwiki Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, rather use the linuxserver.io forum for support.
  22. Application Name: CodiMD Application Site: https://demo.codimd.org/ Docker Hub: https://hub.docker.com/r/linuxserver/codimd/ Github: https://github.com/linuxserver/docker-codimd Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, rather use the linuxserver.io forum for support.
  23. Application Name: Cloud9 Application Site: https://github.com/c9/core Docker Hub: https://hub.docker.com/r/linuxserver/cloud9/ Github: https://github.com/linuxserver/docker-cloud9 Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, rather use the linuxserver.io forum for support.
  24. Application Name: ddclient Application Site: https://github.com/ddclient/ddclient Docker Hub: https://hub.docker.com/r/linuxserver/ddclient/ Github: https://github.com/linuxserver/docker-ddclient Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, rather use the linuxserver.io forum for support.