{"id":18338347,"url":"https://github.com/habibiefaried/high-performance-web","last_synced_at":"2026-02-04T17:32:01.108Z","repository":{"id":69790171,"uuid":"81269789","full_name":"habibiefaried/High-Performance-Web","owner":"habibiefaried","description":"Building my website with docker alpine image, pagespeed, php-fpm, mysql, redis. Feel free to use it too :)","archived":false,"fork":false,"pushed_at":"2017-06-20T00:57:23.000Z","size":183,"stargazers_count":7,"open_issues_count":0,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-30T23:40:42.746Z","etag":null,"topics":["docker","dockerfile","mysql","mysql-server","nginx-php-fpm","pagespeed","php-fpm","redis"],"latest_commit_sha":null,"homepage":"http://habibiefaried.com","language":"C","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/habibiefaried.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}},"created_at":"2017-02-08T00:33:08.000Z","updated_at":"2023-07-17T02:47:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"fa4f5bdc-8cf9-4796-a3a9-01c2cfcb1b8b","html_url":"https://github.com/habibiefaried/High-Performance-Web","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/habibiefaried/High-Performance-Web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/habibiefaried%2FHigh-Performance-Web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/habibiefaried%2FHigh-Performance-Web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/habibiefaried%2FHigh-Performance-Web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/habibiefaried%2FHigh-Performance-Web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/habibiefaried","download_url":"https://codeload.github.com/habibiefaried/High-Performance-Web/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/habibiefaried%2FHigh-Performance-Web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29091827,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"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","dockerfile","mysql","mysql-server","nginx-php-fpm","pagespeed","php-fpm","redis"],"created_at":"2024-11-05T20:13:47.977Z","updated_at":"2026-02-04T17:32:01.084Z","avatar_url":"https://github.com/habibiefaried.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Description ##\nBuilding full stack webserver with docker alpine image, pagespeed, php-fpm, mysql, redis. \nFeel free to use and hack this :)\n\n## Why you build this? ##\nBecause I want to share my webserver configuration, that had already proven with thousand of concurrent connections (in my own real case).\n\n## Features ##\n0. Alpine OS (very light image/os)\n1. Nginx 1.11.2\n2. Google PageSpeed 1.11.33.4-0 (Thanks @lagun4ik !)\n3. PHP-FPM 5.6 with PECL (with many extensions)\n4. MySQL\n5. PHPMyAdmin and phpinfo (basic needs)\n6. Redis and PHPRedisAdmin\n7. Composer\n\n## How to run ##\nJust ./build-docker.sh ;)\n\n## Why this image so light and fast? ##\nThanks to (alpinelinux.org) team who builds this mini and powerful image.\nAlso I'm using Google PageSpeed and multiple **php-fpm pooling**. Please see the configuration ;)\n\n## Where's EXPOSE command? ##\nThis image was designed to use NGROK (https://ngrok.com/) to expose your chosen local port. \nI've been using it for while and found it useful!\n\nBesides, It's very easy to EXPOSE port isn't it? ;)\n\n## This Dockerfile is not well documented and written ##\nPlease fork and pull request ;). I'll write your name on credits!\n\n## This Dockerfile needs to be improved \nAgain, please fork and pull request\n\n## Reference ##\n+ https://github.com/lagun4ik/docker-nginx-pagespeed\n+ https://github.com/vozlt/nginx-module-vts\n+ and so much other external parties out there. Thanks!\n\n## Screenshots ##\n![picture alt](https://raw.githubusercontent.com/habibiefaried/habibiefaried.com/master/screenshots/H0.png \"Web Admin Console\")\n![picture alt](https://raw.githubusercontent.com/habibiefaried/habibiefaried.com/master/screenshots/H1.png \"Upstream Status\")\n![picture alt](https://raw.githubusercontent.com/habibiefaried/habibiefaried.com/master/screenshots/H2.png \"PHPMyAdmin page\")\n![picture alt](https://raw.githubusercontent.com/habibiefaried/habibiefaried.com/master/screenshots/H3.png \"PHPRedisAdmin page\")\n\n## Credits ##\n1. Me\n2. Yahya @k1m0ch1\n\n# Beware #\nYou have to put your own security properly. For example, /adminconsole and other paths are still hardcoded. Just don't forget to change that!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhabibiefaried%2Fhigh-performance-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhabibiefaried%2Fhigh-performance-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhabibiefaried%2Fhigh-performance-web/lists"}