{"id":16115186,"url":"https://github.com/bwc9876/cloudbox","last_synced_at":"2026-05-05T21:34:11.407Z","repository":{"id":202820036,"uuid":"708202518","full_name":"Bwc9876/CloudBox","owner":"Bwc9876","description":"Deploy and Use Cloud VMs. Technica 2023 Project","archived":false,"fork":false,"pushed_at":"2023-10-23T14:41:24.000Z","size":196,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-06T08:20:04.493Z","etag":null,"topics":["bootstrap","django","google-cloud","paas","web"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Bwc9876.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}},"created_at":"2023-10-21T20:42:07.000Z","updated_at":"2023-10-21T23:33:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"f98c51f7-301f-4185-a798-800980a66d34","html_url":"https://github.com/Bwc9876/CloudBox","commit_stats":{"total_commits":24,"total_committers":2,"mean_commits":12.0,"dds":0.04166666666666663,"last_synced_commit":"cd533515e9b37fada4dc968540c6066327cc5f68"},"previous_names":["bwc9876/cloudbox"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Bwc9876/CloudBox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bwc9876%2FCloudBox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bwc9876%2FCloudBox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bwc9876%2FCloudBox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bwc9876%2FCloudBox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bwc9876","download_url":"https://codeload.github.com/Bwc9876/CloudBox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bwc9876%2FCloudBox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32669431,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["bootstrap","django","google-cloud","paas","web"],"created_at":"2024-10-09T20:17:55.464Z","updated_at":"2026-05-05T21:34:11.370Z","avatar_url":"https://github.com/Bwc9876.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cloud Box\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/Bwc9876/CloudBox\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/Bwc9876/CloudBox/main/.github/assets/Cloud_Box_Logo.png\" alt=\"Cloud Box Logo\"/\u003e\u003c/a\u003e\u003cbr/\u003e\n\u003cstrong\u003eCloud Box\u003c/strong\u003e\u003cbr/\u003e\n\u003c/p\u003e\n\n\u003cbr/\u003e\n\nA website for hosting remote VMs and SSH-ing into them. Built on top of the Google Cloud Platform.\n\nThis is a site for [Technica 2023](https://technica-2023.devpost.com/), it was made using the following stack:\n\n- Bootstrap\n- Django\n- Google Cloud\n- Web SSH\n\n## Screenshots\n\n![The Main Page](https://github.com/Bwc9876/CloudBox/assets/25644444/7f6a83cd-4bfb-45b6-a7fe-a2b7e2351045)  \n*The main page*\n\n![List of Boxes the User Has](https://github.com/Bwc9876/CloudBox/assets/25644444/5d5e2d67-e9fb-4f27-bea5-d877e6ea26ed)  \n*The Box list page where the user can create and run boxes*\n\n![SSH acces to a box](https://github.com/Bwc9876/CloudBox/assets/25644444/5587fc0a-3d01-4b08-b17b-c56b6958eed1)  \n*SSH Access to a box running `cowsay`*\n\n## Building\n\n### Prerequisites\n\n- Python 3.11\n- Poetry\n- Web SSH\n\n\u003e ⚠️ **Warning**:  \n\u003e Web SSH needs to be running and listening on port 8001 for SSH access to work\n\n### Development\n\n```sh\npoetry install\npoetry run python manage.py migrate\npoetry run python manage.py runserver\n```\n\n### Production\n\nStill install dependencies and migrate:\n\n```sh\npoetry install\npoetry run python manage.py migrate\n```\n\nIn production, point the frontend web server to the WSGI module in `cloud_box.wsgi`\n\n```sh\npoetry run gunicorn cloud_box.wsgi\n```\n\n### Environment Variables\n\n- `SECRET_KEY` - Secret key to use in Django\n- `PROD` - `true` or `false`, whether we're in production\n- `DOMAIN` - The domain to add to allowed hosts in Django\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbwc9876%2Fcloudbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbwc9876%2Fcloudbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbwc9876%2Fcloudbox/lists"}