{"id":21743556,"url":"https://github.com/sunrisecommunity/sunset","last_synced_at":"2026-04-13T13:01:57.311Z","repository":{"id":249574606,"uuid":"831886857","full_name":"SunriseCommunity/Sunset","owner":"SunriseCommunity","description":"🌇 Sunset - frontend for osu server Sunrise ","archived":false,"fork":false,"pushed_at":"2026-03-15T13:18:44.000Z","size":70994,"stargazers_count":13,"open_issues_count":0,"forks_count":10,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-16T02:51:21.813Z","etag":null,"topics":["admin-dashboard","admin-panel","frontend","nextjs","osu","osu-api","osu-server","osugame","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://sunrize.uk","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/SunriseCommunity.png","metadata":{"files":{"readme":".github/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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-21T22:46:34.000Z","updated_at":"2026-03-15T13:18:48.000Z","dependencies_parsed_at":"2024-09-13T21:41:30.466Z","dependency_job_id":"c2c4cdde-043f-4027-8275-e8d217438464","html_url":"https://github.com/SunriseCommunity/Sunset","commit_stats":null,"previous_names":["sunrisecommunity/sunset"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SunriseCommunity/Sunset","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SunriseCommunity%2FSunset","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SunriseCommunity%2FSunset/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SunriseCommunity%2FSunset/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SunriseCommunity%2FSunset/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SunriseCommunity","download_url":"https://codeload.github.com/SunriseCommunity/Sunset/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SunriseCommunity%2FSunset/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31753551,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["admin-dashboard","admin-panel","frontend","nextjs","osu","osu-api","osu-server","osugame","tailwindcss","typescript"],"created_at":"2024-11-26T07:08:25.485Z","updated_at":"2026-04-13T13:01:57.304Z","avatar_url":"https://github.com/SunriseCommunity.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌇 Sunset - frontend for osu!sunrise\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./readme.png\" alt=\"We don't own the rights to this image. If you are the owner and want it removed, please contact us.\" /\u003e\n\u003c/p\u003e\n\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n[![GitHub stars](https://img.shields.io/github/stars/SunriseCommunity/Sunset.svg?style=social\u0026label=Star)](https://github.com/SunriseCommunity/Sunset)\n\n## Description\n\nSunset is a frontend for the osu! private server called Sunrise. It is a part of the Sunrise project, which aims to create a fully functional osu! private server with all the features that the official server has. This project is made with TypeScript and Next.js.\n\n## 🖼️ Preview \n\n\u003cimg width=\"2996\" height=\"1244\" alt=\"image\" src=\"https://github.com/user-attachments/assets/d739ad62-3151-4cb4-a102-f84028303334\" /\u003e\n\n## Installation (with docker) 🐳\n1. Clone the repository\n2. Create copy of `.env.local.example` file as `.env.local` and fill all required fields\n3. Run the following command:\n```bash\ndocker compose -f docker-compose.yml up -d # Creates the container with app and all dependencies\n```\n4. The site should be available at: http://localhost:3090/\n\n## Installation 📩\n\n1. Clone the repository\n2. Install the required dependencies: `npm install`\n3. Create copy of `.env.local.example` file as `.env.local` and fill all required fields\n4. Start the application: `npm run build` and `npm run start`\n\n\u003e [!NOTE]\n\u003e If you are hosting [Sunrise](https://github.com/SunriseCommunity/Sunrise) **locally** (without domain system), add:\n\u003e ```bash\n\u003e NODE_TLS_REJECT_UNAUTHORIZED=0\n\u003e NEXT_PUBLIC_UNOPTIMIZED_IMAGES=true\n\u003e ```\n\u003e to you `.env.local` file. \n\n\n## Contributing 💖\n\nIf you want to contribute to the project, feel free to fork the repository and submit a pull request. We are open to any\nsuggestions and improvements.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](../LICENSE) file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunrisecommunity%2Fsunset","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsunrisecommunity%2Fsunset","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunrisecommunity%2Fsunset/lists"}