Greyberry

Members
  • Posts

    105
  • Joined

  • Last visited

Everything posted by Greyberry

  1. Hi, I am using ftp for file transfers and since i updated to 6.12 from 6.11 i often get failed uploads when i upload a lot of files and folders. This is reflected in the systeml og as such: Mar 27 14:18:32 SERVER vsftpd[1322]: [myuser] FAIL UPLOAD: Client "192.168.1.100", "/mnt/user/Backup/Some Folder/Foo_Bar - 2024.03.27/My Files/2024_01_07__21_27_37/file.json", 0.00Kbyte/sec This is frustrating because SMB is not viable over connections with some latency and generally sloooow af. FTP used to be convinient and a good option for me, but now I have to do uploads multiple times for them to succeed and split large uploads (lot of files + folders) into several chunks. It also gets stuck not when uploading but e.g. deleting folders with lots of files/subfolders. I tried different ftp-clients all of which result in the same issue. server-diagnostics-20240327-1424.zip
  2. I ended up disabling autostart of the default network, as suggested here. virsh net-autostart --disable default I want to mention this from the same mailing list, as unraid desperately lacks important network management features for vms, which would make handling those issues much easier:
  3. Thanks. I will note that.
  4. Hi everyone, Is there a way to modify /etc/libvirt/virt*.conf to disable dnsmasq? As i only use VMs connected to my network anyways and therefore do not need DHCP and DNS services internally.
  5. you have to use a custom network for your containers to reach each other via hostname docker network create --subnet 172.20.0.0/16 mysupercooldockernetwork now it works.
  6. Hello everyone, I want my containers to communicate between each other via hostnames. Do I have to set the --hostname parameter on every container manually, or is there a default hostname? Is this possible in the standard Bridge network unraid creates, or do i need to create a custom network? So far I tried using the container names as hostname which did not work out. But communication between containers using the internal 172.17.0.0/16 address obviously works. I need a hint in the right direction, how is this supposed to work?
  7. Ah, that is much better! Thanks! 🙂
  8. Feature Request: SVGs and Material Design Icons Hi, uploading and fetching Icons every time I open up the Docker page is a little bit too complicated for my taste. And I could not get base64 encoding to work with svgs... Can someone please do a short checklist for how someone can do that? It would be really nice to only write in the icon-name of a Material Design Icon and beeing done with icon handling, like Flame does implement it. SVG Hack Meanwhile I worked arround that limitation by a little hack, which is basically a html injection, lol. How to do it: Select an icon at https://pictogrammers.com/library/mdi/ Click "Copy SVG" on the right upper corner (you could basically use any svg you want) add a width="36px" attribute to the svg element add a height="32px" attribute to the svg element add "></img> in front of the whole string (note: with aprostrophe) add <img style="all: unset; visibility: hidden; on the end of the string It should then look like something like this: "></img> <svg width="36px" height="32px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>television-classic</title><path d="M8.16,3L6.75,4.41L9.34,7H4C2.89,7 2,7.89 2,9V19C2,20.11 2.89,21 4,21H20C21.11,21 22,20.11 22,19V9C22,7.89 21.11,7 20,7H14.66L17.25,4.41L15.84,3L12,6.84L8.16,3M4,9H17V19H4V9M19.5,9A1,1 0 0,1 20.5,10A1,1 0 0,1 19.5,11A1,1 0 0,1 18.5,10A1,1 0 0,1 19.5,9M19.5,12A1,1 0 0,1 20.5,13A1,1 0 0,1 19.5,14A1,1 0 0,1 18.5,13A1,1 0 0,1 19.5,12Z" /></svg> <img style="all: unset; visibility: hidden; post this into Icon field enjoy your svg as icon Definitely not perfect, but gets the job done. Support for it would be better though.
  9. ok, i just found out that there is a NAT and Firewall-Setting in the advanced view. BUT: blocking the traffic to unraid itself (webinterface and dockers) is not working.
  10. Is it possible to make a vpn network without access to the server itself (webinterface, dockers, etc.)? only the clients should see each other + access to the standardgateway of unraid (internet). and: when a wireguard-client is routing its traffic through the tunnel to the internet, does Unraid do NAT or is the wireguard ip address shown on the standardgateway?
  11. I would like to push this thread. I am also in need to add a bunch of labels per container. Is there a way to do this in a file, and not in GUI?
  12. Does this image support recognize (not in WASM mode)? Or to put it in another way: Does it come with GNU lib C?
  13. Is it possible to make a vpn network without access to the server itself (webinterface, dockers, etc.)? only the clients should see each other.
  14. I don't know if this is how it should be done, but this command makes it work: chown 1000:1000 /mnt/cache/appdata/application
  15. Hi, I installed an application from dockerhub. I configured everything and it is running, however the webui of the application is giving me an error: How can i make this compatible with the image/container? (note: /data is mounted into /mnt/cache/appdata/application) I experimented with variables PUID, PGID, UMASK but could not make it work.
  16. So, command in the go file it is? sudo mount -o remount,size=XXXG /dev/shm Cool! Is there a guide how to do that?
  17. I would like to push this issue, as it is also affecting me.
  18. I still miss this feature as a quality of life improvement. could this be done as plugin?
  19. So this repository is quite old, and i don't think it will get an update soon. Is there a way to move to another postgres docker image (looking at @jj9987's postgresql15 image from CA) and keep the data?
  20. I have a (for me) huge amount of ram installed on my homeserver and tested creating dummyfiles on /dev/shm. Unfortunatelly it seems that only half of the installed RAM is available. After a certain point i get "No space left on device." even though RAM is only half filled. Is there a way to change that so that my RAM is not installed but unused all the time?
  21. Thats why I am asking if there is a method to use User-Scripts (the plugin) somehow to start a script, not from gui but via terminal.
  22. Yes when I'm connecting directly it looks like this, but i never use http in the first place on the client side. I wanted to use it on the "backend" so to speak. [Client] -------- https --------> [Reverse Proxy] -------- https -------> [NextCloud] // No Error Occurs [Client] -------- https --------> [Reverse Proxy] -------- http -------> [NextCloud] // cardav Error Occurs Okay, i might look further into this in two weeks (I'm not at home the next days). Thank you for taking me seariously in the end, and thank you for your time. I remember reading an article with benchmarks some time ago, where there was showing quite a difference on low-end machines. I can't find it at the moment unfortunatelly. But maybe you're right and it is not worth the hassle on newer machines.
  23. Na, i got a user-script already in place, but want to call it from the terminal. This in itself would not be the problem, because one could run: /boot/config/plugins/user.scripts/scripts/[Name_Of_Script]/script But if you do that, it would run as a standard script in terminal. I wanted to know if there is a way to run it, so that the progress is also represented in the User-Script Plugin GUI, like running it from there.
  24. Kann man das User Script irgendwie über das Device Script aufrufen?
  25. Is it possible to invoke a script via commandline, so that it is registered by the GUI, like i clicked on the button "Run in Background"?