forked from mixmoe/HibiAPI
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapp.json
31 lines (31 loc) · 1.05 KB
/
app.json
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
{
"name": "HibiAPI",
"description": "An alternative implement of Imjad API.",
"keywords": ["api", "python"],
"repository": "https://github.com/mixmoe/HibiAPI",
"website": "https://api.obfs.dev",
"logo": "https://github.com/mixmoe/HibiAPI/raw/main/.github/logo.svg",
"stack": "container",
"env": {
"PIXIV_ACCOUNT_TOKEN": {
"description": "Refresh token for Pixiv account, leave blank if you don't need Pixiv API.",
"required": false
},
"SAUCE_NET_API-KEY": {
"description": "API key for SauceNAO, leave blank if you don't need SauceNAO API.'",
"required": false
},
"FORWARDED_ALLOW_IPS": {
"description": "Trusted IP addresses request contain forwarded information, leave * unless you know what you are doing.",
"value": "*"
},
"GENERAL_SERVER_HOST": {
"description": "Listen connection from all host, don't touch.",
"value": "0.0.0.0"
},
"GENERAL_SERVER_CORS_ORIGINS": {
"description": "Allowed CORS origin host, default to all.",
"value": "[\"*\"]"
}
}
}