You don't really seem to have a 'contributing' channel so I will post here; I'm interested in packaging the Supabase server and client as a Nix package and NixOS module (
https://nixos.org/); I can understand that as a SaaSy sort of outfit, self-hosting isn't priority #1, but I saw you also offer support contracts and I think this would make supabase appealing for some specific on-premise deployment scenarios that certain industries face.
Anyway, I'm not super well versed in Nix stuff, but I am also no total beginner; I'm planning to leverage the Nix community to get some guidance and help on how to do this. What I would like is a little guidance from the supabase team - in particular the infra folks - in understand the deployment patterns. I already found the [self-hosting guide](
https://supabase.com/docs/guides/hosting/overview) including the [docker section](
https://supabase.com/docs/guides/hosting/docker) and the [docker-compose file](
https://github.com/supabase/supabase/blob/master/docker/docker-compose.yml).
My questions for now:
1. Would someone from the supabase infra team be willing to advise me throughout this process?
2. Is it so that everything in the deployment can be configured through environment variables (as it seems when looking at the docker-compose file)?
3. I noticed that the new Deno-based functions feature isn't yet in the docker-compose file? I the infra for functions running a little behind still?