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",
|
||||
"tools.ejs"
|
||||
],
|
||||
"max_upload_size": 192,
|
||||
"max_upload_size": 512,
|
||||
"expireTime": "7D",
|
||||
"siteName": "ayaya.beauty",
|
||||
"subTitle": "✨",
|
||||
|
@ -18,28 +18,28 @@
|
|||
"abuseContact": "abuse@zzls.xyz",
|
||||
"infoContact": "",
|
||||
"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)",
|
||||
"donationBanner": true,
|
||||
"paypalUrl": "",
|
||||
"bitcoinAddress": "bc1q66mpdxnu340dnl0qlznq783zzqawskw48kestd",
|
||||
"flattrUrl": "",
|
||||
"kofiUrl": "https://ko-fi.com/fijxu",
|
||||
"malwareBanner": false,
|
||||
"malwareBanner": true,
|
||||
"DB_MODE": "sqlite",
|
||||
"DB_PATH": "/var/www/db/uguuDB.sq3",
|
||||
"DB_USER": "NULL",
|
||||
"DB_PASS": "NULL",
|
||||
"LOG_IP": false,
|
||||
"LOG_IP": true,
|
||||
"ANTI_DUPE": false,
|
||||
"BLACKLIST_DB": true,
|
||||
"FILTER_MODE": true,
|
||||
"RATE_LIMIT": false,
|
||||
"RATE_LIMIT": true,
|
||||
"RATE_LIMIT_TIMEOUT": 60,
|
||||
"RATE_LIMIT_FILES": 50,
|
||||
"FILES_ROOT": "/var/www/files/",
|
||||
"RATE_LIMIT_FILES": 10,
|
||||
"FILES_ROOT": "/var/www/files2/",
|
||||
"FILES_RETRIES": 15,
|
||||
"NAME_LENGTH": 6,
|
||||
"NAME_LENGTH": 4,
|
||||
"ID_CHARSET": "abcdefghijklmnopqrstuvwxyzABCDEFGHJKLMNOPQRSTUVWXYZ",
|
||||
"DOUBLE_DOTS_EXTENSIONS": [
|
||||
"tar.bz2",
|
||||
|
|
|
@ -128,7 +128,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
|||
bar.innerHTML = 'Error: ' + response.description;
|
||||
}
|
||||
} else if (respStatus === 413) {
|
||||
link.textContent = 'File too big!';
|
||||
link.textContent = 'El archivo es muy grande';
|
||||
url.appendChild(link);
|
||||
} else {
|
||||
let response = JSON.parse(xhr.responseText);
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<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.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<h1><%= siteName %>~</h1>
|
||||
<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">
|
||||
<abbr title="Frequently asked questions">FAQ</abbr>
|
||||
</a>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<p class="alert alert-error">
|
||||
<strong>Malware is not allowed</strong>
|
||||
— files identified as malware will be removed without further notice.
|
||||
</p>
|
||||
<strong>El Malware no esta permitido!</strong>
|
||||
— Los archivos que contengan Malware seran removidos sin previo aviso.
|
||||
</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>
|
||||
</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>
|
||||
</ul>
|
||||
</nav>
|
||||
</nav>
|
||||
|
|
Loading…
Add table
Reference in a new issue