{"id":25735956,"url":"https://github.com/small-hack/gotrue-helm","last_synced_at":"2026-02-10T03:02:22.344Z","repository":{"id":210904185,"uuid":"727704176","full_name":"small-hack/gotrue-helm","owner":"small-hack","description":"helm chart for deploying gotrue","archived":false,"fork":false,"pushed_at":"2023-12-13T13:14:16.000Z","size":188,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-15T15:45:24.980Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Smarty","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/small-hack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-12-05T12:05:15.000Z","updated_at":"2023-12-13T12:38:49.000Z","dependencies_parsed_at":"2023-12-13T13:45:44.804Z","dependency_job_id":null,"html_url":"https://github.com/small-hack/gotrue-helm","commit_stats":null,"previous_names":["jessebot/gotrue-helm","small-hack/gotrue-helm"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/small-hack/gotrue-helm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/small-hack%2Fgotrue-helm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/small-hack%2Fgotrue-helm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/small-hack%2Fgotrue-helm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/small-hack%2Fgotrue-helm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/small-hack","download_url":"https://codeload.github.com/small-hack/gotrue-helm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/small-hack%2Fgotrue-helm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29289899,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T02:32:08.756Z","status":"ssl_error","status_checked_at":"2026-02-10T02:30:31.937Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-26T05:34:28.953Z","updated_at":"2026-02-10T03:02:22.326Z","avatar_url":"https://github.com/small-hack.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Helm chart to deploy gotrue\n\u003ca href=\"https://github.com/small-hack/gotrue-helm/releases\"\u003e\u003cimg src=\"https://img.shields.io/github/v/release/small-hack/gotrue-helm?style=plastic\u0026labelColor=blue\u0026color=036440\u0026logo=GitHub\u0026logoColor=white\"\u003e\u003c/a\u003e\n\nAn unofficial helm chart for deploying [supabase/gotrue](https://github.com/supabase/gotrue) on Kubernetes.\n\n## TLDR\n\nCheckout the [`values.yaml`](./charts/gotrue/values.yaml) and accompanying [`README`](./charts/gotrue/README.md) with auto-generated docs for the values you'd like to use.\n\n```bash\n# add the repo to your helm repos\nhelm repo add gotrue https://small-hack.github.io/gotrue-helm\n\n# install the helm chart\nhelm install gotrue gotrue/gotrue \\\n --set gotrue.smtp.adminEmail=\"test@myemailhost.com\" \\\n --set gotrue.smtp.host=\"myemailhost.com\" \\\n --set gotrue.smtp.password=\"mytestpassword\" \\\n --set gotrue.smtp.senderName=\"friend\" \\\n --set gotrue.smtp.user=\"myemailuser\"\n```\n\n## Database Notes\n\nThis helm chart does not fully setup a database for you, yet. To do that, you'll need to run:\n\n```sql\nCREATE USER supabase_admin LOGIN CREATEROLE CREATEDB REPLICATION BYPASSRLS;\nCREATE USER supabase_auth_admin NOINHERIT CREATEROLE LOGIN NOREPLICATION PASSWORD 'mysecurepassword';\nCREATE SCHEMA IF NOT EXISTS auth AUTHORIZATION supabase_auth_admin;\nGRANT CREATE ON DATABASE postgres TO supabase_auth_admin;\nALTER USER supabase_auth_admin SET search_path = 'auth';\n```\n\nref: https://github.com/supabase/gotrue/blob/master/init_postgres.sh\n\nAlternatively, you can use the built-in Postgresql sub-chart provided by Bitnami, by setting `postgres.enabled` to `true` and then uncommenting the suggested hbaconf and initdb.scripts section of the values.yaml here:\nhttps://github.com/jessebot/gotrue-helm/blob/64aa159167e4de275f2b3169577ee3303ab62717/charts/gotrue/values.yaml#L377-L394\n\n\n## Status\nUnder development still, but happy to review pull requests and issues :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmall-hack%2Fgotrue-helm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmall-hack%2Fgotrue-helm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmall-hack%2Fgotrue-helm/lists"}