Hi! Is there a way to shrink the volume? I accidentally attached more than necessary volume size to my grafana instance
Maybe there is a way I can spawn new instance attach smaller volume, copy data from bigger one and destroy old volume + instance
Also not really related question, but donât wanna spam with topics:
Can I disallow connecting to my web server via *.fly.io, or firewall it somehow so I can reach it only when I proxy traffic via wireguard.
p.s.
hopefully these questions make sense. Iâm just figuring out the whole thing for the first time
Finally, scale back down to 1 and destroy the old volume.
To hide your app from the internet, just leave an empty [[services]] block in your fly.toml (while still leaving the section header). This will close any open ports to your application.
Ah, OK. appname.fly.dev will lead to the same place as your custom domain, so itâs unrelated to proxying with wireguard. Right now you canât âturn offâ the CNAME but you could block access in your app to anything but the custom domain.