{"id":25918357,"url":"https://github.com/bibermann/reverse-proxy","last_synced_at":"2026-02-26T04:52:10.682Z","repository":{"id":97738852,"uuid":"411041629","full_name":"bibermann/reverse-proxy","owner":"bibermann","description":null,"archived":false,"fork":false,"pushed_at":"2022-08-29T18:37:53.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-25T11:50:22.838Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/bibermann.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-09-27T21:01:12.000Z","updated_at":"2021-10-09T21:37:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"4c92deec-4eed-4d4c-9a28-86187fa1f848","html_url":"https://github.com/bibermann/reverse-proxy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bibermann/reverse-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bibermann%2Freverse-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bibermann%2Freverse-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bibermann%2Freverse-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bibermann%2Freverse-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bibermann","download_url":"https://codeload.github.com/bibermann/reverse-proxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bibermann%2Freverse-proxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29849047,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T22:37:40.667Z","status":"online","status_checked_at":"2026-02-26T02:00:06.774Z","response_time":89,"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":"2025-03-03T14:19:31.322Z","updated_at":"2026-02-26T04:52:10.675Z","avatar_url":"https://github.com/bibermann.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# reverse-proxy\n\nDocker Compose project for [GitHub » nginx-proxy / acme-companion](https://github.com/nginx-proxy/acme-companion).\n\n## Setup\n\n- Configuration\n    ```bash\n    # Persist data volumes in a specific directory\n    PREFIX=./data/\n\n    # Fallback email for missing LETSENCRYPT_EMAIL in proxied containers\n    DEFAULT_EMAIL=name@example.com\n    \n    # Shared network for this and all proxied containers\n    NETWORK=reverse-proxy\n    \n    echo \"PREFIX=$PREFIX\" \u003e\u003e .env\n    echo \"DEFAULT_EMAIL=$DEFAULT_EMAIL\" \u003e\u003e .env\n    echo \"NETWORK=$NETWORK\" \u003e\u003e .env\n    sudo mkdir -p ${PREFIX}{conf,vhost,html,certs,acme}\n    sudo docker network create $NETWORK\n\n    # Increase body size limit\n    echo 'client_max_body_size 4096M;' \u003e${PREFIX}conf/larger_body.conf\n    ```\n- Initialization/Update\n    ```bash\n    # Get latest nginx template\n    curl https://raw.githubusercontent.com/nginx-proxy/nginx-proxy/main/nginx.tmpl \u003e nginx.tmpl\n\n    # Get latest docker images\n    sudo docker compose pull\n    ```\n\n## Run\n\n```bash\nsudo docker compose up -d\n```\n\n## Stop\n\n```bash\nsudo docker compose down\n```\n\n## Status\n\n```bash\nsudo docker compose exec acme-companion /app/cert_status\n```\n\n## Setup proxy in a container\n\n- Network: Add the proxied container to the network stored in your `.env` file.\n    Helper to copy necessary docker compose lines to X selection:\n    ```bash\n    xclip \u003c\u003cEOF\n    networks:\n      default:\n        external: true\n        name: $(source .env; echo $NETWORK)\n    EOF\n    ```\n- Environment:\n    Set the following environment variables in the proxied containers:\n    - `VIRTUAL_HOST`\n    - `VIRTUAL_PORT` (optional, defaults to `80`)\n    - `LETSENCRYPT_HOST` (must equal the value of `VIRTUAL_HOST`)\n    - `LETSENCRYPT_EMAIL` (optional)\n\n## References\n\n- https://github.com/nginx-proxy/acme-companion\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbibermann%2Freverse-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbibermann%2Freverse-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbibermann%2Freverse-proxy/lists"}