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