-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
23 lines (23 loc) · 765 Bytes
/
app.json
File metadata and controls
23 lines (23 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "comproxy-server",
"description": "Data compression service that reduces images (WebP or JPEG) resolution on the fly.",
"repository": "https://github.com/ctsecurity/Comproxy",
"website": "https://academic.syafiqhadzir.dev/Research/Comproxy",
"logo": "https://academic.syafiqhadzir.dev/Favicons/apple-touch-icon.png",
"keywords": [
"proxy",
"compression",
"jpeg",
"webp"
],
"env": {
"LOGIN": {
"description": "If you want to secure your session, set your username here.",
"required": false
},
"PASSWORD": {
"description": "If you want to secure your session, set your password here.",
"required": false
}
}
}