TheBotfather

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by TheBotfather

  1. I recently built a new unraid file server using a 5600G for a small business, we don't actually need the gpu pass-through for anything serious but now I kind of want to buy one for myself, I'm curious if anyone has managed to make it pass-through since this thread was created?
  2. #!/bin/bash docker stop -t 90 nordvpn docker stop -t 90 qbittorrent docker stop -t 90 overseerr docker stop -t 90 jackett docker stop -t 90 lidarr docker stop -t 90 radarr docker stop -t 90 sonarr sleep 90 docker start nordvpn sleep 90 docker start qbittorrent docker start overseerr docker start jackett docker start lidarr docker start radarr docker start sonarr Losing connectivity at least once or twice a day, I can't often check my server to see if it's still working so I've been using the above script on a once a day schedule to at least help keep it going. Does anyone have a more elegant solution to this?
  3. Has anyone found a solution for when the vpn connection drops, the kill switche kills the connection (which is great) but then stays disconnected indefinitely. I would like it to reconnect or at least attempt to reconnect at some point so it doesn't sit there and idle forever. I work a lot on the road and can't manually restart my machine often.