{"id":15621582,"url":"https://github.com/macdja38/ryke","last_synced_at":"2026-01-07T16:52:11.201Z","repository":{"id":68937627,"uuid":"74218254","full_name":"macdja38/ryke","owner":"macdja38","description":"Hack the wall competition entry","archived":false,"fork":false,"pushed_at":"2017-03-01T17:56:34.000Z","size":18265,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-04T16:48:25.006Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/macdja38.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":"2016-11-19T15:52:27.000Z","updated_at":"2017-03-08T18:52:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"55d8dc98-e3c8-48c0-b99d-873c91f7b51e","html_url":"https://github.com/macdja38/ryke","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macdja38%2Fryke","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macdja38%2Fryke/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macdja38%2Fryke/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macdja38%2Fryke/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/macdja38","download_url":"https://codeload.github.com/macdja38/ryke/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246207492,"owners_count":20740723,"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","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-10-03T09:51:12.878Z","updated_at":"2026-01-07T16:52:11.165Z","avatar_url":"https://github.com/macdja38.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ryke\nHack the wall competition entry\n\n## Setup\n\n### Web-server:\n1. apache/nginx or similar: serve static files, must be setup to serve contents of the root directory with .js and .html endings as well as everything in the resources directory\n2. node.js: Hosts the wss server.\n  \n Example Ngnix config file\n \n ```\n server {\n        listen 80;\n        listen [::]:80;\n\n        server_name ryke.xyz; #domain name\n\n        location / {\n#               expires 1d;\n                alias /var/www/ryke/; #path to project root\n        }\n\n        location /socket.io {\n                proxy_pass http://127.0.0.1:3000;\n                proxy_http_version 1.1;\n                proxy_set_header Upgrade $http_upgrade;\n                proxy_set_header Connection \"upgrade\";\n                proxy_set_header Host $host;\n        }\n}\n\nserver {\n        listen 443 ssl http2;\n        listen [::]:443 ssl http2;\n\n        ssl on;\n        ssl_certificate #path to certificate chain\n        ssl_certificate_key #path to certificate key\n\n        ssl_ciphers #cipher list\n        ssl_protocols #protocal list\n\n        server_name ryke.xyz; # domain name\n\n        location / {\n#               expires 1d;\n                alias /var/www/ryke/; #Path to project root\n        }\n\n        location /socket.io {\n                proxy_pass http://127.0.0.1:3000;\n                proxy_http_version 1.1;\n                proxy_set_header Upgrade $http_upgrade;\n                proxy_set_header Connection \"upgrade\";\n                proxy_set_header Host $host;\n        }\n}\n```\n\n### Web-socket server installation instructions:\n1. enter the `server` directory using windows command prompt or linux terminal\n2. execute `npm install`\n3. execute `node server.js` (pm2 is highly recommended for production environments.)\n\n### Web-browser\nMust support es6, latest version of chrome and firefox have been tested for comparability.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacdja38%2Fryke","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmacdja38%2Fryke","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacdja38%2Fryke/lists"}