How do I run a web application based on binary (for example after golang/rust build)
I have an example application here: https://pocketbase.io/
From my understanding, I am able to do is run it via ssh, listen in a added port then, proxy it via dashboard.
But that means that when there is a restart (server restart) the service will not be run again.
What if the application crashes, there is no autorestart feature.
So I was wondering what the best way to do this would be. Is there a provision within devil cli or web interface?