The backend seems to be a fairly standard Rust project, you basically run `cargo build --release` and then deploy the binary. For the frontend, it seems like a pretty standard frontend project, you install dependencies, then run build command and you have a bunch of website assets you deploy to your server.
Overall, seems pretty standard and easy to deploy. Most complicated would be to also run the various services that are supporting the backend, but again, not overly complicated.
Is there something specific that is missing to be able to self-host this?
I think it's pointless to selfhost if you have to recompile an app in order to connect to your server. The team should have a field box to add a server URL.
Overall, seems pretty standard and easy to deploy. Most complicated would be to also run the various services that are supporting the backend, but again, not overly complicated.
Is there something specific that is missing to be able to self-host this?