mirror of
https://github.com/nokonoko/Uguu.git
synced 2024-01-06 13:35:15 +00:00
b3c0237ad9
using alpine for the docker instead of ubuntu cuts the size and installation time by quite a bit
71 lines
1.7 KiB
JSON
71 lines
1.7 KiB
JSON
{
|
|
"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"
|
|
]
|
|
}
|