paijo77 commited on
Commit
26ec0d8
Β·
verified Β·
1 Parent(s): 9d33b4d

update README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -10
README.md CHANGED
@@ -1,10 +1,47 @@
1
- ---
2
- title: 1proxy
3
- emoji: πŸ‘
4
- colorFrom: red
5
- colorTo: purple
6
- sdk: docker
7
- pinned: false
8
- ---
9
-
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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