1
0
mirror of https://github.com/nokonoko/Uguu.git synced 2024-01-06 13:35:15 +00:00
uguu/dist.json
Go Johansson (neku) 2057341d8f refactoring
* Ko-Fi donation button added.
* Templating now uses ejs instead of swig.
* clean-css/uglify-js replaced with minify-all.
* Minor PHP changes.
* Preparations for major refactor.
2022-07-16 08:24:58 +02:00

69 lines
1.5 KiB
JSON

{
"init": {
"allowErrors": false
},
"dest": "dist",
"pkgVersion": "1.5.4",
"pages": [
"index.ejs",
"faq.ejs",
"tools.ejs"
],
"max_upload_size": 128,
"expireTime": "24H",
"siteName": "sitename",
"subTitle": "site title",
"siteUrl": "https://uguu.se",
"abuseContact": "abuse@example.com",
"infoContact": "info@example.com",
"ServerCountryLocation": "Sweden",
"SiteMetaInfo": "SITENAME is a temporary file hosting service, upload files up to 128MiB for 24 hours.",
"ToolsDesc": "The following tools might need editing to work on this clone of Uguu, usually editing the URL works.",
"donationBanner": true,
"paypalUrl": "",
"bitcoinAddress": "",
"flattrUrl": "",
"kofiUrl": "",
"malwareBanner": true,
"DB_MODE": "sqlite",
"DB_PATH": "/var/www/db/uguu.sq3",
"DB_USER": "NULL",
"DB_PASS": "NULL",
"LOG_IP": false,
"ANTI_DUPE": false,
"BLACKLIST_DB": true,
"FILTER_MODE": true,
"RATE_LIMIT": true,
"FILES_ROOT": "/var/www/files/",
"FILES_RETRIES": 15,
"SSL": true,
"URL": "a.uguu.se",
"NAME_LENGTH": 8,
"ID_CHARSET": "abcdefghijklmnopqrstuvwxyzABCDEFGHJKLMNOPQRSTUVWXYZ",
"BLOCKED_EXTENSIONS": [
"exe",
"scr",
"com",
"vbs",
"bat",
"cmd",
"htm",
"html",
"jar",
"msi",
"apk",
"phtml",
"svg"
],
"BLOCKED_MIME": [
"application/msword",
"text/html",
"application/x-dosexec",
"application/java",
"application/java-archive",
"application/x-executable",
"application/x-mach-binary",
"image/svg+xml"
]
}