{"id":25899163,"url":"https://github.com/hacksu/kent-hack-it","last_synced_at":"2026-03-04T23:02:06.653Z","repository":{"id":279871934,"uuid":"939072062","full_name":"hacksu/kent-hack-it","owner":"hacksu","description":"Website repo for the Kent Hack It CTF","archived":false,"fork":false,"pushed_at":"2026-01-15T02:31:48.000Z","size":70374,"stargazers_count":4,"open_issues_count":11,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-15T08:00:44.859Z","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/hacksu.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-26T00:15:33.000Z","updated_at":"2026-01-15T01:58:17.000Z","dependencies_parsed_at":"2025-02-28T07:34:08.172Z","dependency_job_id":"7df20bf3-d102-430d-a0b0-89eba44c1d82","html_url":"https://github.com/hacksu/kent-hack-it","commit_stats":null,"previous_names":["hacksu/kent-hack-it"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hacksu/kent-hack-it","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacksu%2Fkent-hack-it","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacksu%2Fkent-hack-it/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacksu%2Fkent-hack-it/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacksu%2Fkent-hack-it/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hacksu","download_url":"https://codeload.github.com/hacksu/kent-hack-it/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacksu%2Fkent-hack-it/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30098092,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T22:49:54.894Z","status":"ssl_error","status_checked_at":"2026-03-04T22:49:48.883Z","response_time":59,"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-03-03T01:27:37.415Z","updated_at":"2026-03-04T23:02:06.646Z","avatar_url":"https://github.com/hacksu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kent-Hack-It\nWebsite repo for the Kent Hack It CTF\n\n## What is this?\nThe frontend uses ReactJS that communicates to a ExpressJS backend that handles: user login/registration, team creation/joining, and flag submission.\n\n## :computer: Development Installation\n### :hammer: Install Dependencies\n```bash\n# if you do not have NodeJS installed\nsudo apt update \u0026\u0026 sudo apt install nodejs npm\n```\n\n### :wrench: Build\n```bash\n# installs dependencies/packages tracked by this project\nnpm install .\n# compile and run the frontend locally\nnpm start\n```\n\nMove the web related `.env` file into the project root directory, then run the following to run the backend locally.\n```bash\nnodejs backend/server.mjs\n```\n\n## :chart_with_upwards_trend: Production\nThis project uses Docker :whale: for production set-up\n\n**docker-compose became deprecated within latest versions of Ubuntu and some python packages have became deprecated**\n\n[\u003e Jump to Latest Docker Compose](#how-to-use-docker-compose-on-latest-ubuntu-installs)\n\n```bash\nsudo apt update \u0026\u0026 sudo apt install docker.io docker-compose\n```\nThe following commands will build the docker via compose which builds the multi-docker system.\nYou will need to move the `.env` into the project root folder before running the following:\n```bash\ndocker network create traefik\ndocker-compose --env-file .env -p khi -f docker/docker-compose.yml up --build\n```\n\n### How to use docker compose on latest Ubuntu installs:\n- Follow install instructions from [Install Documentation](https://docs.docker.com/engine/install/ubuntu/)\n\nIf the command `docker compose version` does not work go to the [releases page](https://github.com/docker/compose/releases) and find correct version\n```bash\ncurl -SL https://github.com/docker/compose/releases/download/v2.39.2/docker-compose-linux-x86_64 -o ~/.docker/cli-plugins/docker-compose\nchmod +x ~/.docker/cli-plugins/docker-compose\n```\nPrepare and run Docker container\n```bash\ndocker compose --env-file .env -p khi -f docker/docker-compose.yml up --build\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacksu%2Fkent-hack-it","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhacksu%2Fkent-hack-it","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacksu%2Fkent-hack-it/lists"}