Jos

Members
  • Posts

    13
  • Joined

  • Last visited

Recent Profile Visitors

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

Jos's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Hi Patrick, No I never got it to work. It's strange because the same config did work before a reinstall. Jos
  2. Hi, I tried as suggested but that didn't resolve the issue. My current go file now looks like this : #!/bin/bash # Start the Management Utility http_proxy=http://proxy.ezorg.nl:8080 https_proxy=http://proxy.ezorg.nl:8080 /usr/local/sbin/emhttp & It just returns the network error again. I tried going thru the log files but can't seem to find any usefull info. Jos
  3. Hi, Just gave that a try but with the same outcome. Jos
  4. Right after I mean 🙂
  5. Hi, Attached you find the diagnostics right before I tried to install the community plugin. Best regards, Jos tower-diagnostics-20210304-0813.zip
  6. Hi, It wont download the community plugin when I paste the url. All it tells me is there is a network issue. I assume it's because of proxy as all other settings are correct. jos
  7. Hi, For my unraid server I need to set a proxy for outbound traffic. I've set the following in my go file on the usb but it isn't working : http_proxy=http://proxy.ezorg.nl:8080 https_proxy=http://proxy.ezorg.nl:8080 /usr/local/sbin/emhttp & Could anybody point me in the right direction how to resolve the issue ? Best regards, jos
  8. Hi, See attached the diagnostics. I'm not trying to move a specific share I just see that harddrive space of the cache drive is getting filled up. As I understand it it should be empty after mover has kicked in right ? I see that there is a docker image on the cache drive might this be the problem ? Best regards, Jos bss-nas-diagnostics-20200424-0809.zip
  9. Hello, I've setup Pihole in docker an all is working fine. Problem I run into is that my network is proxied and Pihole can't seem to update the blocklist without proxy settings. Could anybody tell me how I would configure the proxy settings for Pihole ? Best regards, jos
  10. Hello, I have setup unraid with a cache drive but the mover doesn't seem to be worrking. I have no idea how to do trouble shooting for this is there anyone that could point me in the right direction. If I start the mover from the Gui all I see in the log file is Apr 23 10:01:32 BSS-NAS emhttpd: shcmd (278): /usr/local/sbin/mover &> /dev/null & After this nothing seems to happen and I don't see anything in the log file either. Best regards, jos
  11. Hi, This is what I have in the go file : http_proxy=http://proxy.ezorg.nl:8080 https_proxy=http://proxy.ezorg.nl:8080 /usr/local/sbin/emhttp & Before I set this up I was unable to install the plugin so it seems to be working. Best regards, jos
  12. Hello, I've installed this plugin but when I open the apps page it can't connect to donwload. My Unraid is behind a proxy and I set the proxy in the go file. Where do I set the proxy so I can get this working ? Best regards, Jos
  13. Hi, I'm trying to get this working but run in to troubles. I'm in a proxied network so I set the proxy server in the go file. I was able to get this installed but when opening the apps menu it can't fetch any data. It seems to ignore the proxy in the go file where do I set the proxy to get this working ? Best regards, Jos van Veen