{"id":19594566,"url":"https://github.com/toggle-corp/simple-proxy","last_synced_at":"2026-03-19T10:41:59.749Z","repository":{"id":91116979,"uuid":"390935565","full_name":"toggle-corp/simple-proxy","owner":"toggle-corp","description":"Simple proxy server based on nginx","archived":false,"fork":false,"pushed_at":"2025-11-17T11:01:12.000Z","size":9,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2025-11-17T13:05:56.434Z","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/toggle-corp.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}},"created_at":"2021-07-30T04:57:08.000Z","updated_at":"2022-05-11T15:44:53.000Z","dependencies_parsed_at":"2023-11-23T12:23:28.830Z","dependency_job_id":"31ca6eb6-6642-422e-89b9-19c52b16e609","html_url":"https://github.com/toggle-corp/simple-proxy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/toggle-corp/simple-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toggle-corp%2Fsimple-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toggle-corp%2Fsimple-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toggle-corp%2Fsimple-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toggle-corp%2Fsimple-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toggle-corp","download_url":"https://codeload.github.com/toggle-corp/simple-proxy/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toggle-corp%2Fsimple-proxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29501408,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T05:57:17.024Z","status":"ssl_error","status_checked_at":"2026-02-16T05:56:49.929Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2024-11-11T08:43:58.170Z","updated_at":"2026-02-16T06:05:16.103Z","avatar_url":"https://github.com/toggle-corp.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Proxy\n\nA simple proxy server using Caddy.\n\n## Usage\n\nWe will use `idmc` as the example project name.\nOur project will needs these files:\n\n```bash\n├── config\n│   └── caddy\n│       └── projects\n│           └── idmc.caddy\n└── compose\n    └── idmc.yml\n```\n\n**config/caddy/projects/idmc.caddy**\n\n```caddy\nimport /etc/caddy/snippets/proxy.caddy\n\nhttp://localhost:8001 {\n    import reverse_proxy helix-tools-api-staging.idmcdb.org\n}\n```\n\n**compose/idmc.yml**\n\n```yaml\nservices:\n  caddy:\n    environment:\n      PROJECT_NAME: idmc\n    ports:\n      - 8001:8001\n```\n\nTo start the proxy server, run:\n\n```bash\ndocker compose -f docker-compose.yml -f compose/idmc.yml up\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoggle-corp%2Fsimple-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoggle-corp%2Fsimple-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoggle-corp%2Fsimple-proxy/lists"}