{"id":22845354,"url":"https://github.com/alireaza/lep","last_synced_at":"2026-04-08T18:31:36.062Z","repository":{"id":64903701,"uuid":"445202643","full_name":"alireaza/lep","owner":"alireaza","description":"LEP stack (Linux, Nginx, PHP)","archived":false,"fork":false,"pushed_at":"2023-03-15T06:39:13.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T05:28:49.372Z","etag":null,"topics":["docker","docker-compose","nginx","php","shell"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/alireaza.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},"funding":{"patreon":"alireaza"}},"created_at":"2022-01-06T14:41:37.000Z","updated_at":"2022-12-29T18:38:28.000Z","dependencies_parsed_at":"2025-02-06T09:45:19.591Z","dependency_job_id":"7206885d-b3b0-4668-8894-94b7c32162c5","html_url":"https://github.com/alireaza/lep","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/alireaza/lep","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alireaza%2Flep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alireaza%2Flep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alireaza%2Flep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alireaza%2Flep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alireaza","download_url":"https://codeload.github.com/alireaza/lep/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alireaza%2Flep/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31568591,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","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":["docker","docker-compose","nginx","php","shell"],"created_at":"2024-12-13T03:16:54.934Z","updated_at":"2026-04-08T18:31:36.038Z","avatar_url":"https://github.com/alireaza.png","language":"Shell","funding_links":["https://patreon.com/alireaza"],"categories":[],"sub_categories":[],"readme":"# Linux, Nginx, PHP\nThe term **LEP** is an acronym that represents the configuration of a **L**inux operating system with an nginx (pronounced **E**ngine-X, hence the E in the acronym) web server and dynamic content processed by **P**HP.\n\n## Install\n\nVia Composer\n```bash\n$ git clone https://github.com/alireaza/lep.git alireaza\n$ cd alireaza\n$ CURRENT_UID=$(id -u):$(id -g) docker-compose up --detach --build\n```\n\n\n### Some useful commands\n\n#### Start services\n```bash\n$ CURRENT_UID=$(id -u):$(id -g) docker-compose up --detach --build\n```\n\n#### Stop services\n```bash\n$ CURRENT_UID=$(id -u):$(id -g) docker-compose down\n```\n\n#### Fix services permissions\n```bash\n$ sudo chown -R $(id -u):$(id -g) {./nginx/,./php/,./src/}\n```\n\n#### Nginx Log\n```bash\n$ docker-compose logs --tail 100 --follow nginx\n```\n\n#### Nginx CLI\n```bash\n$ docker-compose exec nginx nginx -h\n```\n\n#### PHP Log\n```bash\n$ docker-compose logs --tail 100 --follow php\n```\n\n#### PHP CLI\n```bash\n$ docker-compose exec --user $(id -u):$(id -g) php php -h\n```\n\n#### Composer CLI\n```bash\n$ docker-compose exec --user $(id -u):$(id -g) php composer -h\n```\n\n#### Run dbgpProxy\n```bash\n$ docker-compose exec php /usr/bin/dbgpProxy --server 0.0.0.0:9003 --client 0.0.0.0:9001\n```\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falireaza%2Flep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falireaza%2Flep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falireaza%2Flep/lists"}