{"id":17767696,"url":"https://github.com/matriphe/docker","last_synced_at":"2026-02-07T21:03:49.911Z","repository":{"id":259282874,"uuid":"876935510","full_name":"matriphe/docker","owner":"matriphe","description":"Collection of Dockerfiles to build custom images used by Muhammad Zamroi (matriphe)","archived":false,"fork":false,"pushed_at":"2024-11-17T12:37:47.000Z","size":53,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-05T23:28:44.378Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/matriphe.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}},"created_at":"2024-10-22T19:53:42.000Z","updated_at":"2024-11-17T12:37:51.000Z","dependencies_parsed_at":"2024-10-24T04:07:33.061Z","dependency_job_id":"35a24046-9c2a-476f-9292-f05c6d3b7e98","html_url":"https://github.com/matriphe/docker","commit_stats":null,"previous_names":["matriphe/docker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/matriphe/docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matriphe%2Fdocker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matriphe%2Fdocker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matriphe%2Fdocker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matriphe%2Fdocker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matriphe","download_url":"https://codeload.github.com/matriphe/docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matriphe%2Fdocker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29208176,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T20:33:12.493Z","status":"ssl_error","status_checked_at":"2026-02-07T20:30:47.381Z","response_time":63,"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":[],"created_at":"2024-10-26T20:50:28.986Z","updated_at":"2026-02-07T21:03:49.894Z","avatar_url":"https://github.com/matriphe.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker\n\nThis is a collection of `Dockerfiles` to build custom images used by Muhammad Zamroi (matriphe).\n\n## Nginx Amplify\n\nThe Nginx Amplify is compiled from [their official repository](https://github.com/nginxinc/docker-nginx-amplify).\n\n### Usage\n\n```console\ndocker pull ghcr.io/matriphe/docker:nginx-amplify-alpine-latest\n```\n\n## PHP\n\nThe PHP fpm image that displays `phpinfo()` as `index.php` file that is useful to check if Nginx works with PHP-fpm.\n\n```console\ndocker pull ghcr.io/matriphe/docker:php-fpm-info-alpine-8.3\n```\n\n### Usage\n\nMake sure to point the `root` directory on Nginx to `/var/www/html`.\n\nExample of Nginx config is the following:\n\n```conf\nserver {\n    listen 80;\n    server_name _; # Domain name\n    root /var/www/html; # The location of index.php\n    index index.php index.html;\n\n    location / {\n        try_files $uri $uri/ /index.php?$query_string;\n    }\n\n    location ~ \\.php$ {\n       fastcgi_pass   php:9000; # Update this part\n       fastcgi_index  index.php;\n       fastcgi_param  SCRIPT_FILENAME $document_root$fastcgi_script_name;\n       include        fastcgi_params;\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatriphe%2Fdocker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatriphe%2Fdocker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatriphe%2Fdocker/lists"}