{"id":21475152,"url":"https://github.com/snapp-incubator/snappcloud-status-frontend","last_synced_at":"2025-08-22T06:43:35.781Z","repository":{"id":170229215,"uuid":"645651714","full_name":"snapp-incubator/snappcloud-status-frontend","owner":"snapp-incubator","description":"SnappCloud state-page frontend","archived":false,"fork":false,"pushed_at":"2025-08-09T21:00:18.000Z","size":258,"stargazers_count":13,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-08-09T23:15:43.127Z","etag":null,"topics":["helath-check","monitoring","nextjs","platform","snappcloud","typescript"],"latest_commit_sha":null,"homepage":"","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/snapp-incubator.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2023-05-26T06:14:03.000Z","updated_at":"2025-08-09T21:00:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"ae5c833e-0a67-4e9c-8725-0ac5a7d234fa","html_url":"https://github.com/snapp-incubator/snappcloud-status-frontend","commit_stats":null,"previous_names":["snapp-incubator/snappcloud-status-frontend"],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/snapp-incubator/snappcloud-status-frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snapp-incubator%2Fsnappcloud-status-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snapp-incubator%2Fsnappcloud-status-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snapp-incubator%2Fsnappcloud-status-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snapp-incubator%2Fsnappcloud-status-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/snapp-incubator","download_url":"https://codeload.github.com/snapp-incubator/snappcloud-status-frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snapp-incubator%2Fsnappcloud-status-frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271599744,"owners_count":24787801,"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","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["helath-check","monitoring","nextjs","platform","snappcloud","typescript"],"created_at":"2024-11-23T10:37:57.685Z","updated_at":"2025-08-22T06:43:35.600Z","avatar_url":"https://github.com/snapp-incubator.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Service Health\n\nThis page provides status information on the services that are part of SnappCloud. It allows users to check the current status of the listed services. If you encounter an issue that is not listed here, please contact our Support team for assistance.\n\n## Contents\n\n- [Introduction](#introduction)\n- [Service Status](#service-status)\n- [Environment Variables](#environment-variables)\n- [Launching the Code](#launching-the-code)\n- [Contact](#contact)\n- [Additional Resources](#additional-resources)\n\n## Introduction\n\nThe Service Health page is designed to keep users informed about the status of the services offered by SnappCloud. It serves as a central location to monitor any ongoing issues or disruptions in service. By regularly checking this page, users can stay updated and be aware of any potential impacts on their workflows or applications.\n\n## Service Status\n\nThe current status of each service is displayed on this page. It indicates whether the service is operating normally or experiencing any known issues or outages. The list is continuously updated to reflect the most recent information.\n\n## Environment Variables\n\nThe following environment variables are used in the SnappCloud services:\n\n- `TEH1_BACKEND_URL`: The URL for TEH1 backend.\n- `TEH2_BACKEND_URL`: The URL for TEH2 backend.\n- `SNAPPGROUP_BACKEND_URL`: The URL for SNAPPGROUP backend.\n\nMake sure to properly configure these environment variables in your deployment or application setup. To set up the environment variables, you can create a file named `.env` in the root directory of your project. You can use the provided `.env.example` file as a template. Rename the `.env.example` file to `.env` and update the values of the environment variables as required.\n\n## Launching the Code\n\nTo launch the code and start the SnappCloud services, ensure that you have set up the necessary environment variables in the `.env` file. Then, follow the instructions provided in the documentation to run the code and deploy the services.\n\n## Contact\n\nIf you encounter an issue that is not listed on the Service Health page or require further assistance, please contact our Support team. They will promptly address your concerns and provide the necessary support to resolve any service-related problems.\n\n- Support Team: [https://docs.snappcloud.io/docs/support](https://docs.snappcloud.io/docs/support)\n\n## Additional Resources\n\nFor additional information about the services offered by SnappCloud, please refer to our comprehensive documentation available at [https://docs.snappcloud.io/](https://docs.snappcloud.io/). The documentation covers various aspects of our services, including setup instructions, troubleshooting guides, and best practices.\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n## Learn More about this Framework\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnapp-incubator%2Fsnappcloud-status-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnapp-incubator%2Fsnappcloud-status-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnapp-incubator%2Fsnappcloud-status-frontend/lists"}