{"id":29089347,"url":"https://github.com/moztopia/devlite","last_synced_at":"2025-08-22T18:12:28.391Z","repository":{"id":292541370,"uuid":"981139970","full_name":"moztopia/devlite","owner":"moztopia","description":"Quick and easy ms-devcontainer with ubuntu, php, node, mariadb, and redis","archived":false,"fork":false,"pushed_at":"2025-06-20T07:13:45.000Z","size":76,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-04T05:16:06.673Z","etag":null,"topics":["devcontainer","devcontainer-template","docker","mariadb","mysql","node","php8","quickstart","redis"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/moztopia.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}},"created_at":"2025-05-10T12:34:55.000Z","updated_at":"2025-06-20T07:13:48.000Z","dependencies_parsed_at":"2025-06-20T08:33:21.786Z","dependency_job_id":null,"html_url":"https://github.com/moztopia/devlite","commit_stats":null,"previous_names":["moztopia/devlite"],"tags_count":6,"template":true,"template_full_name":null,"purl":"pkg:github/moztopia/devlite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moztopia%2Fdevlite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moztopia%2Fdevlite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moztopia%2Fdevlite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moztopia%2Fdevlite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moztopia","download_url":"https://codeload.github.com/moztopia/devlite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moztopia%2Fdevlite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271680222,"owners_count":24802074,"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","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["devcontainer","devcontainer-template","docker","mariadb","mysql","node","php8","quickstart","redis"],"created_at":"2025-06-28T04:01:40.143Z","updated_at":"2025-08-22T18:12:28.357Z","avatar_url":"https://github.com/moztopia.png","language":"Shell","readme":"# Devlite\n\nWant to support this project? [Buy Me a Beer!](https://coff.ee/mozrin)\n\n**Devlite** is a simple, ready-to-go development environment. Just set **a couple of** variables, open VS Code (`code .`), and start coding—**no crazy-complicated setup is required**.\n\n## Features\n\n- **Minimal Configuration:** Only _a couple of_ required settings.\n- **Ubuntu-based DevContainer:** Optimized for development.\n- **Preconfigured Stack:** PHP, Node.js, MariaDB, Redis.\n- **VS Code Integration:** Open the project folder using **code .** and let DevContainers handle the rest.\n\n## Quick Setup\n\nIf you have run the container installer and received the error and are now here, do yourself a favor and delete the volumes, images, and containers that were created the initial process. It can, at times, cause complicated lingering issues with future build efforts. You were warned ;-)\n\n1. Open a terminal and go to the folder where you cloned _devlite_. **cd /you-project-folder**\n2. Load Visual Studio Code by typing: `code .`\n\n   ![image](https://github.com/user-attachments/assets/78e0feda-f25b-4946-a8b9-be7911c16d99)\n\n3. When _vscode_ loads, it will see the devcontainer configuration and ask you if you want to open it. Just close this dialog for now.\n\n   ![image](https://github.com/user-attachments/assets/22f119a6-94b0-4cb2-beb3-34285eaa3e8e)\n\n4. Open the **.env.template** file and change the WORKSPACE_FOLDER name to match the name of your project folder into which you you cloned devlite.\n\n   ![image](https://github.com/user-attachments/assets/41b7dbb7-5dff-46a5-9317-d05b49973691)\n\n5. Open the **.devcontainer/devcontainer.json** file and update its value to match the **WORKSPACE_FOLDER** variable set in Step 4.\n\n   ![image](https://github.com/user-attachments/assets/f5209622-8b89-4274-9bd9-fb6b8de24eac)\n\n6. Close _vscode_ and then open it again using by typing: `code .`\n\n   ![image](https://github.com/user-attachments/assets/d39d3864-fecb-4434-b36f-7622fca0d740)\n\n7. When prompted to Reopen in Container, do it.\n\n   ![image](https://github.com/user-attachments/assets/d925bd01-2c69-42b6-8df7-1ca4b70c6f4e)\n\nAt this point, there is an assumption that you know what to do with a running devcontainer. If you need further assistance, there is a plethora of documentation online about devcontainers. There is also a [Devlite Wiki](https://github.com/moztopia/devlite/wiki) where I will slowly add some more documentation and requested topics.\n\n## Tech Stack\n\n- **OS:** Ubuntu (containerized)\n- **Languages:** PHP, Node.js\n- **Databases:** MariaDB, Redis\n- **IDE Support:** XDebug, VS Code (via DevContainer)\n\n## Build and Load Expectations\n\nThe initial build process **can take a significant amount of time** if there are no cached images or common layers available. The build time depends on your hardware:\n\n- **First-time build (no cache):** ~250 seconds\n- **Rebuilding after deleting containers:** ~60 seconds\n- **Starting containers of an existing environment:** ~6 seconds\n\nOnce the initial build is complete, subsequent starts are much faster, ensuring a **lightweight and efficient development workflow**.\n\n## License\n\nLicensed under the **MIT License**.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoztopia%2Fdevlite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoztopia%2Fdevlite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoztopia%2Fdevlite/lists"}