Bocki

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Bocki

  1. Hi, please post in reddit or open an issue in the repo, I really dont watch this forum
  2. Hi, I am the owner/supplier of the deemix container. The container is working, the links are not dead or anything. A bit of history and a little background: Originally, this was hosted on dockerhub. But dockerhub killed all deemix related stuff a while ago, so I moved to gitlab (even though it has slightly less functionality in regards to stats and so on). Since the code for deemix-pyweb does not follow any release-versioning (the api behind it, deemix, does but pyweb, the webclient doesnt), the strategy is just to always pull the latest code from the repo and run it in the container, downloaded at build time. So in difference to other containers, the code is not already in the built container but downloaded in the beginning. This posed some problems when the source was moved around a few times, so I've moved to a different approach: A second project runs a download of the source every night and provides the downloaded source as a zip file as a so called "artifact" for download. If a nightly run fails, the last working artifact will still be available, thus, there should never be no source available (until the project gets nuked or so), even if the source repo is down or the project got nuked. If you have issues with the content of the container, please open an issue in the repo (I'm not using unraid, so I'm not really in this forum). I understand there is an issue with displaying a version. Tell me where I would have to put versioning information (I would come up with a repo-download-date versioning or so) and I can do that. As the gitlab registry works differently than dockerhub, I dont know if thats possible at all. Greetings PS: The links in the first post are old. Check https://faq.deemix.app/ for all current links to the repo and so on.