Add abuse link and moderation shit
I don't want to be in blacklists lol
This commit is contained in:
parent
5834a5ae0b
commit
71cc031d44
6 changed files with 19 additions and 16 deletions
|
@ -9,7 +9,7 @@
|
||||||
"faq.ejs",
|
"faq.ejs",
|
||||||
"tools.ejs"
|
"tools.ejs"
|
||||||
],
|
],
|
||||||
"max_upload_size": 192,
|
"max_upload_size": 512,
|
||||||
"expireTime": "7D",
|
"expireTime": "7D",
|
||||||
"siteName": "ayaya.beauty",
|
"siteName": "ayaya.beauty",
|
||||||
"subTitle": "✨",
|
"subTitle": "✨",
|
||||||
|
@ -18,28 +18,28 @@
|
||||||
"abuseContact": "abuse@zzls.xyz",
|
"abuseContact": "abuse@zzls.xyz",
|
||||||
"infoContact": "",
|
"infoContact": "",
|
||||||
"ServerCountryLocation": "Chile",
|
"ServerCountryLocation": "Chile",
|
||||||
"SiteMetaInfo": "ayaya.beauty es un subidor de multimedia temporal, puedes subir archivos de hasta 192MB y se borraran automaticamente en 7 Dias.",
|
"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)",
|
"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)",
|
||||||
"donationBanner": true,
|
"donationBanner": true,
|
||||||
"paypalUrl": "",
|
"paypalUrl": "",
|
||||||
"bitcoinAddress": "bc1q66mpdxnu340dnl0qlznq783zzqawskw48kestd",
|
"bitcoinAddress": "bc1q66mpdxnu340dnl0qlznq783zzqawskw48kestd",
|
||||||
"flattrUrl": "",
|
"flattrUrl": "",
|
||||||
"kofiUrl": "https://ko-fi.com/fijxu",
|
"kofiUrl": "https://ko-fi.com/fijxu",
|
||||||
"malwareBanner": false,
|
"malwareBanner": true,
|
||||||
"DB_MODE": "sqlite",
|
"DB_MODE": "sqlite",
|
||||||
"DB_PATH": "/var/www/db/uguuDB.sq3",
|
"DB_PATH": "/var/www/db/uguuDB.sq3",
|
||||||
"DB_USER": "NULL",
|
"DB_USER": "NULL",
|
||||||
"DB_PASS": "NULL",
|
"DB_PASS": "NULL",
|
||||||
"LOG_IP": false,
|
"LOG_IP": true,
|
||||||
"ANTI_DUPE": false,
|
"ANTI_DUPE": false,
|
||||||
"BLACKLIST_DB": true,
|
"BLACKLIST_DB": true,
|
||||||
"FILTER_MODE": true,
|
"FILTER_MODE": true,
|
||||||
"RATE_LIMIT": false,
|
"RATE_LIMIT": true,
|
||||||
"RATE_LIMIT_TIMEOUT": 60,
|
"RATE_LIMIT_TIMEOUT": 60,
|
||||||
"RATE_LIMIT_FILES": 50,
|
"RATE_LIMIT_FILES": 10,
|
||||||
"FILES_ROOT": "/var/www/files/",
|
"FILES_ROOT": "/var/www/files2/",
|
||||||
"FILES_RETRIES": 15,
|
"FILES_RETRIES": 15,
|
||||||
"NAME_LENGTH": 6,
|
"NAME_LENGTH": 4,
|
||||||
"ID_CHARSET": "abcdefghijklmnopqrstuvwxyzABCDEFGHJKLMNOPQRSTUVWXYZ",
|
"ID_CHARSET": "abcdefghijklmnopqrstuvwxyzABCDEFGHJKLMNOPQRSTUVWXYZ",
|
||||||
"DOUBLE_DOTS_EXTENSIONS": [
|
"DOUBLE_DOTS_EXTENSIONS": [
|
||||||
"tar.bz2",
|
"tar.bz2",
|
||||||
|
|
|
@ -128,7 +128,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||||
bar.innerHTML = 'Error: ' + response.description;
|
bar.innerHTML = 'Error: ' + response.description;
|
||||||
}
|
}
|
||||||
} else if (respStatus === 413) {
|
} else if (respStatus === 413) {
|
||||||
link.textContent = 'File too big!';
|
link.textContent = 'El archivo es muy grande';
|
||||||
url.appendChild(link);
|
url.appendChild(link);
|
||||||
} else {
|
} else {
|
||||||
let response = JSON.parse(xhr.responseText);
|
let response = JSON.parse(xhr.responseText);
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<p class="alert alert-info">
|
<p class="alert alert-info">
|
||||||
<strong><%= siteName %> es libre y gratis para todos, pero los costos de hosteo no los son <img src="img/sadge.png" style="height: 1ex;"> </strong>
|
<strong><%= siteName %> es libre y gratis para todos, pero los costos de hosteo no los son <img src="img/sadge.png" style="height: 1.5ex;"> </strong>
|
||||||
|
|
||||||
— Las donaciones son lo que mantiene <%= siteName %> (y otros servicios que tambien hosteo) vivo, libre de anuncios y enfocados a la privacidad :3.
|
— Las donaciones son lo que mantiene <%= siteName %> (y otros servicios que tambien hosteo) vivo, libre de anuncios y enfocados a la privacidad :3.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<h1><%= siteName %>~</h1>
|
<h1><%= siteName %>~</h1>
|
||||||
<p class="lead">
|
<p class="lead">
|
||||||
El tamaño maximo permitido son <%= max_upload_size %> MiB y expiran luego de <%= expireTime %>, lee el
|
El tamaño maximo permitido son <%= max_upload_size %> MiB (suficiente para subir un video de 10 minutos de YouTube) y expiran luego de <%= expireTime %>, para más información, lee el
|
||||||
<a href="faq.html">
|
<a href="faq.html">
|
||||||
<abbr title="Frequently asked questions">FAQ</abbr>
|
<abbr title="Frequently asked questions">FAQ</abbr>
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<p class="alert alert-error">
|
<p class="alert alert-error">
|
||||||
<strong>Malware is not allowed</strong>
|
<strong>El Malware no esta permitido!</strong>
|
||||||
— files identified as malware will be removed without further notice.
|
— Los archivos que contengan Malware seran removidos sin previo aviso.
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -13,7 +13,10 @@
|
||||||
<a href="img/chatterino.png" style="color: chartreuse;"><b>Chatterino</b> <img src="img/chatterinoicon.png" style="height:1.5ex;"></a>
|
<a href="img/chatterino.png" style="color: chartreuse;"><b>Chatterino</b> <img src="img/chatterinoicon.png" style="height:1.5ex;"></a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/nokonoko/uguu">Github</a>
|
<a href="https://git.zzls.xyz/Fijxu/Uguu">Git</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="mailto:abuse@zzls.xyz">Abuse</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
Loading…
Add table
Reference in a new issue