I successfully installed Home Assistant on my MacOS machine with VirtualBox, and it worked perfectly. However, when I tried to install the SSH and Terminal add-on, I encountered an error saying 'Can't clone https://github.com/music-assistant/home-assistant-addon repository: Cmd('git') failed due to: exit code(128)'. I tried installing other add-ons, but none of them worked, which led me to believe that the issue was related to my network connection. To solve this problem, I want to configure VirtualBox to use my Clash proxy, which is set up on my host machine. However, I can only set the environment variable in the terminal, which allows me to access the internet. When I tried to set the proxy in Docker, I found that the system files are read-only, and therefore unable to make the 'docker pull' command use my proxy. I'm wondering if there's a way to make all traffic go through the proxy, as I do not have a router that can establish a secure connection to the internet at home. What are my options?