{"id":20950412,"url":"https://github.com/atomgraph/nginx-unprivileged","last_synced_at":"2026-04-21T18:31:27.909Z","repository":{"id":147849195,"uuid":"433869795","full_name":"AtomGraph/nginx-unprivileged","owner":"AtomGraph","description":"Unprivileged (non-root) nginx Docker image which waits for the upstream server","archived":false,"fork":false,"pushed_at":"2021-12-01T15:00:22.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-19T22:40:52.644Z","etag":null,"topics":["http-server","nginx","nginx-unprivileged"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/atomgraph/nginx-unprivileged","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AtomGraph.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-12-01T14:56:13.000Z","updated_at":"2021-12-01T16:10:35.000Z","dependencies_parsed_at":"2023-05-26T15:00:38.426Z","dependency_job_id":null,"html_url":"https://github.com/AtomGraph/nginx-unprivileged","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtomGraph%2Fnginx-unprivileged","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtomGraph%2Fnginx-unprivileged/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtomGraph%2Fnginx-unprivileged/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtomGraph%2Fnginx-unprivileged/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AtomGraph","download_url":"https://codeload.github.com/AtomGraph/nginx-unprivileged/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243345875,"owners_count":20275906,"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":["http-server","nginx","nginx-unprivileged"],"created_at":"2024-11-19T00:48:25.093Z","updated_at":"2025-12-24T18:17:16.057Z","avatar_url":"https://github.com/AtomGraph.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nginx\nnginx Docker image with `ping` installed\n\n# Usage\n\n## Server certificate\n\nIf `$GENERATE_SERVER_CERT=true` and `$SERVER_NAME` is set (to the hostname of the server, e.g. `localhost`), a self-signed server certificate and private key will be generated under `$SERVER_CERT_FILE` (by default `/etc/nginx/ssl/server.crt`) and `$SERVER_KEY_FILE` (by default `/etc/nginx/ssl/server.key`), respectively.\n\n## Upstream sever\n\nIf `$UPSTREAM_SERVER` is supplied, then the entrypoint script will ping that host for a `$TIMEOUT` number of seconds (the default is 10).\n\nIf the host responds during that period, the entrypoint command is executed. Otherwise the script exits.\n\n# Example\n\nUsing `docker-compose.yml`:\n\n    version: \"2.3\"\n    services:\n      nginx:\n        image: atomgraph/nginx\n        environment:\n          - GENERATE_SERVER_CERT=true\n          - SERVER_NAME=localhost\n          - UPSTREAM_SERVER=tomcat\n        command: nginx -g 'daemon off;'\n        volumes:\n          - ./certs:/etc/nginx/ssl","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatomgraph%2Fnginx-unprivileged","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatomgraph%2Fnginx-unprivileged","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatomgraph%2Fnginx-unprivileged/lists"}