TrophyBuck

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

TrophyBuck's Achievements

Noob

Noob (1/14)

3

Reputation

  1. Having google-translated this and caught up to speed on the thread, it looks like Redis finally started updating their official dockerhub images again. Given that I already switched the port once when I swapped the dockerhub to update the image, I'm hesitant to switch it again back to the official one - even though that probably is the long-term solution.
  2. Got it working! I've updated the GitHub repository to point to the new release - be aware that the default port changed to 5000, but other than that it should now be a 2.Y release. For the curious, I did find that this is a known issue on the Redis GitHub page, and there's some spice if you feel like reading through it here. Otherwise things should be working within the 2 hour update window!
  3. Did some research into this, it looks like Redis has not updated their own dockerhub image in 8 months despite pushing a major release. The version of Redis I'm running on my machine is still old enough to access from this release, but from checking version numbers it's behind as well, which is why I hadn't encountered that error yet. It looks like someone else is maintaining a more up-to-date (and in some cases outside Unraid per the README, fixed) version of the Redinsight dockerhub image. They've got a 2.Y release, so I'm working on switching the template to use that instead (https://hub.docker.com/r/oblakstudio/redisinsight). Running into it being inaccessible right now with no errors in the log, will debug and update when I have it working.
  4. TrophyBuck Support Any questions and/or issues with templates I've worked on can be posted here. -------------------------------------------------------------------------------------------------------------------------------------- RedisInsight RedisInsight is a desktop manager that provides an intuitive and efficient GUI for Redis, allowing you to interact with your databases, monitor, and manage your data. unRAID template: https://github.com/TrophyBuck/unraid-templates/blob/main/redisInsight/redisInsight.xml Source Links: RedisInsight: https://redis.com/redis-enterprise/redis-insight/ Docker Hub: https://hub.docker.com/r/oblakstudio/redisinsight (Official Docker Hub that is out of date at time of editing: https://hub.docker.com/r/redislabs/redisinsight)