Hello self-hosters 馃憢
We just open-sourced the infra stack we use to run self-hosted Supabase for our own Supabase-based products at ankaboot.io
Repo: https://github.com/ankaboot-source/ansible-supabase
Why this is useful (IMO):
Self-hosting Supabase is great (control, cost, flexibility) but the 2 things that quickly become painful are:
So we packaged our setup into an Ansible toolkit for fast, repeatable, production-ish deployments on fresh Debian servers.
Includes:
Soon: firewall, IP whitelisting, HTTP BasicAuth for Studio, Log Drain/Quickwit instead of Loki/Prometheus, Analytics, Portainer/Dokploy/Coolify...
Feedback / PRs welcome.
A user shared an open-source Ansible toolkit for deploying self-hosted Supabase with enhanced security and observability features. The toolkit includes Docker Compose, Caddy reverse proxy, OAuth2 SSO, and monitoring tools like Grafana and Prometheus. The user invites feedback and contributions.
Fantastic! Thanks for sharing.
Do you have encryption at rest? And pg access over ssl
It's in the roadmap and will be done quickly. PG access over SSL is already available but still closed for security reasons, when we will implement IP filtering and firewall, we would open it.