Uguu/src/config.json

80 lines
2.0 KiB
JSON
Executable File

{
"init": {
"allowErrors": false
},
"dest": "dist",
"pkgVersion": "1.6.7",
"pages": [
"index.ejs",
"faq.ejs",
"tools.ejs"
],
"max_upload_size": 512,
"expireTime": "7D",
"siteName": "ayaya.beauty",
"subTitle": "✨",
"DOMAIN": "ayaya.beauty",
"FILE_DOMAIN": "i.ayaya.beauty",
"abuseContact": "abuse@zzls.xyz",
"infoContact": "",
"ServerCountryLocation": "Chile",
"SiteMetaInfo": "ayaya.beauty es un subidor de multimedia temporal, puedes subir archivos de hasta 512MB y se borraran automaticamente en 7 Dias.",
"ToolsDesc": "Las siguentes herramientas necesitaran ser editadas para funcionar en este clon de uguu.se, usualmente editando la URL funciona. (En este caso, ayaya.beauty)",
"paypalUrl": "",
"flowUrl": "https://www.flow.cl/app/web/pagarBtnPago.php?token=2sjix0x",
"bitcoinAddress": "bc1q66mpdxnu340dnl0qlznq783zzqawskw48kestd",
"moneroAddress": "482FQXqpTvUDPgK4apRkMbB5Qom9ppCuce6uZ3ekCriieqLcZ1D7Ve11wLp9HGquL9b5vxPBENLv8hT2ab3JhDFAKizawr3",
"flattrUrl": "",
"kofiUrl": "https://ko-fi.com/fijxu",
"donationBanner": true,
"malwareBanner": true,
"torBanner": true,
"DB_MODE": "sqlite",
"DB_PATH": "/var/www/db/uguuDB.sq3",
"DB_USER": "NULL",
"DB_PASS": "NULL",
"LOG_IP": true,
"ANTI_DUPE": false,
"BLACKLIST_DB": true,
"FILTER_MODE": true,
"RATE_LIMIT": true,
"RATE_LIMIT_TIMEOUT": 60,
"RATE_LIMIT_FILES": 10,
"FILES_ROOT": "/var/www/files/",
"FILES_RETRIES": 15,
"NAME_LENGTH": 4,
"ID_CHARSET": "abcdefghijklmnopqrstuvwxyzABCDEFGHJKLMNOPQRSTUVWXYZ",
"DOUBLE_DOTS_EXTENSIONS": [
"tar.bz2",
"tar.gz",
"min.css",
"min.js",
"conf.bak"
],
"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"
]
}