{"id":16366547,"url":"https://github.com/centminmod/docker-nginx-mini","last_synced_at":"2025-09-04T05:30:32.575Z","repository":{"id":27853580,"uuid":"31344086","full_name":"centminmod/docker-nginx-mini","owner":"centminmod","description":"Modified https://github.com/tropicloud/np-stack for Centmin Mod usage","archived":false,"fork":false,"pushed_at":"2015-06-01T12:34:53.000Z","size":416,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-05T02:01:45.291Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/centminmod.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}},"created_at":"2015-02-26T01:02:23.000Z","updated_at":"2020-03-28T10:06:08.000Z","dependencies_parsed_at":"2022-09-03T15:02:38.626Z","dependency_job_id":null,"html_url":"https://github.com/centminmod/docker-nginx-mini","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/centminmod/docker-nginx-mini","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/centminmod%2Fdocker-nginx-mini","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/centminmod%2Fdocker-nginx-mini/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/centminmod%2Fdocker-nginx-mini/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/centminmod%2Fdocker-nginx-mini/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/centminmod","download_url":"https://codeload.github.com/centminmod/docker-nginx-mini/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/centminmod%2Fdocker-nginx-mini/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273555592,"owners_count":25126345,"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","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"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":[],"created_at":"2024-10-11T02:46:51.342Z","updated_at":"2025-09-04T05:30:32.276Z","avatar_url":"https://github.com/centminmod.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Modified [https://github.com/tropicloud/np-stack](https://github.com/tropicloud/np-stack) for CentminMod.com usage as fall back Nginx docker container instance.\n\n#### Build from GitHub\n    git clone https://github.com/centminmod/docker-nginx-mini.git\n    docker build -t centminmod/docker-nginx-mini docker-nginx-mini\n    \n\nor\n\n#### Pull from Docker Hub\n    docker pull centminmod/docker-nginx-mini\n    \n\nthen\n\n#### Run the Docker image\n    docker run -p 80:80 -p 443:443 -d centminmod/docker-nginx-mini \n  \nNavigate to `http://\u003cdocker-host-ip\u003e/` to check the installation.\n\nor if you already have server on local docker host port 80/443, map local docker host port to 81/444\n\n    docker run -p 81:80 -p 444:443 -d -t centminmod/docker-nginx-mini\n\nor give the docker container a unique name i.e. --name ngx1\n\n    docker run --name ngx1 -p 81:80 -p 444:443 -d -t centminmod/docker-nginx-mini\n\nto login into the docker container named ngx1\n\n    docker exec -ti ngx1 /bin/bash\n\nNginx vhost directory at /etc/nginx/conf.d/\n\nNavigate to `http://\u003cdocker-host-ip\u003e:81/` to check the installation.\n\n#### Example Configuration\nMake sure to build from GitHub or to include your own config files.\n\n    docker run -p 80:80 -p 443:443 \\\n    -v /app/html \\\n    -v $(pwd)/conf/nginx/default.conf:/etc/nginx/default.conf \\\n    -v $(pwd)/conf/nginx/defaultssl.conf:/etc/nginx/defaultssl.conf \\\n    -v $(pwd)/conf/nginx/nginx.conf:/etc/nginx/nginx.conf \\\n    -v $(pwd)/conf/php/php-fpm.conf:/etc/php-fpm.d/www.conf \\\n    -d centminmod/docker-nginx-mini\n\n### How to use nps command inside Docker Nginx Mini container\n  \n    nps start                 # Start all processes\n    nps start \u003cname\u003e          # Start a specific process\n    nps stop                  # Stop all processes\n    nps stop \u003cname\u003e           # Stop a specific process\n    nps restart               # Restart all processes\n    nps restart \u003cname\u003e        # Restart a specific process\n    nps status                # Get status for all processes\n    nps status \u003cname\u003e         # Get status for a single process\n    nps log                   # Display last 1600 *bytes* of main log file\n    nps reload                # Restart Supervisord    \n    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcentminmod%2Fdocker-nginx-mini","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcentminmod%2Fdocker-nginx-mini","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcentminmod%2Fdocker-nginx-mini/lists"}