AlexRed

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

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

AlexRed's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Hey Vertus, 1) --cpu-shares is actually a soft limit, only enforced when your cpu is in use. If its idle for the most part, the container can use 100% no prob. I should update the description in that section. 2) beets alone (the one in the CA) is mostly for music management and tagging, I think you're thinking of this: https://github.com/Neurrone/beets-audible in which case the best way to use it in unraid is the docker-compose setup descrbed in the repo. You can manage your own docker compose files (and have them autorun/etc) with the Compose Manager plugin. I just use audiobookshelf for metadata management though, works well enough for me.
  2. That is actually exactly why I added this to the repo =] Good idea.
  3. Yea I see that, looks like it was fixed recently: https://github.com/dbgate/dbgate/pull/677 but not released yet to the master branch. Can probably use the :beta docker image tag to grab the latest build.
  4. If I have time I will look into adding it, looks like they already support a docker compose setup though so should be pretty easy to add manually. Hmm, I don't see it using more than 500mb at all. It is possible that it is writing to a directory inside of itself that it doesnt prune, i.e failed conversions? Or if you didn't map the staging folder properly. I'd suggest using docker directory with Unraid instead of disk images anyway, much easier to manage everything.
  5. My template repository: https://github.com/alex-red/unraid-ca-templates Currently offering: DBGate (https://github.com/dbgate/dbgate) VictoriaMetrics (https://github.com/VictoriaMetrics/VictoriaMetrics) Auto-m4b (https://github.com/seanap/auto-m4b) Pull requests/suggestions welcome.