{"id":13797708,"url":"https://github.com/naskio/auto-reverse-proxy","last_synced_at":"2025-07-09T01:05:28.419Z","repository":{"id":107850677,"uuid":"404647268","full_name":"naskio/auto-reverse-proxy","owner":"naskio","description":"Deploy multiple containerized web apps in the same Server (VPS, ...) using Docker and NGINX as a reverse proxy","archived":false,"fork":false,"pushed_at":"2022-03-02T14:06:46.000Z","size":38,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-14T13:12:49.272Z","etag":null,"topics":["docker","docker-compose","hosting","letsencrypt","nginx","nginx-proxy","reverse-proxy","vps","vps-setup"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/naskio.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}},"created_at":"2021-09-09T08:38:48.000Z","updated_at":"2023-11-30T08:44:16.000Z","dependencies_parsed_at":"2024-01-17T23:39:19.356Z","dependency_job_id":"08dd07d0-2667-43ba-a3d2-c09679857f16","html_url":"https://github.com/naskio/auto-reverse-proxy","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/naskio%2Fauto-reverse-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naskio%2Fauto-reverse-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naskio%2Fauto-reverse-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naskio%2Fauto-reverse-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/naskio","download_url":"https://codeload.github.com/naskio/auto-reverse-proxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naskio%2Fauto-reverse-proxy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":258514662,"owners_count":22713526,"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":["docker","docker-compose","hosting","letsencrypt","nginx","nginx-proxy","reverse-proxy","vps","vps-setup"],"created_at":"2024-08-04T00:00:27.853Z","updated_at":"2025-07-09T01:05:28.336Z","avatar_url":"https://github.com/naskio.png","language":"Shell","readme":"# auto-reverse-proxy\n\nDeploy multiple containerized web apps in the same Server (VPS, ...) using Docker and NGINX as a reverse proxy. This\nwill automatically route the requests to the containers and manage (create, generate and renew) the Let's encrypt SSL\ncertificates.\n\n## Overview\n\n- `nginx-proxy` is a containerized NGINX reverse proxy.\n- `portainer`is a web-based tool to manage containers.\n- `demo` is a web example.\n\n## Setup and Configuration\n\n1. Install Docker in your server [(Official docs)](https://docs.docker.com/engine/install/ubuntu/)\n\n2. Make docker run at startup of the OS\n   ```shell\n   sudo systemctl enable docker\n   ```\n\n3. Install docker-compose [(Official Docs)](https://docs.docker.com/compose/install/)\n\n4. Create a Docker network\n   ```shell\n   docker network create auto-reverse-proxy-global-network\n   ```\n\n5. Configure env variables in each folder\n   ```shell\n   cd $FOLDER_NAME\n   cp .env.example .env\n   nano .env\n   ```\n\n6. Start the reverse-proxy\n   ```shell\n   cd ./nginx-proxy\n   docker-compose up -d\n   ```\n   to stop the reverse-proxy run\n   ```shell\n   cd ./nginx-proxy\n   docker-compose down\n   ```\n\n7. Run portainer\n   ```shell\n   cd  ./portainer\n   docker-compose up -d\n   ```\n   to stop portainer run\n   ```shell\n   cd  ./portainer\n   docker-compose down\n   ```\n\n## Customize nginx reverse proxy\n\nSee [Customize nginx reverse proxy](./CUSTOMIZE.md) for more details.\n\n-------------------------------------------------------------------------------------------\n\n## Contribute\n\nPull requests are welcome. For any bug report, please create an issue\non [GitHub](https://github.com/naskio/auto-reverse-proxy).\n\n## Acknowledgements\n\nBased on [nginx-proxy](https://github.com/nginx-proxy/nginx-proxy)\n, [acme-companion](https://github.com/nginx-proxy/acme-companion)\nand [portainer](https://docs.portainer.io/v/ce-2.11/advanced/reverse-proxy/nginx)\n.\n\n## License\n\n[GNU General Public License v3.0](./LICENSE)","funding_links":[],"categories":["Usage"],"sub_categories":["Production mode"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaskio%2Fauto-reverse-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaskio%2Fauto-reverse-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaskio%2Fauto-reverse-proxy/lists"}