forked from imgbi/img.bi
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcommands.json
29 lines (29 loc) · 1.46 KB
/
commands.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
{
"config": ["c", "Config file", "file"],
"host": ["b", "Bind to that host", "host"],
"port": ["p", "Bind to that port", "number"],
"redis": ["r", "Redis connect URI", "string"],
"uploadDir": ["u", "Upload dir", "dir"],
"staticContent": ["s", "Static content dir", "dir"],
"hostStatic": ["hs", "Host static content", "boolean"],
"compress": ["cp", "Compress requests with gzip", "boolean"],
"maxSize": ["m", "Max file size", "number"],
"acceptedTypes": ["a", "Accepted file types, comma separated", "string"],
"ipLimit": ["i", "Max uploads from one IP", "number"],
"hiddenLimit": ["hl", "Max uploads from I2P and Tor", "number"],
"hashids": ["hi", "Hashids key", "string"],
"name": ["n", "Website name", "string"],
"transparency": ["tr", "Link to transparency reports", "url"],
"clearnet": ["cl", "Clearnet website URL", "url"],
"tor": ["t", "Tor hidden service address", "url"],
"i2p": ["i", "I2P eepsite address", "url"],
"i2paddresshelper": ["ih", "I2P address helper", "string"],
"email": ["e", "Email", "email"],
"gpg": ["g", "GPG key URL", "url"],
"github": ["gh", "GitHub repository (owner/repo)", "string"],
"twitter": ["tw", "Twitter username", "string"],
"expireInterval": ["ex", "Interval to check files to expire (in ms)", "number"],
"bitcoin": ["bi", "Bitcoin address (for donations)", "string"],
"litecoin": ["li", "Litecoin address (for donations)", "string"],
"dogecoin": ["do", "Dogecoin address (for donations)", "string"]
}