{"id":22378663,"url":"https://github.com/nermalcat69/t3-zerops","last_synced_at":"2026-04-20T03:02:15.698Z","repository":{"id":241197012,"uuid":"804499700","full_name":"nermalcat69/T3-Zerops","owner":"nermalcat69","description":":herb: T3 stack with Prisma and Postgres on Zerops","archived":false,"fork":false,"pushed_at":"2024-05-26T04:49:48.000Z","size":82,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T02:19:00.914Z","etag":null,"topics":["nextjs","postgres","postgresql","postgresql-database","prisma","t3","t3-app","t3-stack","zerops"],"latest_commit_sha":null,"homepage":"https://t3.zerops.xyz","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nermalcat69.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-22T17:48:33.000Z","updated_at":"2024-05-26T04:49:51.000Z","dependencies_parsed_at":"2024-05-23T00:35:40.518Z","dependency_job_id":null,"html_url":"https://github.com/nermalcat69/T3-Zerops","commit_stats":null,"previous_names":["nermalcat69/t3-zerops"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nermalcat69%2FT3-Zerops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nermalcat69%2FT3-Zerops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nermalcat69%2FT3-Zerops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nermalcat69%2FT3-Zerops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nermalcat69","download_url":"https://codeload.github.com/nermalcat69/T3-Zerops/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245717975,"owners_count":20661151,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["nextjs","postgres","postgresql","postgresql-database","prisma","t3","t3-app","t3-stack","zerops"],"created_at":"2024-12-04T23:06:58.915Z","updated_at":"2026-04-20T03:02:10.666Z","avatar_url":"https://github.com/nermalcat69.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# T3 on Zerops\n\nThis is a template to deploy a T3 stack project with next auth + prisma + postgres on [zerops](https://zerops.io).\n\n### Tech Stack Used\n\n- [Next.js](https://nextjs.org)\n- [NextAuth.js](https://next-auth.js.org)\n- [Prisma](https://prisma.io)\n- [Drizzle](https://orm.drizzle.team)\n- [Tailwind CSS](https://tailwindcss.com)\n- [tRPC](https://trpc.io)\n\n### Importing this project - Fastest Way\n\nGo to Zerops Dashboard, Import Project using the import yaml mentioned below\n\n```yaml\nproject:\n  name: zerops-t3\n\nservices:\n  - hostname: t3stack\n    type: nodejs@20\n    buildFromGit: https://github.com/nermalcat69/t3-zerops\n    ports:\n      - port: 3000\n        httpSupport: true\n    enableSubdomainAccess: true\n    minContainers: 1\n    envSecrets:\n      # Automatically connects to the pg with the hostname \"db\" in the project\n      DATABASE_URL: postgresql://${user}:${password}@db:5432\n      # Replace with your url later in your nodejs service's\n      # environment variables section\n      # eg: yourproject.zerops.app, testproject.com, test.example.com\n      NEXTAUTH_URL: http://t3.zerops.xyz\n      # You can generate your secret using `openssl rand -base64 32` in your terminal\n      NEXTAUTH_SECRET: gw7RPnvDKc4lohNT/8LdMe1bKBuURAW4gPme7eOYvYs\n      # Grab your client secret and id from https://discord.com/developers/applications\n      DISCORD_CLIENT_ID: discord-client-id\n      DISCORD_CLIENT_SECRET: discord-client-secret\n  - hostname: db\n    type: postgresql@16\n    mode: NON_HA\n    priority: 1\n```\n\n## Facing issues while Deploying\n\nMake sure you've added\n\n- [ ] Environment Variables mentioned in [.env.example](https://github.com/Nermalcat69/T3-Zerops/blob/main/.env.example).\n\nFor more info you can use [Zerops Docs](https://docs.zerops.io/) or reach out for help at their [Discord Server](https://discord.gg/RzaeZZJVEj).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnermalcat69%2Ft3-zerops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnermalcat69%2Ft3-zerops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnermalcat69%2Ft3-zerops/lists"}