]> jfr.im git - uguu.git/blob - dist.json
refactoring
[uguu.git] / dist.json
1 {
2 "init": {
3 "allowErrors": false
4 },
5 "dest": "dist",
6 "pkgVersion": "1.5.4",
7 "pages": [
8 "index.ejs",
9 "faq.ejs",
10 "tools.ejs"
11 ],
12 "max_upload_size": 128,
13 "expireTime": "24H",
14 "siteName": "sitename",
15 "subTitle": "site title",
16 "siteUrl": "https://uguu.se",
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": true,
23 "paypalUrl": "",
24 "bitcoinAddress": "",
25 "flattrUrl": "",
26 "kofiUrl": "",
27 "malwareBanner": true,
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": true,
37 "FILES_ROOT": "/var/www/files/",
38 "FILES_RETRIES": 15,
39 "SSL": true,
40 "URL": "a.uguu.se",
41 "NAME_LENGTH": 8,
42 "ID_CHARSET": "abcdefghijklmnopqrstuvwxyzABCDEFGHJKLMNOPQRSTUVWXYZ",
43 "BLOCKED_EXTENSIONS": [
44 "exe",
45 "scr",
46 "com",
47 "vbs",
48 "bat",
49 "cmd",
50 "htm",
51 "html",
52 "jar",
53 "msi",
54 "apk",
55 "phtml",
56 "svg"
57 ],
58 "BLOCKED_MIME": [
59 "application/msword",
60 "text/html",
61 "application/x-dosexec",
62 "application/java",
63 "application/java-archive",
64 "application/x-executable",
65 "application/x-mach-binary",
66 "image/svg+xml"
67 ]
68 }