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.
27 lines
587 B
27 lines
587 B
{ |
|
"init": { |
|
"allowErrors": false |
|
}, |
|
"dest": "dist", |
|
"pkgVersion": "<%= pkg.version %>", |
|
"banners": [ |
|
"banners/malware_scans.swig", |
|
"banners/donations.swig" |
|
], |
|
"src": [ |
|
"templates/index.swig", |
|
"templates/faq.swig", |
|
"templates/tools.swig" |
|
], |
|
"generateRobotstxt": false, |
|
"generateSitemap": false, |
|
"max_upload_size": 128, |
|
"production": false, |
|
"siteName": "SITENAME", |
|
"siteUrl": "https://yoursite.com", |
|
"abuseContact": "abuse@example.com", |
|
"infoContact": "info@example.com", |
|
"paypalUrl": "", |
|
"bitcoinAddress": "", |
|
"flattrUrl": "" |
|
}
|
|
|