File size: 1,127 Bytes
26ec0d8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | ---
title: 1proxy
emoji: π
colorFrom: purple
colorTo: blue
sdk: docker
sdk_version: 3.12
app_file: hf-spaces/Dockerfile
pinned: false
license: mit
---
# 1proxy - Community-Driven Proxy Aggregation Platform
A high-performance proxy aggregation platform with OAuth authentication.
## Features
- π 10+ Auto-Updated Sources
- π Advanced Filtering
- π Quality Scoring (0-100)
- π GitHub OAuth Authentication
- π₯ User Contributions
- π‘οΈ Admin Panel
## API Access
Once deployed, access the API at:
- **Base URL**: https://paijo77-1proxy.hf.space
- **Health**: https://paijo77-1proxy.hf.space/health
- **API Docs**: https://paijo77-1proxy.hf.space/docs
## Configuration
Set these secrets in Space settings:
| Secret | Description |
|--------|-------------|
| `SECRET_KEY` | JWT signing key (min 32 chars) |
| `GITHUB_CLIENT_ID` | GitHub OAuth Client ID |
| `GITHUB_CLIENT_SECRET` | GitHub OAuth Client Secret |
| `GITHUB_REPO_OWNER` | Repo owner for admin access (optional) |
| `GITHUB_REPO_NAME` | Repo name for admin access (optional) |
## License
MIT
|