]> jfr.im git - uguu.git/blame - src/config.json
fix html
[uguu.git] / src / config.json
CommitLineData
d8c46ff7 1{
82202428
GJ
2 "init": {
3 "allowErrors": false
4 },
5 "dest": "dist",
e480c0e5 6 "pkgVersion": "1.6.0",
2057341d
GJ
7 "pages": [
8 "index.ejs",
9 "faq.ejs",
10 "tools.ejs"
82202428 11 ],
82202428 12 "max_upload_size": 128,
e480c0e5
GJ
13 "expireTime": "48H",
14 "siteName": "Uguu",
15 "subTitle": "wahooo",
16 "siteUrl": "https://domain.com",
82202428
GJ
17 "abuseContact": "abuse@example.com",
18 "infoContact": "info@example.com",
19 "ServerCountryLocation": "Sweden",
20 "SiteMetaInfo": "SITENAME is a temporary file hosting service, upload files up to 128MiB for 24 hours.",
21 "ToolsDesc": "The following tools might need editing to work on this clone of Uguu, usually editing the URL works.",
e480c0e5 22 "donationBanner": false,
82202428
GJ
23 "paypalUrl": "",
24 "bitcoinAddress": "",
25 "flattrUrl": "",
2057341d 26 "kofiUrl": "",
e480c0e5 27 "malwareBanner": false,
82202428 28 "DB_MODE": "sqlite",
edfde395 29 "DB_PATH": "/var/www/db/uguu.sq3",
82202428
GJ
30 "DB_USER": "NULL",
31 "DB_PASS": "NULL",
edfde395 32 "LOG_IP": false,
82202428
GJ
33 "ANTI_DUPE": false,
34 "BLACKLIST_DB": true,
35 "FILTER_MODE": true,
e480c0e5 36 "RATE_LIMIT": false,
edfde395 37 "FILES_ROOT": "/var/www/files/",
82202428 38 "FILES_RETRIES": 15,
e480c0e5 39 "FILES_URL": "https://files.domain.com",
82202428
GJ
40 "NAME_LENGTH": 8,
41 "ID_CHARSET": "abcdefghijklmnopqrstuvwxyzABCDEFGHJKLMNOPQRSTUVWXYZ",
42 "BLOCKED_EXTENSIONS": [
43 "exe",
44 "scr",
45 "com",
46 "vbs",
47 "bat",
48 "cmd",
49 "htm",
50 "html",
51 "jar",
52 "msi",
53 "apk",
54 "phtml",
55 "svg"
56 ],
57 "BLOCKED_MIME": [
58 "application/msword",
59 "text/html",
60 "application/x-dosexec",
61 "application/java",
62 "application/java-archive",
63 "application/x-executable",
64 "application/x-mach-binary",
65 "image/svg+xml"
82202428 66 ]
081bf607 67}