{"id":15477424,"url":"https://github.com/byjg/docker-nginx-extras","last_synced_at":"2025-08-20T16:31:38.320Z","repository":{"id":18511806,"uuid":"84492589","full_name":"byjg/docker-nginx-extras","owner":"byjg","description":"Nginx extended version: provides a version of nginx with the standard modules, plus extra features and modules","archived":false,"fork":false,"pushed_at":"2024-09-09T19:33:04.000Z","size":68,"stargazers_count":27,"open_issues_count":2,"forks_count":23,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-19T03:03:37.787Z","etag":null,"topics":["docker","docker-nginx-extras","nginx"],"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/byjg.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-03-09T21:59:48.000Z","updated_at":"2024-09-09T19:33:07.000Z","dependencies_parsed_at":"2024-09-09T21:46:17.332Z","dependency_job_id":null,"html_url":"https://github.com/byjg/docker-nginx-extras","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byjg%2Fdocker-nginx-extras","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byjg%2Fdocker-nginx-extras/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byjg%2Fdocker-nginx-extras/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byjg%2Fdocker-nginx-extras/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/byjg","download_url":"https://codeload.github.com/byjg/docker-nginx-extras/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230438185,"owners_count":18225870,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-nginx-extras","nginx"],"created_at":"2024-10-02T04:00:54.605Z","updated_at":"2024-12-19T13:07:30.413Z","avatar_url":"https://github.com/byjg.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nginx extras (all modules)\n\n[![Opensource ByJG](https://img.shields.io/badge/opensource-byjg-success.svg)](http://opensource.byjg.com)\n[![Build Status](https://github.com/byjg/docker-nginx-extras/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/byjg/docker-nginx-extras/actions/workflows/build.yml)\n[![GitHub source](https://img.shields.io/badge/Github-source-informational?logo=github)](https://github.com/byjg/docker-nginx-extras/)\n[![GitHub license](https://img.shields.io/github/license/byjg/docker-nginx-extras.svg)](https://opensource.byjg.com/opensource/licensing.html)\n[![GitHub release](https://img.shields.io/github/release/byjg/docker-nginx-extras.svg)](https://github.com/byjg/docker-nginx-extras/releases/)\n\nNginx extended version: provides a version of nginx with the standard modules, plus extra features and modules,\nthis container is based on Alpine Linux and the nginx is compiled from the source code.\n\n## Tags\n\n* 1.26, latest\n* 1.25\n* 1.24\n* 1.23\n* 1.22\n* 1.21\n* 1.20\n* 1.19\n* 1.18\n* 1.17\n* 1.16\n* 1.15\n* 1.14\n* 1.13\n* 1.12\n* 1.11\n* 1.10\n\n## STANDARD HTTP MODULES\n\nCore, Access, Auth Basic, Auto Index, Browser,\nCharset, Empty GIF, FastCGI, Geo, Gzip, Headers, Index, Limit Requests,\nLimit Zone, Log, Map, Memcached, Proxy, Referer, Rewrite, SCGI,\nSplit Clients, SSI, Upstream, User ID, UWSGI.\n\n## OPTIONAL HTTP MODULES\n\nAddition, Debug, Embedded Perl, FLV, GeoIP, Open Telemetry (Otel),\nGzip Precompression, Image Filter, IPv6, MP4, Random Index, Real IP,\nSecure Link, Spdy, SSL, Stub Status, Substitution, WebDAV, XSLT.\n\n## MAIL MODULES\n\nMail Core, IMAP, POP3, SMTP, SSL.\n\n## THIRD PARTY MODULES\n\nAuth PAM, Chunkin, DAV Ext, Echo, Embedded Lua,\nFancyindex, HttpHeadersMore, HTTP Substitution Filter, http push,\nNginx Development Kit, Upload Progress, Upstream Fair Queue.\n\n## Usage\n\n### Important volume mappings\n\n* /var/www/html - Root folder\n* /etc/nginx/conf.d/ - configuration folder\n\n```bash\ndocker run  -v /path/to/html:/var/www/html -p 8080:80 byjg/nginx-extras\n```\n\nIf you want to setup your own configuration run:\n\n```bash\ndocker run  -v /path/to/html:/var/www/html -v /path/to/sites-enabled:/etc/nginx/conf.d -p 8080:80 byjg/nginx-extras\n```\n\n## Note\n\nThis Dockerfile uses code from :\n\n* [https://github.com/x-drum/docker-nginx-extras](https://github.com/x-drum/docker-nginx-extras) and\n* [https://github.com/yfix/docker-nginx](https://github.com/x-drum/docker-nginx-extras) (fork from the first)\n\nI removed a lot of things and simplify some code.\n\n----\n[Open source ByJG](http://opensource.byjg.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyjg%2Fdocker-nginx-extras","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbyjg%2Fdocker-nginx-extras","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyjg%2Fdocker-nginx-extras/lists"}