]> jfr.im git - uguu.git/blame - src/config.json
fixes
[uguu.git] / src / config.json
CommitLineData
d8c46ff7 1{
82202428
GJ
2 "init": {
3 "allowErrors": false
4 },
5 "dest": "dist",
24383942 6 "pkgVersion": "1.6.5",
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,
24383942
GJ
37 "RATE_LIMIT_TIMEOUT": 60,
38 "RATE_LIMIT_FILES": 100,
edfde395 39 "FILES_ROOT": "/var/www/files/",
82202428 40 "FILES_RETRIES": 15,
e480c0e5 41 "FILES_URL": "https://files.domain.com",
82202428
GJ
42 "NAME_LENGTH": 8,
43 "ID_CHARSET": "abcdefghijklmnopqrstuvwxyzABCDEFGHJKLMNOPQRSTUVWXYZ",
f0b5e51c
GJ
44 "DOUBLE_DOTS_EXTENSIONS": [
45 "tar.bz2",
46 "tar.gz",
47 "min.css",
48 "min.js",
49 "conf.bak"
50 ],
82202428
GJ
51 "BLOCKED_EXTENSIONS": [
52 "exe",
53 "scr",
54 "com",
55 "vbs",
56 "bat",
57 "cmd",
58 "htm",
59 "html",
60 "jar",
61 "msi",
62 "apk",
63 "phtml",
64 "svg"
65 ],
66 "BLOCKED_MIME": [
67 "application/msword",
68 "text/html",
69 "application/x-dosexec",
70 "application/java",
71 "application/java-archive",
72 "application/x-executable",
73 "application/x-mach-binary",
74 "image/svg+xml"
82202428 75 ]
081bf607 76}