{"id":26530077,"url":"https://github.com/cloudkoonly/lite-lnmp","last_synced_at":"2026-04-16T10:03:55.814Z","repository":{"id":283251468,"uuid":"951128643","full_name":"cloudkoonly/lite-lnmp","owner":"cloudkoonly","description":"Use docker-compose to build a standard unified lnmp operating environment","archived":false,"fork":false,"pushed_at":"2025-05-14T14:38:35.000Z","size":304,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-19T18:48:46.368Z","etag":null,"topics":["docker","docker-compose","lnmp","mysql8","nginx","php8"],"latest_commit_sha":null,"homepage":"https://www.cloudkoonly.com","language":"Dockerfile","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/cloudkoonly.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-19T07:51:15.000Z","updated_at":"2025-07-31T11:05:45.000Z","dependencies_parsed_at":"2025-03-19T09:43:53.040Z","dependency_job_id":null,"html_url":"https://github.com/cloudkoonly/lite-lnmp","commit_stats":null,"previous_names":["cloudkoonly/lite-lnmp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cloudkoonly/lite-lnmp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudkoonly%2Flite-lnmp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudkoonly%2Flite-lnmp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudkoonly%2Flite-lnmp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudkoonly%2Flite-lnmp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudkoonly","download_url":"https://codeload.github.com/cloudkoonly/lite-lnmp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudkoonly%2Flite-lnmp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31880884,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T09:23:21.276Z","status":"ssl_error","status_checked_at":"2026-04-16T09:23:15.028Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["docker","docker-compose","lnmp","mysql8","nginx","php8"],"created_at":"2025-03-21T17:29:26.795Z","updated_at":"2026-04-16T10:03:55.798Z","avatar_url":"https://github.com/cloudkoonly.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lite LNMP Docker Environment\n\n[English](README.md) | [Français](README_FR.md) | [Deutsch](README_DE.md) | [Español](README_ES.md) | [Italiano](README_IT.md) | [日本語](README_JP.md) | [简体中文](README_zh-CN.md) | [繁體中文](README_zh-TW.md) \n\n### Overview\nLite LNMP is a lightweight, efficient Docker environment for PHP development, featuring Nginx, MySQL 8.0, and PHP 8. It provides a standardized development environment that's easy to set up and maintain.\n\n### Features\n- 🚀 Quick setup with docker-compose\n- 🔧 Multiple environment versions support:\n  - PHP 8.x with MySQL 8.0 (Latest)\n  - PHP 7.x with MySQL 5.7 (Legacy)\n- 📦 Pre-configured and optimized settings\n- 🛠️ Easy customization and extension\n- 🔒 Secure default configurations\n\n### Requirements\n- Docker Engine\n- Docker Compose\n- Git (optional)\n\n### Quick Start\n1. Clone the repository:\n```bash\ngit clone https://github.com/cloudkoonly/lite-lnmp.git\n```\n\n2. Navigate to the project directory:\n```bash\ncd lite-lnmp\n```\n\n3. Start the environment (choose one):\n```bash\n# For PHP 8 + MySQL 8 (Latest)\ndocker-compose -f docker-compose.php8mysql8.yml up -d\n\n# For PHP 7 + MySQL 5.7 (Legacy)\ndocker-compose -f docker-compose.php7mysql5.yml up -d\n```\n\n### Directory Structure\n```\nlite-lnmp/\n├── app/              # Application files\n├── nginx/            # Nginx configuration\n├── php8/             # PHP 8.x configuration\n├── php7/             # PHP 7.x configuration\n├── mysql8/           # MySQL 8.0 configuration\n├── mysql/            # MySQL 5.7 configuration\n└── logs/             # Log files\n```\n\n### Default Ports\n- Nginx: 80, 443\n- PHP: 8080 8.x\n- MySQL: 3308 (MySQL 8.0) / 3306 (MySQL 5.7)\n\n### License\nMIT License\n\n### Disclaimer\n⚠️ **Important Notice:**\n\n1. **Development Environment Only**: This project is designed and tested for development environments only. It has not been thoroughly tested for production use.\n\n2. **No Production Use**: We strongly advise against using this setup in production environments without proper security auditing and performance testing.\n\n3. **Security Considerations**: While we follow best practices, this environment may not meet all security requirements for production deployments.\n\n4. **No Warranty**: This software is provided \"as is\", without warranty of any kind. Use at your own risk.\n\n5. **Support Limitations**: While we welcome bug reports and contributions, we cannot guarantee immediate support or fixes.\n\n6. **Performance Considerations**: The default configurations are optimized for development convenience rather than performance.\n\nBy using this software, you acknowledge and accept these limitations and risks.\n\n---\n\n## 💬 Support\n\n- Create an issue in this repository\n- Join our community discussions\n- Email support: opensource@cloudkoonly.com\n\n© 2025 [Cloudkoonly](https://www.cloudkoonly.com). All Rights Reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudkoonly%2Flite-lnmp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudkoonly%2Flite-lnmp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudkoonly%2Flite-lnmp/lists"}