{"id":15061751,"url":"https://github.com/wengchaoxi/auth-proxy","last_synced_at":"2026-02-15T01:33:37.315Z","repository":{"id":223113392,"uuid":"742299637","full_name":"wengchaoxi/auth-proxy","owner":"wengchaoxi","description":"A minimalist reverse proxy service for web service authentication. 一个极简的用于 Web 服务鉴权的反向代理服务","archived":false,"fork":false,"pushed_at":"2024-12-23T14:06:49.000Z","size":44,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-14T06:33:32.459Z","etag":null,"topics":["auth-proxy","docker","go","oauth2","oidc","web"],"latest_commit_sha":null,"homepage":"https://auth-proxy.wengcx.top","language":"Go","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/wengchaoxi.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}},"created_at":"2024-01-12T07:03:00.000Z","updated_at":"2025-07-22T03:11:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"933aa19a-6bca-439d-9698-6e3934f679f3","html_url":"https://github.com/wengchaoxi/auth-proxy","commit_stats":null,"previous_names":["wengchaoxi/auth-proxy"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/wengchaoxi/auth-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wengchaoxi%2Fauth-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wengchaoxi%2Fauth-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wengchaoxi%2Fauth-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wengchaoxi%2Fauth-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wengchaoxi","download_url":"https://codeload.github.com/wengchaoxi/auth-proxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wengchaoxi%2Fauth-proxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29464199,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T01:01:38.065Z","status":"ssl_error","status_checked_at":"2026-02-15T01:01:23.809Z","response_time":53,"last_error":"SSL_read: 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":["auth-proxy","docker","go","oauth2","oidc","web"],"created_at":"2024-09-24T23:24:37.876Z","updated_at":"2026-02-15T01:33:37.300Z","avatar_url":"https://github.com/wengchaoxi.png","language":"Go","readme":"# Auth Proxy\n\n**English** | [简体中文](./README.zh-CN.md)\n\n## Overview\n\nA minimalist reverse proxy service for web service authentication\n\n- Minimalist UI\n- Containerized deployment\n\n## Usage\n\nYou can download the appropriate software package for your platform from [releases](https://github.com/wengchaoxi/auth-proxy/releases/latest) and unzip it, edit the `.env.example` file, rename it to `.env`, and then execute the binary file.\n\n```yml\n# Runtime Configuration\nHOST = \"0.0.0.0\"\nPORT = 18000\n\n# Real service address (User -\u003e Auth Proxy -\u003e Real service address)\nTARGET_URL = \"http://localhost:8000\"\n\n# Authentication access key, default is `whoami`\nAUTH_ACCESS_KEY = \"whoami\"\n\n# Authentication validity period, need to re-enter the access key after expiration, default is `24h`\nAUTH_EXPIRATION = \"24h\"\n```\n\nOr, you can use Docker:\n\n```\ndocker run --rm -p 18000:18000 -e TARGET_URL=http://localhost:8000 -e AUTH_ACCESS_KEY=whoami wengchaoxi/auth-proxy:latest\n```\n\nThen visit: http://localhost:18000\n\n## Example\n\n\u003e Add access authentication for the `traefik/whoami` service, with the access key as `whoami`\n\nEdit docker-compose.yml and run `docker compose up -d`, then visit: http://localhost:18000\n\n```yml\nversion: '3'\n\nservices:\n  proxy:\n    image: wengchaoxi/auth-proxy:latest\n    ports:\n      - 18000:18000\n    environment:\n      - HOST=0.0.0.0\n      - PORT=18000\n      - TARGET_URL=http://whoami:8000\n      - AUTH_ACCESS_KEY=whoami\n      - AUTH_EXPIRATION=24h\n\n  whoami:\n    image: traefik/whoami\n    command:\n      - --port=8000\n    ports:\n      - \"8000:8000\"\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwengchaoxi%2Fauth-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwengchaoxi%2Fauth-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwengchaoxi%2Fauth-proxy/lists"}