{"id":34870495,"url":"https://github.com/interstar/website-alright","last_synced_at":"2026-05-23T06:31:38.765Z","repository":{"id":10009038,"uuid":"12045275","full_name":"interstar/website-alright","owner":"interstar","description":"A simple dashboard that checks on the status of a number of web-servers. Implemented as a Meteor.js experiment.","archived":false,"fork":false,"pushed_at":"2013-08-18T06:34:29.000Z","size":116,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-27T07:58:21.621Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/interstar.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}},"created_at":"2013-08-12T01:14:23.000Z","updated_at":"2014-01-04T13:20:08.000Z","dependencies_parsed_at":"2022-08-30T14:01:50.696Z","dependency_job_id":null,"html_url":"https://github.com/interstar/website-alright","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/interstar/website-alright","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interstar%2Fwebsite-alright","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interstar%2Fwebsite-alright/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interstar%2Fwebsite-alright/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interstar%2Fwebsite-alright/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/interstar","download_url":"https://codeload.github.com/interstar/website-alright/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interstar%2Fwebsite-alright/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33385119,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T04:15:53.637Z","status":"ssl_error","status_checked_at":"2026-05-23T04:15:53.242Z","response_time":53,"last_error":"SSL_read: 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":"2025-12-25T23:16:10.222Z","updated_at":"2026-05-23T06:31:38.746Z","avatar_url":"https://github.com/interstar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Website? Alright!\n=================\nI wanted a simple dashboard that checks on the status of a number of web-servers. \n\nI also wanted to try a simple Meteor.js experiment.\n\nThis is the result.\n\nQuickStart\n----------\n\nMake sure you have meteor installed. Follow the [instructions](http://docs.meteor.com/#quickstart).\n\nThen it gets slightly tricky because you'll want to use Meteor and NOT git cloning to make your work environment.\n\n    meteor create alright\n    \nNow we'll go into it, get rid of meteor's default files and pull mine from github.\n\n    cd alright\n    rm *\n    git init\n    git pull https://github.com/interstar/website-alright.git\n    \nNow you have to include the libraries you'll need in meteor\n\n    meteor add http\n\nAnd then you can start it\n\n    meteor\n    \nAnd in the browser, visit localhost:3000\n    \nThere's no data in the database yet, so it's a pretty boring screen.\n\nOpen up the browser's terminal on that page. And type \n\n    Sites.insert({name:\"ThoughtStorms\",url:\"http://thoughtstorms.info/view/welcome-visitors\"});\n    \nThat's my wiki, one of the sites I'm monitoring. You'll obviously choose your own. \n\nLook at the page again. It should have now updated to add that URL to the list. Hit the \"refresh\" button to get the status.\n    \n    \n    \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterstar%2Fwebsite-alright","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finterstar%2Fwebsite-alright","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterstar%2Fwebsite-alright/lists"}