ebnerjoh

Members
  • Posts

    167
  • Joined

  • Last visited

Everything posted by ebnerjoh

  1. Ok, still struggeling with one component (BLNET for Home Assistant). If I start home assistant I am getting the following error: 2018-05-10 08:20:46 ERROR (SyncWorker_4) [homeassistant.util.package] Unable to install package pyblnet==0.4.2: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-goivl1cr/html/ 2018-05-10 08:20:46 ERROR (MainThread) [homeassistant.requirements] Not initializing blnet because could not install requirement pyblnet==0.4.2 2018-05-10 08:20:46 ERROR (MainThread) [homeassistant.setup] Setup failed for blnet: Could not install all requirements. I have installed html and pyblnet via pip3: root@UnRaid:/mnt/user/appdata# pip3 install html==1.0 Requirement already satisfied: html==1.0 in /usr/lib64/python3.6/site-packages root@UnRaid:/mnt/user/appdata# pip3 install pyblnet==0.4.2 Requirement already satisfied: pyblnet==0.4.2 in /usr/lib64/python3.6/site-packages Requirement already satisfied: requests in /usr/lib64/python3.6/site-packages (from pyblnet==0.4.2) Requirement already satisfied: htmldom in /usr/lib64/python3.6/site-packages (from pyblnet==0.4.2) Requirement already satisfied: html in /usr/lib64/python3.6/site-packages (from pyblnet==0.4.2) Requirement already satisfied: idna<2.7,>=2.5 in /usr/lib64/python3.6/site-packages (from requests->pyblnet==0.4.2) Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib64/python3.6/site-packages (from requests->pyblnet==0.4.2) Requirement already satisfied: certifi>=2017.4.17 in /usr/lib64/python3.6/site-packages (from requests->pyblnet==0.4.2) Requirement already satisfied: urllib3<1.23,>=1.21.1 in /usr/lib64/python3.6/site-packages (from requests->pyblnet==0.4.2)
  2. Hi, I have two questions regarding this docker: 1) Where can I store custom components? On an RPi Installation I can create a folder "custom_components" in the home directory of home-assistant 2) If I need pip3 packages: do I need to install them on the base unraid system or within the docker? Br, Johannes Ok, It seems I was able to figure it out by try-and-error: 1) custom_components: placed them in the appdata-folder of the app 2) pip3 packages installed as user root
  3. My mistake. I somehow removed the Portforwarding for Port 80 and only allowed 443. Added 80 and now it is working again. Br, Johannes
  4. Hi, I have some troubles with LetsEncrypt. I got now several times an email, that my certs are expiring soon. So I checked the logs on LetsEncrypt and noticed the follwoing warning: Attempting to renew cert (xxx.yyy.com) from /etc/letsencrypt/... produced and unexpected error: Failed authorization procedure xxx.yyy.com (http-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain. In the past I had issues after a LetsEncrypt-Update and I had to add the HTTPVAL Key with setting true. Regardless if I set it to false or true, it is still not working. Br, Johannes
  5. Hi, I am still not sure if SafeSearch is possible on PiHole Docker? On my PiHole RPi3 installation I was able to get it working. Br, JOhannes
  6. Hi, I reverted everything back, then started again from the beginning and now it worked! Br, Johannes
  7. Would be also ok, but If I switch the internal NIC to eth4 and the others to eth0 to eth3 then somehow everything stops to work... I will test again tomorrow. Br, Johannes
  8. Hi, I have some Networking issues. Maybe someone is able to help me. I have an HP ML10 Gen9 and installed UnRaid with the internal NIC which is also used for Intel AMT. Now I have installed a Intel Quad-Card which i want to use for Bonding (all 4 interfaces), at the same time I want to use the internal NIC for AMT only. Whatever I hva done, it bricked my network-config. Restored it, by copying network-rules.cfg and network.cfg from a backup to /boot/config. Attached you can find my current working config, where my internal NIC is eth0. Any ideas how to get eth1 as the main NIC?
  9. Regarding the missing graphs: I had this issue as well, but not with the unraid docker but directly on a Raspberry Pi. I tried to do several tasks, eg. restarting Pi, updating, reinstalling. Somehow nothing helped. PiHole was working correctly but no graphs at all. Finally I reinstalled the RPi completley and since then everything is working. Maybe there was an update of PiHole between my tries and the reinstall. Br, Johannes
  10. Hi, One Question: Currently I have PiHole running on a RPI3 and thinking of migrating it to UnRaid. On my RPI Setup I am using dnsmasq-config files for SafeSearch options. Is this also possible with the Docker version? Best Regards, Johannes
  11. Hi, I have a special question regarding letsencrypt together with nextcloud. I have a Static IP with a Domain for letsencrpyt. This IP I am mapping on my Router to letsencrypt. Letsencrpyt is then proxying to the nextcloud container. If I now setup the Nextcloud-App on my internal client to the domain, then everything works fine and I am not getting any (certificate)-error. The big disadvantage is that any traffic from the client to nexcloud (via letsencrypt) is going via the Router instead directly. The router is a USG from Unifi with enabled IDS/IPS which limits the troughput to 80Mbit/s which is more then enough for the internet but not for the internal Gigabit Connection. So If I transfer big files via nextcloud the Router will hit his maximum throughbut. I could use internaly the IP Adress of the nextcloud container, but then I will always get an Security Warning... Any other ideas? Br, Johannes
  12. Hi, do you have an example sites.conf for NGINX for me? Br, Johannes
  13. Is no one out there who could answer my questions? Br Johannes
  14. Hi, Someone able to help me? See message above. Br, Johannes
  15. Hi, As I read your message I noticed that I have the same issue... I have 2 disks in my array, nextcloud data is only on one of the two disks and exactly this disk is not spinning down. Br, Johannes
  16. Hello, I have a special question regarding the dockers "nginx" and "letsencrypt". Currently I have the following setup: 1) LetsEncrypt as ReverseProxy 2) Apps behind ReverseProxy, e.g. NextCloud and Apache I noticed now that the Apache-Docker has a very outdated PHP Version (5.9) so I want to change this. I havent found a newer Apache Docker so the question is now: A) Should I but my Webpages I have currently on Apache onto the LetsEncrpyt-Docker? B) Or should I forward from the LetsEncrpyt-Docker to the NGINX-Docker (like I do now with Apache)? And then another question: I need a simple site-conf-example for a Joomla Website for nginx. It only needs to listen on a special HTTPS Port, not on HTTP. Br, Johannes
  17. Hi, On a Raspberry installation with PiHole it is possible to enable SafeSearch by adding a dnsmasq.d-config file (+eventually a /etc/hosts/ entry) https://community.ubnt.com/t5/EdgeMAX/Best-current-way-to-do-web-filtering-and-porn-block/m-p/1982698#M166918 Would this be also possible on the PiHole Docker? Br, Johannes
  18. I also do not have this bar. I am starting the webinterface directly from the docker-page.
  19. Thanks, worked without any issues. Br, Johannes
  20. Hi, I have an HP DL10 Gen9 running with BIOS Legacy Mode instead UEFI as I have installed UnRaid 6.3.5 Now I am changing to 6.4.0. Does it make sense and is it possible to do without reinstalling to change from Legacy Mode to UEFI? Br, Johannes
  21. For me it is now working. I just set "HTTPVAL" under "Advanced Settings" to "true". Br, Johannes
  22. No, thats not the issue, I now completley deleted the docker (+appdata directory) and recreated. It is still not working.
  23. Ok, it is not working with the temporary workaround. I am getting: Error output from authenticator.sh: Traceback (most recent call last): File "<string>", line 1, in <module> TypeError: 'NoneType' object has no attribute '__getitem__' Traceback (most recent call last): File "<string>", line 1, in <module> TypeError: 'NoneType' object has no attribute '__getitem__'
  24. Ok, I have overseen the two scripts. At least I have now a workaround. I also tried with HTTPVAL but this was not working. Port 80 is forwarded to LetsEncrpyt but I am not sure if I have to change something in my sites-conf? Do I need to enable 80 for all virtual hosts? At the moment I am forwarding in all virtual hosts port 80 to 443. Br, Johannes