]> jfr.im git - uguu.git/blob - src/config.json
Update config.json
[uguu.git] / src / config.json
1 {
2 "init": {
3 "allowErrors": false
4 },
5 "dest": "dist",
6 "pkgVersion": "1.6.2",
7 "pages": [
8 "index.ejs",
9 "faq.ejs",
10 "tools.ejs"
11 ],
12 "max_upload_size": 128,
13 "expireTime": "48H",
14 "siteName": "Uguu",
15 "subTitle": "wahooo",
16 "siteUrl": "https://domain.com",
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.",
22 "donationBanner": false,
23 "paypalUrl": "",
24 "bitcoinAddress": "",
25 "flattrUrl": "",
26 "kofiUrl": "",
27 "malwareBanner": false,
28 "DB_MODE": "sqlite",
29 "DB_PATH": "/var/www/db/uguu.sq3",
30 "DB_USER": "NULL",
31 "DB_PASS": "NULL",
32 "LOG_IP": false,
33 "ANTI_DUPE": false,
34 "BLACKLIST_DB": true,
35 "FILTER_MODE": true,
36 "RATE_LIMIT": false,
37 "FILES_ROOT": "/var/www/files/",
38 "FILES_RETRIES": 15,
39 "FILES_URL": "https://files.domain.com",
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"
66 ]
67 }