{"id":22845339,"url":"https://github.com/alireaza/plivios","last_synced_at":"2026-04-09T01:31:04.623Z","repository":{"id":65529949,"uuid":"583976169","full_name":"alireaza/plivios","owner":"alireaza","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-27T13:56:33.000Z","size":222,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T16:21:53.952Z","etag":null,"topics":["composer","docker","docker-compose","laravel","nginx","php","plivios","shell"],"latest_commit_sha":null,"homepage":"https://www.linkedin.com/company/plivios","language":"PHP","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}},"created_at":"2022-12-31T18:14:34.000Z","updated_at":"2023-01-19T14:39:05.000Z","dependencies_parsed_at":"2023-02-15T09:46:31.621Z","dependency_job_id":null,"html_url":"https://github.com/alireaza/plivios","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alireaza/plivios","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alireaza%2Fplivios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alireaza%2Fplivios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alireaza%2Fplivios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alireaza%2Fplivios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alireaza","download_url":"https://codeload.github.com/alireaza/plivios/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alireaza%2Fplivios/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31581864,"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":["composer","docker","docker-compose","laravel","nginx","php","plivios","shell"],"created_at":"2024-12-13T03:16:52.526Z","updated_at":"2026-04-09T01:31:04.602Z","avatar_url":"https://github.com/alireaza.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Plivios based on [Dockerized Laravel](https://github.com/alireaza/dockerized-laravel)\nPlivios application in a Docker container\n\n## Install\n\nVia Composer\n```bash\n$ git clone https://github.com/alireaza/plivios.git Plivios\n$ cd Plivios\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#### Laravel artisan CLI:\n```bash\n$ docker-compose exec --user $(id -u):$(id -g) php php artisan\n```\n\n#### Fix Laravel storage permission:\n```bash\n$ docker-compose exec --user root php chown -R www-data:www-data /var/www/html/storage\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%2Fplivios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falireaza%2Fplivios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falireaza%2Fplivios/lists"}