{"id":24702547,"url":"https://github.com/yankeguo/quickauth","last_synced_at":"2026-05-17T18:03:46.889Z","repository":{"id":250138429,"uuid":"833585186","full_name":"yankeguo/quickauth","owner":"yankeguo","description":"A simple authentication reverse proxy with basic web interface","archived":false,"fork":false,"pushed_at":"2024-08-16T06:36:34.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-27T05:41:44.866Z","etag":null,"topics":["authentication","reverse-proxy"],"latest_commit_sha":null,"homepage":"","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/yankeguo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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},"funding":{"github":"yankeguo","patreon":"yankeguo"}},"created_at":"2024-07-25T10:46:54.000Z","updated_at":"2024-08-16T06:36:37.000Z","dependencies_parsed_at":"2024-07-25T18:27:13.947Z","dependency_job_id":"688704a7-658a-4296-8bcf-613b360858c7","html_url":"https://github.com/yankeguo/quickauth","commit_stats":null,"previous_names":["yankeguo/authrp","yankeguo/quickauth"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yankeguo%2Fquickauth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yankeguo%2Fquickauth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yankeguo%2Fquickauth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yankeguo%2Fquickauth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yankeguo","download_url":"https://codeload.github.com/yankeguo/quickauth/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244905095,"owners_count":20529543,"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":["authentication","reverse-proxy"],"created_at":"2025-01-27T05:41:37.442Z","updated_at":"2026-05-17T18:03:46.884Z","avatar_url":"https://github.com/yankeguo.png","language":"Go","funding_links":["https://github.com/sponsors/yankeguo","https://patreon.com/yankeguo"],"categories":[],"sub_categories":[],"readme":"# quickauth\n\nA basic reverse proxy featuring a simple authentication web interface\n\n[中文文档](README.zh.md)\n\n## Installation\n\n- Build from source\n\n```bash\ngit clone https://github.com/yankeguo/quickauth.git\ncd quickauth\ngo build -o quickauth\n```\n\n- Download from GitHub\n\nView \u003chttps://github.com/yankeguo/quickauth/releases\u003e for the latest release.\n\n- Docker\n\n```bash\ndocker run -d -p 80:80 -e QUICKAUTH_TARGET=example.com yankeguo/quickauth\n```\n\n## Environment Variables\n\n- `QUICKAUTH_LISTEN`: The listening address to listen on. Default is `:80` (`:443` when TLS is enabled).\n- `QUICKAUTH_TARGET`: The target address to proxy to.\n- `QUICKAUTH_TARGET_INSECURE`: Whether to ignore the certificate verification of the target. Default is `false`.\n- `QUICKAUTH_USERNAME`: The username for authentication.\n- `QUICKAUTH_PASSWORD`: The password for authentication.\n- `QUICKAUTH_SECRET_KEY`: The secret key for cookie signing.\n- `QUICKAUTH_TITLE`: The title of the web page. Default is `Protected By QuickAuth`.\n- `QUICKAUTH_TLS_CERT`: Path to the TLS certificate file. When set alongside `QUICKAUTH_TLS_KEY`, the server listens on HTTPS.\n- `QUICKAUTH_TLS_KEY`: Path to the TLS private key file.\n\n## Metics\n\n```\nGET /__quickauth/metrics\n```\n\n- `quickauth_proxy_http_requests_total`: The total number of requests.\n- `quickauth_proxy_http_requests_duration`: The duration of requests.\n\n## Ready\n\n```\nGET /__quickauth/ready\n```\n\n## Credits\n\nGUO YANKE, MIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyankeguo%2Fquickauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyankeguo%2Fquickauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyankeguo%2Fquickauth/lists"}