Niklas

Members
  • Posts

    318
  • Joined

Everything posted by Niklas

  1. Add "--hostname=xxxxxx" in "Extra Parameters" for the container ("ADVANCED VIEW" on)
  2. The deconz plugin need the request library to work. Could it be added to the container please? 2019-12-19 21:04:57.206 Error: (Deconz) Your pyton version miss requests library 2019-12-19 21:04:57.206 Error: (Deconz) To install it, type : sudo -H pip3 install requests | sudo -H pip install requests Edit: "pip3 install requests" in container will make the plugin work. Guess it will work until any re-installation of the continer?
  3. Since the docker image has been updated with the fix I just deleted /config/nginx/site-confs/default and restarted the container. The container will recreate it with the fixes in place.
  4. The changes to the config files will not be needed when the php package gets updated, right?
  5. My stuff came up as usual. Just the status being wrong for some time. Didn't notice how long.
  6. Everything starts here. Just cosmetic issue as limetech said.
  7. Same here. Edit: Now it say "Array started" but it takes a long time.
  8. It shows version 17.0.0 and "your version is updated" Edit: Looked in the update log. It used https://download.nextcloud.com/server/releases/nextcloud-17.0.0.zip So, it used the stable 17.0.0. I did this 2019-10-06. I don't know if there is some new beta out since then.
  9. I just switched to beta and upgraded. Then I switched back to stable.
  10. Could maybe add a setting like "Allow SMBv1". It's good if people abandon V1 if they can. Too insecure and old now. I only use new devices and they have support for SMBv2 and up. Windows 10, Nvidia Shield Android TV and my android phones can browse without problem now. In windows 10, I had to add V1 support to get browsing network shares to work but now with the changes in unraid 3.8, I have removed the support for V1 on all my win10 systems. Browsing and discovery works great and I have NetBIOS off.
  11. Solid Eplorer has bookmarks that you add and they show up to the left
  12. I'm on rc3. Connected to smb server by name. Not ip.
  13. I use Solid Explorer and have no problem accessing my samba shares from my OnePlus 6T, Android 9. NetBIOS turned off, don't know if it matters.
  14. I didn't think it would log you out if being active.
  15. I see. Thanks. Would still like to see a "keep me signed in" - option. 🙂
  16. The release notes say 1 hour but seems to not work. In the future, I would also like to see "keep me signed/logged in" selection to always be logged in.
  17. Same problem as this person? The solution is there too.
  18. I added these lines to the go file to make it work again: chmod +x /usr/local/emhttp/webGui/event/starting/fetch_key chmod +x /usr/local/emhttp/webGui/event/started/delete_key chmod +x /usr/local/emhttp/webGui/event/stopped/fetch_key
  19. Yes. The warning is gone after applying fix again. Thanks!
  20. Works fine with the Duplicati Docker too. Thanks.
  21. pihole Edit: I see "pihole template" and "pihole" in apps. I use the pihole one (setup months ago)
  22. Small small thing: "Fix Common Problems: Warning: Template URL for docker application x is not the as what the template author specified." Edit: Selecting "Apply fix" tells me "Fix applied successfully!" but the problem is still there after rescan.
  23. It's a docker container. Don't know how to run it as root. Hmm I use it to backup flash, some appdata and important array stuff, encrypted and uploaded to Onedrive with smart retention. Web gui Edit: I can probably work around it.
  24. I want to use the functions that duplicati provides like backup rotation, monitoring, encrypting, send to cloud and so on. Guess we have to copy the flash to another location using user scripts with rights modified to get duplicati to read it. Feels less secure but backups are very important.
  25. I use Duplicati-docker to backup /boot twice a day. Now broken, permission denied. Any way to get around the new permissions?