{"id":21916895,"url":"https://github.com/zenoo/generic-dashboard","last_synced_at":"2026-04-11T14:37:07.059Z","repository":{"id":245114675,"uuid":"817264150","full_name":"Zenoo/generic-dashboard","owner":"Zenoo","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-29T12:37:22.000Z","size":637,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-29T14:35:14.892Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Zenoo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-19T10:51:39.000Z","updated_at":"2025-10-29T12:37:18.000Z","dependencies_parsed_at":"2024-06-19T22:49:40.726Z","dependency_job_id":"5d4e7f87-32dd-4a16-a0b3-cb35e2e77dab","html_url":"https://github.com/Zenoo/generic-dashboard","commit_stats":null,"previous_names":["zenoo/generic-dashboard"],"tags_count":17,"template":true,"template_full_name":null,"purl":"pkg:github/Zenoo/generic-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zenoo%2Fgeneric-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zenoo%2Fgeneric-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zenoo%2Fgeneric-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zenoo%2Fgeneric-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zenoo","download_url":"https://codeload.github.com/Zenoo/generic-dashboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zenoo%2Fgeneric-dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31684525,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"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":"2024-11-28T19:21:29.470Z","updated_at":"2026-04-11T14:37:07.034Z","avatar_url":"https://github.com/Zenoo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Code Style: Google](https://img.shields.io/badge/code%20style-google-blueviolet.svg)](https://github.com/google/gts)\n\n## Frameworks\n\n\u003e Made with [Next.js](https://nextjs.org/), [Prisma](https://www.prisma.io/) and [MUI](https://mui.com/), written in [Typescript](https://www.typescriptlang.org/).\n\n## How to use\n\n- Create a new project from this template\n\n![](https://i.imgur.com/Hc0JsXs.png)\n\n- Create a Personal Access Token on GitHub with the `repo` scope and add it to your repository secrets as `RELEASE_PLEASE_TOKEN`\n\n- Every commit pushed to the `main` branch will trigger a release draft on GitHub, once you're ready to release it, merge the draft and a new release will be created\n\n- Copy `.env.sample` to `.env` and adapt the variables\n\n- Set the environment variable `AUTH_SECRET` with a random string generated with `openssl rand -base64 33`\n\n- Install dependencies: `pnpm i`\n\n- Update the database with `npx prisma migrate dev`\n\n- Start the app with `pnpm dev`\n\n### How to sync your database with your new Prisma schema\n\n- Run `npx prisma migrate dev`\n\n### How to seed your database\n\n- Edit `prisma/seed.ts` to customize the seed data\n\n- Run `npx prisma db seed`\n\n## Deployment\n\n### Vercel\n\n*This project should deploy successfully as-is on Vercel*\n\n- Install the [Vercel CLI](https://vercel.com/cli) and run `vercel login`\n\n- Run `vercel link` to create a new Vercel project or link to an existing one\n\n- Navigate to the generated `.vercel` folder, and open project.json to find the `projectID` and `orgId`\n\n- In GitHub, set `VERCEL_PROJECT_ID` to your `projectID` and `VERCEL_ORG_ID` to your `orgID`\n\n- Retrieve your [Vercel Access Token](https://vercel.com/guides/how-do-i-use-a-vercel-api-access-token) and set it as the value of `VERCEL_TOKEN`\n\n- Setup a Postgres storage on Vercel using the `DATABASE` environment variable prefix\n\n- Add the environment variable `AUTH_SECRET` with a random string generated with `openssl rand -base64 33`\n\n- Edit [.github/workflows/deploy-to-vercel.yml](.github/workflows/deploy-to-vercel.yml) and remove `if: false` to enable the workflow\n\n- Your app will be deployed automatically on every version published\n\n- (Optional) Add an environment variable `CRON_SECRET` with a random string to enable the cron jobs\n\n### Other platforms\n\n- Set the environment variables\n\n- Install dependencies: `pnpm i`\n\n- Build the app with `pnpm build`\n\n- Start the app with `pnpm start`\n\n## Contributing\n\n- Fork the project\n\n- Make sure your NodeJS version is up to date\n\n- Copy `.env.sample` to `.env` and adapt the database URL\n\n- Install dependencies: `pnpm i`\n\n- Update the database with `npx prisma migrate dev`\n\n- Start the app with `pnpm dev`\n\n- Commit and push your changes\n\n- Create a pull request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzenoo%2Fgeneric-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzenoo%2Fgeneric-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzenoo%2Fgeneric-dashboard/lists"}