{"id":20954428,"url":"https://github.com/devsisters/docker-nginx-sslproxy","last_synced_at":"2025-03-13T05:41:45.180Z","repository":{"id":23388200,"uuid":"26749900","full_name":"devsisters/docker-nginx-sslproxy","owner":"devsisters","description":"Dockerized nginx proxy w/ SSL suppport","archived":false,"fork":false,"pushed_at":"2016-01-19T05:29:57.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":49,"default_branch":"master","last_synced_at":"2025-01-19T23:18:43.105Z","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/devsisters.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":"2014-11-17T09:37:02.000Z","updated_at":"2016-08-01T13:03:12.000Z","dependencies_parsed_at":"2022-07-23T22:16:21.988Z","dependency_job_id":null,"html_url":"https://github.com/devsisters/docker-nginx-sslproxy","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/devsisters%2Fdocker-nginx-sslproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsisters%2Fdocker-nginx-sslproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsisters%2Fdocker-nginx-sslproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsisters%2Fdocker-nginx-sslproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devsisters","download_url":"https://codeload.github.com/devsisters/docker-nginx-sslproxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243351860,"owners_count":20276911,"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":[],"created_at":"2024-11-19T01:14:40.246Z","updated_at":"2025-03-13T05:41:45.164Z","avatar_url":"https://github.com/devsisters.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"docker-nginx-sslproxy\n=====================\n\nDockerized nginx proxy w/ SSL suppport\n\n## How to use\n\nFirst, you have to write environment file.\nHere are all list of env vars\n\n* `SSL_CERT_B64`: Base64 encoded SSL cert (.crt or .pem) file. Use `cat \u003cCERT_PATH\u003e | base64` command to get this string.\n* `SSL_KEY_B64`: Base64 encoded SSL key (.key) file. Use `cat \u003cKEY_PATH\u003e | base64` command to get this string.\n* `BACKEND_SERVICE_HOST`: Host ip(or domain) of backend service.\n* `BACKEND_SERVICE_PORT`: Port of backend service.\n\nYou can give `SERVICE_NAME` instead of `BACKEND_SERVICE_HOST` and `BACKEND_SERVICE_PORT`. This is useful if you want to run this image in a [Kubernetes](https://github.com/googlecloudplatform/kubernetes) cluster.\n\nAfter that, you can run it by docker.\n\n```\n$ git clone https://github.com/devsisters/docker-nginx-sslproxy.git\n$ cd docker-nginx-sslproxy\n$ docker build -t sslproxy .\n$ docker run --env-file \u003cENV_FILE_PATH\u003e --publish=443:443 -d sslproxy\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsisters%2Fdocker-nginx-sslproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevsisters%2Fdocker-nginx-sslproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsisters%2Fdocker-nginx-sslproxy/lists"}