neruve

Members
  • Posts

    76
  • Joined

  • Last visited

Everything posted by neruve

  1. Not to revive this, but has there been any fixes for this? I am having the same issue.
  2. So I virtulize unraid in Proxmox with a LSI card in IT mode passed through going to a disk shelf. I give it a iSCSI drive on the proxmox host as a cache drive. When this gets full I am not able to expand it. If I bump the size up in Proxmox, Unraid tells me it needs formatted. Is there something I am missing to make this work. Like I want to just be able to shut down unraid, increase the drive size and boot it back up.
  3. Thanks. I went back and saw it, however nothing in the Add note said it was going to break what was already set. It was just a little unclear. Thank you for the awesome plugin and support.
  4. That was it! Thank you! I appreciate it. Was there something when it was updated to make a user aware of this change? Did I miss it?
  5. Any known issues with SMB shares for unassigned disks? It used to work fine. I wanna say I did an update (and there was another one today) and it hasn't worked since. All my other shares work fine. unraid-diagnostics-20230227-0921.zip
  6. So, with br0 (so the container gets an ip on your network) ALL port mapping is ignored. It doesn't exist anylonger the service has to be accessed at the port the container uses internally. Example. If you put nginx on br0 and give it a 192.168.10.25 ip address, you could go to http://192.168.10.25 (which would be port 80) or https://192.168.10.25 (which would be on port 443) BUT that only works with those ports. If you had a container that used 8080 and 8443 you would need to add the port to the url. if you don't want to have to put the port in the address bar, you would need to use a reverse proxy and a subdomain.
  7. I hate to revive an old thread, BUT. I would also LOVE to see a shadow copy. Parody is awesome, but being able to set a certain directory to be shadow copied to all drives would be awesome. Or maybe even let you pick how may/which drives to copy too. I know you can do some hacky stuff with rsync and user scripts but its a lot of moving parts for something that can probably be build in without too much trouble.
  8. Bump. Any help would be appreciated. I'm not sure why it keeps talking about ipv6 as its disabled.
  9. It's free, just login with your cloudflare account. Cloudflare does have to be your nameserver though.
  10. It is on the cloudflare website. dash.teams.cloudflare.com Then click Access>Tunnels
  11. Looking at the syslog it may have originated with some network issues. I don't understand them though, there is some veth ipv6 stuff but I don't have ipv6 enabled. Unless it was some sort of VM but those were all off at this time. (I don't use vms very often so I only turn them on when I need them) I guess it could have been left over from the last VM run, I have no idea, just spit-balling here.
  12. Here is the syslog I was able to dump. I am on 6.10-rc1 if it matters. Also, I've had similar issues before the upgrade. Well, similar as in hangs but i wasn't able to capture the log before. syslog_errored.txt
  13. Do these screengrabs help anyone tell me what the heck is going on? Is my CPU trash or something? They come up anytime I try to load the webui or any of my containers from the webui. However, If i access the box itself it will let me login to the terminal.
  14. Alright, looks good so far. Since this is still in development. Can you add the option to show more than 12. 25, 50 would be nice. (If there are that many) maybe make it save as a preference.
  15. I will gladly test this out too. One question before I install. Does this beta version get updated when you push changes?
  16. Okay, posting a non-solution but answer incase anyone else notices this. Turns out if you access unraid through a reverse proxy (internal only) the problem happens. If i access by IP i no longer have this problem. The reverse proxy I'm using is Nginx-Proxy-Manager and it is using a lets encrypt ssl and websockets is enabled. (it needs websockets for the console and terminal to work) If anyone happens to be in a similar situation and has a solution to the delays that would be awesome.
  17. Sorry, I meat is it gonna support v3 of the docker-compose.yaml files? For a while portainer only supported v2 of the .yaml files and most things you see online use a v3 version and they don't ALWAYS convert well.
  18. Also interested in how the WebUI integration will will. Also, curious if it would be possible to support compose v3
  19. Has anyone else noticed that in 6.10-rc1, when you pull a new image, it doesn't show the progress in real time. It only shows it when it finished, Like it looks like the UI has hung, but then shows everything at once. The same thing happens when you update containers. The screen that usually shows it pulling images is white until they are all done, then they are populated.
  20. @fmp4m, I checked there (with advanced options checked) and that option is not there, just the type of 'macvlan' or 'ipvlan'
  21. Mods: Please move if not in the right place, it just didn't really seem to fit with 'Container Support' Is there a way to change what the default network is for containers? I have a custom docker network that 99.9% of my containers live on. Everything I pull a new container I ALWAYS forget to change it, then I have to go back in and change it and restart the container, not a big deal and definitely a me problem, but still a minor annoyance. Does anyone know where this could be changed? Ideally, with a userscript that modifies the config in RAM (since thats where unraid runs) while its running, that way its not a permanent change? It could just be a 'on array start' or 'on boot' script.
  22. I also posted this on the cloudflared github page and was informed this would be fixed in the next release. Sometimes I forget that a lot of times, you guys just create the unraid template and the containers used are the official ones or someone elses. So it makes sense to go to the container-maker for support.
  23. So I was using 2021.8.2 per the ibracorp docs. I updated to 2021.9.1 (the newest version) and it works just fine (at least it does after everything is setup) However, it seems this container doesn't actually report the version to cloudflare. Does anyone else have this problem? Is there a fix? Notice version has as -- and a warning sign.
  24. That is correct. That's how I currently do it. When you have 20 containers, and are using 50 ports, the easiest way right now is to expand show allocations and then ctrl+f the port you wanna use and see how many times it finds it on the page. It was just something that may be relatively simple. I would try to do it myself but there really isn't any documentation as to how to create plugins for unraid or anything.