{"id":50958569,"url":"https://github.com/capawesome-team/docker-cloud-api-proxy","last_synced_at":"2026-06-18T10:32:17.333Z","repository":{"id":364490663,"uuid":"1268125150","full_name":"capawesome-team/docker-cloud-api-proxy","owner":"capawesome-team","description":"🐳 Docker image template for self-hosting an nginx reverse proxy to the Capawesome Cloud API.","archived":false,"fork":false,"pushed_at":"2026-06-13T07:34:20.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-13T09:07:45.177Z","etag":null,"topics":["capawesome","capawesome-cloud","docker","live-updates","nginx","nginx-proxy","ota","ota-update","proxy"],"latest_commit_sha":null,"homepage":"https://capawesome.io/cloud/","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/capawesome-team.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["capawesome-team"],"open_collective":"capawesome","polar":"capawesome-team"}},"created_at":"2026-06-13T07:03:24.000Z","updated_at":"2026-06-13T07:35:23.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/capawesome-team/docker-cloud-api-proxy","commit_stats":null,"previous_names":["capawesome-team/.cloud-api-proxy"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/capawesome-team/docker-cloud-api-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capawesome-team%2Fdocker-cloud-api-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capawesome-team%2Fdocker-cloud-api-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capawesome-team%2Fdocker-cloud-api-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capawesome-team%2Fdocker-cloud-api-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/capawesome-team","download_url":"https://codeload.github.com/capawesome-team/docker-cloud-api-proxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capawesome-team%2Fdocker-cloud-api-proxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34487069,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"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":["capawesome","capawesome-cloud","docker","live-updates","nginx","nginx-proxy","ota","ota-update","proxy"],"created_at":"2026-06-18T10:32:15.959Z","updated_at":"2026-06-18T10:32:17.300Z","avatar_url":"https://github.com/capawesome-team.png","language":"Dockerfile","funding_links":["https://github.com/sponsors/capawesome-team","https://opencollective.com/capawesome","https://polar.sh/capawesome-team"],"categories":[],"sub_categories":[],"readme":"# docker-cloud-api-proxy\n\n🐳 Docker image for proxying requests from your own domain to the Capawesome Cloud API. \n\n## Overview\n\nThis repository is a template for customers who want to host their own reverse proxy in front of the [Capawesome Cloud](https://capawesome.io/cloud) API. The proxy forwards incoming requests from your own domain to the official Capawesome Cloud API at `https://api.cloud.capawesome.io`.\n\nA common reason to run your own proxy is to serve the API under a domain you control (for example, to keep all traffic on your own hostname).\n\nFor more details, see the [Request Proxying](https://capawesome.io/docs/cloud/live-updates/request-proxying/) documentation.\n\n## How it works\n\nThe proxy is a minimal [nginx](https://nginx.org) container:\n\n- **`default.conf`** – nginx server block that listens on port `80` and proxies all requests to the Capawesome Cloud API.\n- **`Dockerfile`** – builds an image based on `nginx:latest` with the configuration above.\n\n## Prerequisites\n\n- [Docker](https://www.docker.com)\n- A domain you control, pointing to the host that runs this container\n\n## Getting started\n\nBuild the image:\n\n```bash\ndocker build -t capawesome-team/cloud-api-proxy .\n```\n\nRun the image:\n\n```bash\ndocker run -p 8080:80 capawesome-team/cloud-api-proxy\n```\n\nThe proxy is now available at `http://localhost:8080` and forwards requests to the Capawesome Cloud API.\n\n## Configuration\n\nEdit `default.conf` to match your setup:\n\n- **`server_name`** – Replace `api.cloud.capawesome.eu` with your own domain.\n- **`proxy_pass`** – Leave this pointed at `https://api.cloud.capawesome.io` (the official Capawesome Cloud API).\n\nAfter changing the configuration, rebuild the image for the changes to take effect.\n\n\u003e [!NOTE]\n\u003e This template terminates plain HTTP on port `80`. For production use, terminate TLS in front of the container (for example, via a load balancer or a reverse proxy such as Caddy, Traefik, or another nginx instance).\n\n## License\n\nSee [LICENSE](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcapawesome-team%2Fdocker-cloud-api-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcapawesome-team%2Fdocker-cloud-api-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcapawesome-team%2Fdocker-cloud-api-proxy/lists"}