{"id":17667475,"url":"https://github.com/josepsampe/lithops-codelab","last_synced_at":"2025-03-30T13:10:49.176Z","repository":{"id":104619607,"uuid":"352612622","full_name":"JosepSampe/lithops-codelab","owner":"JosepSampe","description":"Code-server + Jupyter Lab for Lithops","archived":false,"fork":false,"pushed_at":"2021-04-07T10:04:28.000Z","size":41,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-05T14:42:28.492Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JosepSampe.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":"2021-03-29T11:03:54.000Z","updated_at":"2024-01-18T13:20:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"fdccda37-4248-4f09-880b-d1da43583eef","html_url":"https://github.com/JosepSampe/lithops-codelab","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/JosepSampe%2Flithops-codelab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JosepSampe%2Flithops-codelab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JosepSampe%2Flithops-codelab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JosepSampe%2Flithops-codelab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JosepSampe","download_url":"https://codeload.github.com/JosepSampe/lithops-codelab/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246320192,"owners_count":20758410,"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-23T22:07:29.666Z","updated_at":"2025-03-30T13:10:49.154Z","avatar_url":"https://github.com/JosepSampe.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lithops CodeLab\n\nLithops CodeLab is a containerized development environment that integrates VS Code (code-server) and JupyterLab in the same docker container.\n\n## Configuration\nFor running the Lithops CodeLab container, you need to configure some environment variables before running the container.\n\n```\nCODELAB_PASSWORD=lithops\nCODELAB_S3_ACCESS_KEY_ID=\u003c\u003e\nCODELAB_S3_SECRET_ACCESS_KEY=\u003c\u003e\nCODELAB_S3_ENDPOINT=\u003c\u003e\nCODELAB_S3_BUCKET=\u003c\u003e\n\nLITHOPS_CONFIG_FILE=/home/jovyan/workspace/.lithops_config\n```\n\nCurrently, the CODELAB_PASSWORD variable must be specified in plain text.\n\n## Initialization\nOnce configured, you can start the container with:\n\n```\ndocker run --name lithops-codelab -d --rm -p 8770:8080 --env-file=config.env jsampe/lithops-codelab\n```\n\nNote that Lithops CodeLab entry point is listening at port 8080, so you have to map an external node port to this port.\n\nFor debugging purposes, start the container with:\n\n```\ndocker run -it --rm -p 8770:8080 --env-file=config.env jsampe/lithops-codelab /bin/bash\n```\n\nFor terminating the container, you can execute:\n\n```\ndocker rm -f lithops-codelab\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosepsampe%2Flithops-codelab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosepsampe%2Flithops-codelab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosepsampe%2Flithops-codelab/lists"}