Morthan

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by Morthan

  1. Pardon my rudeness but your sed command replaces the entire line with just that text. I adjusted it a bit and use this instead, so it only replaces the found text ( I almost always use different delimiters because the slashes get in the way of seeing what is being done with the backslashes in the way) sed -i 's#@Docker-Content-Digest:\\s*\(.*\)@#\@Docker-Content-Digest:\\s*\(.*\)@i#g' /usr/local/emhttp/plugins/dynamix.docker.manager/include/DockerClient.php I used https://sed.js.org/ to check the syntax
  2. Hi there. Would it be possible to add fzf to the list? You can find it at https://github.com/junegunn/fzf fzf is a general-purpose command-line fuzzy finder. It's an interactive Unix filter for command-line that can be used with any list; files, command history, processes, hostnames, bookmarks, git commits, etc.
  3. I absolutely love the simplicity and controllability of the webinterface of an unraid server, giving your great control by just a few clicks. I would love to see a more user-friendly way of adding new tabs for the dashboard overview you have by default on the webinterface.
  4. Any chance of Stationeers being added to the list of gameservers?
  5. Any chance of adding 'nethogs'? Sometimes I can see network download activity but I have no clue where it's originating from. Both download tools I use aren't reporting any activity. According to this site the nethogs tool might shed some light on that!
  6. Well it took a bit more time but I was able to follow @bonienl's comment about the unraid eco system and it's all up and running. UPS details are now available in influx/grafana 🙂 No more docker-compose. I guess @Squid can be more happy now >.< For others who stumble upon this post, have a read over at Reddit with this post. It helped me tremendously: https://www.reddit.com/r/unRAID/comments/7c2l2w/howto_monitor_unraid_with_grafana_influxdb_and/
  7. I couldn't get influxdb to work with the one from "atribe" via "apps" so I figured I could try docker-compose. Not all is lost, I can still retry the one from "atribe" as they don't share appdata locations
  8. Greetings, First; Apologies if this has been asked before. I used search and couldn't get any relevant post regarding this issue. My Dashboard shows the containers which I have started via docker-compose as "blue", which means there's an update ready for them. When I click on "update all" within the docker tab, they give back errors about config not found. I understand it's having issues but I would rather not have the Unraid dashboard meddle with the docker-compose images. Is there any way of making the dashboard ignore these, in terms of updates and whatnot? I haven't been able to find any setting I could adjust within the Dashboard itself. Thanks in advance!