CHBMB

Community Developer
  • Posts

    10620
  • Joined

  • Days Won

    51

Everything posted by CHBMB

  1. Ah, my bad, missed that one.
  2. Actually you must be somewhere as now I'm getting two folders created on plugin install. /mnt/user/appdata/.... and /mnt/disks/virtualisation/appdatanetworkstats/ So there's still a trailing slash missing.
  3. I still can't see anywhere that you're actually defining the variable for DOCKER_APP_CONFIG_PATH..... Only references I can see to it in your .plg file are in these lines here.... https://github.com/dorgan/Unraid-networkstats/blob/master/networkstats.plg#L146-L151
  4. I was just about to point that out.....
  5. I think if you add the / to line 147 and define the DOCKER_APP_CONFIG_PATH variable somewhere you'll be good.... https://github.com/dorgan/Unraid-networkstats/blob/master/networkstats.plg#L146-L147
  6. That's kind of immaterial, as ! = /mnt/user/appdata/ but as you asked. root@server:/# cat /boot/config/docker.cfg | grep DOCKER_APP_CONFIG_PATH | cut -d'"' -f 2 /mnt/disks/virtualisation/appdata
  7. OK. There's nothing inside appdata at all. appdatavnstat has an empty subfolder with nothing in it. I deleted /mnt/user/appdata/ and also /appdatavnstat and removed then reinstalled your plugin and it's recreated the /mnt/user/appdata/vnstat/ folder. I can see in your plugin you're using a variable like I highlighted in the link above, but I might be mistaken, I can't see where the variable is defined during the plugin install. root@server:/# ls -la /mnt/user/appdata/ total 4 drwxrwxr-x 1 root root 19 Oct 8 00:25 ./ drwxrwxrwx 1 nobody users 4096 Oct 8 00:25 ../ drwxrwxr-x 1 root root 23 Oct 8 00:25 vnstat/
  8. Didn't realise the first point, but now I looked I think you missed a trailing slash buddy.... https://github.com/dorgan/Unraid-networkstats/blob/master/networkstats.plg#L147 On the second point, If Dynamix System Statistics isn't installed then there's no "STATS" page.
  9. Nice work, just installed this and it's cool. I got a couple of suggestions though. 1. Probably need to make it clearer that a prerequisite is having Dynamix System Statistics installed, or perhaps install it as part of your own install routine. 2. I don't use /mnt/user/appdata/ on my array. Instead I use a SSD mounted via unassigned devices, so by installing your plugin I've now got an appdata share on my array of which the only subfolder is vnstat, so I think this should be either configurable by the user, or even grab their current appdata location with something like this. cat /boot/config/docker.cfg | grep DOCKER_APP_CONFIG_PATH | cut -d'"' -f 2
  10. I think the problem arises that Unraid is compiled using Slackware-Current rather than a fixed target like Slackware-14.2
  11. I dunno, I think we do alright for a mishmash of amateurs..... lol
  12. Can't find a license for that, but it doesn't look very open source. Can't say we'd be interested in it.
  13. Good pick up..... Thanks https://github.com/linuxserver/docker-templates/pull/97#issuecomment-427592214
  14. Depends when they update their repositories.
  15. I'm in my lounge and there's two rolls of it within 12 foot of me. I hear you mate.... Too important to keep it out in the garage lol
  16. Post in the dedicated support thread. This is a question to do with a docker container. Nothing really to do with Unraid,
  17. Got to give you credit, even though it's extremely out of character for me to be nice to you, you are dedicated to the cause.....
  18. https://github.com/linuxserver/docker-templates/pull/95 Sent from my Mi A1 using Tapatalk
  19. It's definitely been fixed now, probably an issue with your locally cached template Sent from my Mi A1 using Tapatalk
  20. Problem is that it requires patches: https://www.linuxmintusers.de/index.php?topic=41074.msg683913#msg683913 https://www.spinics.net/lists/linux-media/msg112928.html https://www.spinics.net/lists/linux-media/msg115249.html https://github.com/curtisy1/tvheadend-tc2-patches It's possible, but I'm not applying patches for one device. Might break things for everyone else. Sent from my Mi A1 using Tapatalk
  21. https://forums.unraid.net/search/?q=external&type=forums_topic&item=48383 This search will bring a wealth of topics in that thread on what you're trying to do.
  22. Quote from the first post in the Nextcloud thread....