Bremsklotz

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by Bremsklotz

  1. Just updated Dashy container. Had to change the port from 80 to 8080 and /app/public/conf.yml changed to /app/user-data/conf.yml --> see https://github.com/Lissy93/dashy/discussions/1529 The linked config in the description doesn't exist anymore. I think it is now https://github.com/Lissy93/dashy/blob/3.0.0/user-data/conf.yml
  2. I had the same problem. After a couple days my ram became full and I had to restart the server. Otherwise the system was unresponsive. I used Netdata to find the cause: there was something like memory-dhcp which used a lot of ram. I think it was a network misconfig. I solved it like this: settings --> network --> ip adress assign for ipv4 and ipv6 from automatic to static settings --> docker --> advanced view --> deactivate custom ipv4 and ipv6 network on br0 No problems since I changed that.
  3. What does these warn and error messages mean? and
  4. Hey guys, I just created a custom banner for my Unraid. Looks pretty nice - at least for my taste and skills. But it would look even better if the "Unraid version 6.11.5 i" on the left and the "uptime" and "Unraid Basic OS" and "Homeserver name" on the right side of the header could be removed. Is that possible and how?
  5. Danke, das Plugin habe ich schon in Benutzung. Aber wie du schreibst, mir fehlen die Scriptkenntnisse. Dann probiere ich es im englischsprachigen Forum.
  6. Ich hänge mich mal hier an. Gibt es eine Möglichkeit, das "UNRAID + Versionsnummer" aus dem Header zu entfernen? Das "Betriebszeit 1 Tag 19 Stunden 46 Minuten + Unraid OS" würde ich auch gerne los werden
  7. Ok, finally I figured out how to do it: Open the console and navigate to: /mnt/user/appdata# type in: chmod -R 777 /mnt/user/appdata/yacy that changes the permissions from drwxr-xr-x 1 root root 0 Mar 15 23:57 yacy/ to drwxrwxrwx 1 root root 0 Mar 15 23:57 yacy/ Now YaCy works for me.
  8. I encounter the same problem but I can't exactly follow your solution. When log in to unraid I open the console and navigate to /mnt/user/appdata and run rm -rf yacy. That erases the yacy directory. Then I install the yacy docker again but the problem still exists. I would really appreciate it if you could help me with that. Thanks