Uguu is a simple lightweight temporary file host with support for drop, paste, click and API uploading.
https://uguu.se
phpuploaderupload-imagesupload-filesqlite-databasepomffile-sharingnginxhostingfilehostingfilehosterfilehostfile-uploadlightweighttemporary-filesuguuupload-files
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
1.7 KiB
70 lines
1.7 KiB
{ |
|
"init": { |
|
"allowErrors": false |
|
}, |
|
"dest": "dist", |
|
"pkgVersion": "1.5.3", |
|
"banners": [ |
|
"banners/malware_scans.swig", |
|
"banners/donations.swig" |
|
], |
|
"src": [ |
|
"templates/index.swig", |
|
"templates/faq.swig", |
|
"templates/tools.swig" |
|
], |
|
|
|
"generateRobotstxt": "${GEN_ROBOTS_TXT}", |
|
"generateSitemap": "${GEN_SITE_MAP}", |
|
"max_upload_size": "${MAX_UPLOAD_SIZE}", |
|
"production": "${PROD}", |
|
"siteName": "${SITE_NAME}", |
|
"siteUrl": "${SITE_URL}", |
|
"abuseContact": "${ABUSE_CONTACT}", |
|
"infoContact": "${INFO_CONTACT}", |
|
"ServerCountryLocation": "${SERVER_CN_LOC}", |
|
"SiteMetaInfo": "${SITE_META_INFO}", |
|
"ToolsDesc": "The following tools might need editing to work on this clone of Uguu, usually editing the URL works.", |
|
"paypalUrl": "${PAYPAL_URL}", |
|
"bitcoinAddress": "${BTC_ADDR}", |
|
"flattrUrl": "${FLATTR_URL}", |
|
"DB_MODE": "sqlite", |
|
"DB_PATH": "${DB_PATH}", |
|
"DB_USER": "${DB_USER}", |
|
"DB_PASS": "${DB_PASS}", |
|
"LOG_IP": "${LOG_IP}", |
|
"ANTI_DUPE": "${ANTI_DUPE}", |
|
"BLACKLIST_DB": true, |
|
"FILTER_MODE": true, |
|
"FILES_ROOT": "${FILES_ROOT}", |
|
"FILES_RETRIES": "${FILES_RETRIES}", |
|
"SSL": "${SSL}", |
|
"URL": "${URL}", |
|
"NAME_LENGTH": "${NAME_LENGTH}", |
|
"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" |
|
] |
|
}
|
|
|