{"id":18281956,"url":"https://github.com/willnilges/cursed-status-page","last_synced_at":"2025-08-12T16:39:53.767Z","repository":{"id":199813634,"uuid":"703793796","full_name":"WillNilges/cursed-status-page","owner":"WillNilges","description":"A simple status page webserver that you control using Slack","archived":false,"fork":false,"pushed_at":"2025-08-05T02:37:41.000Z","size":180,"stargazers_count":1,"open_issues_count":16,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-05T04:15:29.068Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WillNilges.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":"2023-10-11T23:55:08.000Z","updated_at":"2025-08-05T02:37:45.000Z","dependencies_parsed_at":"2023-10-12T17:17:31.926Z","dependency_job_id":"b43b00ba-263c-4b70-a45d-f5c5f304ce39","html_url":"https://github.com/WillNilges/cursed-status-page","commit_stats":null,"previous_names":["willnilges/cursed-status-page"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/WillNilges/cursed-status-page","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WillNilges%2Fcursed-status-page","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WillNilges%2Fcursed-status-page/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WillNilges%2Fcursed-status-page/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WillNilges%2Fcursed-status-page/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WillNilges","download_url":"https://codeload.github.com/WillNilges/cursed-status-page/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WillNilges%2Fcursed-status-page/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270099215,"owners_count":24527027,"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-12T02:00:09.011Z","response_time":80,"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":[],"created_at":"2024-11-05T13:03:54.220Z","updated_at":"2025-08-12T16:39:53.759Z","avatar_url":"https://github.com/WillNilges.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cursed-status-page\nA simple status page webserver that you control using Slack\n\n\u003cp align=\"center\"\u003e\n  \u003cimg height=\"200px\" src=\"https://github.com/WillNilges/cursed-status-page/assets/42927786/dae7f367-4351-4bb8-ad5a-d5008dc8ee0f\" alt=\"Ugh\"\u003e\n\u003c/p\u003e\n\n![Static Badge](https://img.shields.io/badge/i_should_stop-writing_go-blue)\n[![Docker](https://img.shields.io/badge/docker-hub-cyan)](https://hub.docker.com/repository/docker/willnilges/cursed-status-page/general)\n[![Publish Docker Image](https://github.com/WillNilges/cursed-status-page/actions/workflows/to_docker_hub.yaml/badge.svg)](https://github.com/WillNilges/cursed-status-page/actions/workflows/to_docker_hub.yaml)\n[![Deploy NYC Mesh Status Page](https://github.com/WillNilges/cursed-status-page/actions/workflows/deploy_to_nycmesh_status.yaml/badge.svg)](https://github.com/WillNilges/cursed-status-page/actions/workflows/deploy_to_nycmesh_status.yaml)\n\n\n## Usage\nPing `@Status` to update\nhttps://status.nycmesh.net/\n\nUse reactions to change colors.\n✅ white_check_mark\n⚠️ warning\n🔥 fire\n\nPin a message to the channel to pin it to the page.\n\n## Setup\n\n### Slack Bot\n\nA manifest file is included with this repo.\n\nGo to https://api.slack.com/apps and click, \"Create New App\", then upload\n`slack-manifest.yaml` and update the URLs to point at wherever you host\nyour page.\n\n### Setup (Development)\n\nClone this repo\n\n```\ngit clone https://github.com/willnilges/cursed-status-page\n``` \n\nFill out the .env.sample\n\n```\ncp .env.sample .env\nvim .env # Use your favorite editor\n```\n\nBuild and Run\n\n```\ngo run .\n```\n\nTo serve this app, I use [ngrok](https://ngrok.com/)\n\n```\nngrok http --domain \u003cyour-domain\u003e --host-header=rewrite localhost:8080\n```\n\n### Setup (Production)\n\nThis repo has a Dockerfile you can use\n\nClone this repo\n\n```\ngit clone https://github.com/willnilges/cursed-status-page\n``` \n\nFill out the .env.sample\n\n```\ncp .env.sample .env\nvim .env # Use your favorite editor\n```\n\nBuild and Run\n\n```\ndocker build . --tag cursed-status-page\ndocker run --rm --env-file .env -p 8080:8080 cursed-status-page\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillnilges%2Fcursed-status-page","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillnilges%2Fcursed-status-page","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillnilges%2Fcursed-status-page/lists"}