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