{"id":50474101,"url":"https://github.com/lyokha/nginx-configure","last_synced_at":"2026-06-01T12:02:19.506Z","repository":{"id":360312912,"uuid":"1249430650","full_name":"lyokha/nginx-configure","owner":"lyokha","description":"My simple approach to reproducible Nginx builds configuration","archived":false,"fork":false,"pushed_at":"2026-05-25T23:12:00.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-25T23:24:38.133Z","etag":null,"topics":["configure","dhall","nginx"],"latest_commit_sha":null,"homepage":"","language":"Dhall","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lyokha.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-25T17:34:51.000Z","updated_at":"2026-05-25T23:12:04.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/lyokha/nginx-configure","commit_stats":null,"previous_names":["lyokha/nginx-configure"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/lyokha/nginx-configure","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyokha%2Fnginx-configure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyokha%2Fnginx-configure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyokha%2Fnginx-configure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyokha%2Fnginx-configure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lyokha","download_url":"https://codeload.github.com/lyokha/nginx-configure/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyokha%2Fnginx-configure/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33773782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["configure","dhall","nginx"],"created_at":"2026-06-01T12:02:18.792Z","updated_at":"2026-06-01T12:02:19.499Z","avatar_url":"https://github.com/lyokha.png","language":"Dhall","funding_links":[],"categories":[],"sub_categories":[],"readme":"I often configure Nginx builds on different machines with many custom modules.\nAdding modules is only available via command-line options `--add-module` or\n`--add-dynamic-module` in script `./configure`. That's why this is so difficult\nto achieve reproducible builds everywhere I build Nginx. Here is a very simple\napproach to struggle with this difficulty.\n\n#### Requirements\n\n- [*dhall-to-bash*](https://github.com/dhall-lang/dhall-haskell/tree/main/dhall-bash)\n  executable file. [*Dhall*](https://dhall-lang.org/) is a typed programmable\n  configuration language. Script *ngx_configure.dhall* contains all Nginx\n  configuration options needed.\n- Sources of the custom modules listed in *ngx_configure.dhall* must have been\n  put in a single directory, say `$HOME/devel`, before building Nginx. Absence\n  or unsatisfied dependencies of a module will make `./configure` fail.\n\n#### Configure and build Nginx\n\n- Put *ngx_configure.sh* in a directory listed in `$PATH`.\n- Run `ngx_configure.sh $HOME/devel` from the directory with Nginx sources.\n- If the configuration was successful, run `make`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flyokha%2Fnginx-configure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flyokha%2Fnginx-configure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flyokha%2Fnginx-configure/lists"}