MitchTalmadge

Members
  • Posts

    31
  • Joined

  • Last visited

Everything posted by MitchTalmadge

  1. Aw thanks both of you! You really don't have to donate, I am just happy that people are enjoying the container If you feel compelled, I really do appreciate it. Here is the link: https://www.paypal.me/mitchtalmadge Thank you so much for using the container!
  2. Looks like I was mistaken, the container has been defaulting to Etc/UTC. You can now set a timezone with the TZ environment variable (@CorneliousJD I don't know if you need to add something to the Unraid config or something here, I assume you know what to do ) on the latest build. This build will be available sometime within the next hour at the time of writing, as it's currently being built. See the README for info on how to use the TZ variable. Enjoy!
  3. The container should default to the same timezone as your host system. I'm not too familiar with Unraid so I don't know how to check your Unraid timezone, but that might be something to check. However, it would be pretty easy to add a TZ variable to the container, so I will do that anyway
  4. Ah I see. I am trying to think of a way to allow customizations like this. For the most control you'd want to fork my repository and make the additions, build the image, and run it yourself, but that would be a pain I'm sure. My other idea is to create a "scripts" feature where a custom user-provided bash script can be run on startup as root (inside the container) in order to e.g. install new packages, or whatever. Do you think that would suit your needs? Just brainstorming.
  5. Ah yeah that happens when the MAC address changes.. AMP sees a new MAC and assumes that the license was moved to another computer, so it deactivates it to prevent sharing. Sorry for the pain in getting it back up and running. I need to invent some kind of solution for auto-reactivation since I doubt you're the first to run into this problem.
  6. Hi, just popping in! I'm the creator of the Docker image for AMP (I am not affiliated with CubeCoders / AMP, just made the container for fun) This is the problem of the generic module and stuffing everything into a Docker container -- I can't predict what the generic module would be used for, so the Docker container only has dependencies for the officially supported modules like Minecraft and the Valve games. However, I'm definitely willing to consider adding more dependencies to help you out; I just have to be cautious that it won't be a ton of extra data since it would need to be downloaded by everyone else who uses this image. (Though, I do have a potential solution that could allow you to have whatever dependencies you need without affecting others. More on that later) What is your goal with the generic module? What are you looking to run? Let's see if we can come up with a solution!