{"id":30614290,"url":"https://github.com/clwaniga/rproxyapp","last_synced_at":"2026-04-10T07:15:00.980Z","repository":{"id":312139592,"uuid":"1045397407","full_name":"Clwaniga/Rproxyapp","owner":"Clwaniga","description":"reverse proxy using docker compose","archived":false,"fork":false,"pushed_at":"2025-08-28T19:01:56.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-29T00:58:28.321Z","etag":null,"topics":["docker","docker-image","dockercompose","kubectl","kubernetes","kubernetes-deployment","nginx","nginx-configuration","nginx-proxy","python","yaml","yaml-configuration"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Clwaniga.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}},"created_at":"2025-08-27T05:25:59.000Z","updated_at":"2025-08-28T19:03:12.000Z","dependencies_parsed_at":"2025-08-29T00:58:31.263Z","dependency_job_id":"d077279f-c1ed-40da-8d6e-f38a63812954","html_url":"https://github.com/Clwaniga/Rproxyapp","commit_stats":null,"previous_names":["clwaniga/rproxyapp"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Clwaniga/Rproxyapp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clwaniga%2FRproxyapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clwaniga%2FRproxyapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clwaniga%2FRproxyapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clwaniga%2FRproxyapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Clwaniga","download_url":"https://codeload.github.com/Clwaniga/Rproxyapp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clwaniga%2FRproxyapp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272815833,"owners_count":24997662,"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-08-30T02:00:09.474Z","response_time":77,"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":["docker","docker-image","dockercompose","kubectl","kubernetes","kubernetes-deployment","nginx","nginx-configuration","nginx-proxy","python","yaml","yaml-configuration"],"created_at":"2025-08-30T07:01:44.558Z","updated_at":"2026-04-10T07:15:00.940Z","avatar_url":"https://github.com/Clwaniga.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"🌀 Reverse Proxy App - 📁 Project Overview\n\n✅ Option 1: Run with docker-compose\n\n▶️ Run the App\ndocker-compose up --build\n\n🌐 Access the App\nhttp://localhost\n\n🛑 Stop the App\ndocker-compose down\n\n\n✅ Option 2: Run with Docker Only\n\n▶️ Build App Image \ndocker build -t my-app-image .\n\n🔍 Run App Container\ndocker run -d --name app -p 5000:5000 my-app-image\n\n⚙️ Run NGINX Container\ndocker run -d \\\n  --name nginx \\\n  --link app \\\n  -p 80:80 \\\n  -v $(pwd)/nginx.conf:/etc/nginx/nginx.conf:ro \\\n  nginx\n\n\n✅ Option 3: Run on Kubernetes\n\n▶️ Apply Kubernetes Resources\nkubectl apply -f deployment.yaml\nkubectl apply -f service.yaml\n\n🔍 Get Service Info\nkubectl get service\n\n\n📦 TL;DR Command Summary\n# With Docker Compose\ndocker-compose up --build\n\n# With Docker only\ndocker build -t my-app-image .\ndocker run -d --name app -p 5000:5000 my-app-image\ndocker run -d --name nginx --link app -p 80:80 -v $(pwd)/nginx.conf:/etc/nginx/nginx.conf:ro nginx\n\n# With Kubernetes\nkubectl apply -f deployment.yaml\nkubectl apply -f service.yaml\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclwaniga%2Frproxyapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclwaniga%2Frproxyapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclwaniga%2Frproxyapp/lists"}