primeval_god

Community Developer
  • Posts

    852
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by primeval_god

  1. Anyone else having issue with my.jdownloader.org credentials not being saved across container restart?
  2. Icons are set with a container label net.unraid.docker.icon point to the address of an appropriately sized png image.
  3. You would likely need to provide diagnostics for someone on the forum to provide help for your specific share layout. While I have no idea if it effects your layout or not one thing to keep in mind that trips up some people unfamiliar with unRAID is that cache drives are only for new files. Files that are already on the array will be modified in place and are never moved from disk to disk automatically. Applications that modify files in place can fill a disk beyond limits placed at the share level.
  4. You kind of downplay the difference here but for me realtime parity protection is an important point. For my money I want my data protected the moment it hits my NAS, either by the unRAID array or by a mirrored cache pool. And while i do make use of cache pools, for many of my home usage scenarios writing directly to the array is plenty fast enough.
  5. The only thing you really need to change is your copy command. Instead of doing '/mnt/user/Downloads/@Converted' -> '/mnt/user/TV/xxx' do '/mnt/Storage/Downloads/@Converted' -> '/mnt/Cache/TV/xxx' copying from disk share to disk share. Just be sure not to do copies between disk shares and user shares.
  6. This feature request is acknowledged though at this time I do not plan to implement it. I am trying to avoid reaching to deeply into dockerman for the implementation of this plugin. Sorry to disappoint.
  7. The help icon switches the global help on in unraid. You should be able to turn it off by unclicking the help icon in the side bar.
  8. Would you be able to run the following on the command line an PM the result to me? /usr/local/emhttp/plugins/compose.manager/scripts/compose.sh -c list
  9. Maybe what the webui needs is a sort of reaper task to periodically clean up the nchan processes if no clients remain connected. Can nchan detect if there are active subscribers to a channel? If not is there a way for a nchan client page to send a periodic keep alive back to the server?
  10. You do need to have the http:// portion of the address as well as the the IP and port numbers of your server. Also the [IP]:[PORT] syntax of dockerman will not work in the compose plugin.
  11. If yours is the same post i saw on reddit it appears that you are trying to mount a device (disk drive) rather than a file. Unfortunately I have no experience with mounting devices rather than files.
  12. Unfortunately I am unable to reproduce the issue on my local machine. It could be due to the docker folder plugin as i dont use it or test compatibility with it. There is also a chance it has something to do with unRAID 6.11.1 as I am still using 6.9.3 and dont directly test against newer versions. That said this is the first i report of the issue I have seen and I have no idea of what the distribution of unRAID versions this plugin is being run on. One other question, do you have any compose stacks running on your system that were not created through the compose plugin webui?
  13. You must define containers in your compose yaml first. Once you do this the popup will show options for which labels can be modified. To my knowledge there is no plan to officially integrate compose support into unRAID. Dockerman is the official unRAID method of administering docker and is unlikely to go anywhere.
  14. Would you be willing via PM to provide me with a list of Stack Names as well as the names of the project folders in which they reside (and any indirect paths that are used)?
  15. This plugin does not provide such a thing. If you really want auto-updating for docker containers i would look into something like Watchtower.
  16. Use the update stack button on the docker compose page. This is not normal. What OS version are you using? Is your plugin up to date? Do you have the docker folder plugin installed?
  17. You forgot the repo name in your docker run command. nexius2/plex_user_manager:latest You have to use the whole thing.
  18. Yes there is. The plugin directory on the flash drive is meant to be managed only by the compose plugin and should contain only files create by the plugin. The option for the indirect path is meant to allow the user to build more complex stacks in their own directory while still integrating with the plugin. I would not recommend putting any extra files in the compose.manager folder.
  19. I have absolutely no idea how the patches might interact with Docker Folder.
  20. If the patch applied correctly, the patch button should disappear and on the docker containers page all of your stack containers (created with the compose plugin) should have "not available" in the version column.
  21. The already reported issues are about unRAIDs builtin update check. I would suspect that the Fix Common Problem plugin piggybacks off of that but i dont know for sure.
  22. This is technically an issue with unRAID's dockerman rather than this plugin. The compose plugin does have a feature to patch this behavior along with a few other webui integration issues. It can be enabled in the settings but is disabled by default. Be sure you have the latest version of the plugin (released today) as there was a minor change to that functionality. Also FYI the webui patches will disable the update link in the main docker page for containers managed by compose.
  23. @SCSI @Hendrik112 @elzik There is a new version that should fix the update function.