diff --git a/dist.json b/dist.json index 8036c5f..9f356de 100644 --- a/dist.json +++ b/dist.json @@ -22,7 +22,8 @@ "abuseContact": "abuse@example.com", "infoContact": "info@example.com", "ServerCountryLocation": "Sweden", + "SiteMetaInfo": "Uguu is a temporary file hosting service, upload files up to 100MiB for 24 hours.", "paypalUrl": "", "bitcoinAddress": "", "flattrUrl": "" -} +} \ No newline at end of file diff --git a/templates/index.swig b/templates/index.swig index 02344f4..12f9580 100644 --- a/templates/index.swig +++ b/templates/index.swig @@ -3,7 +3,7 @@ {% block body %}

{{siteName}}~

-

Max upload size is {{max_upload_size}} MiB, read the FAQ

+

Max upload size is {{max_upload_size}} MiB & files expire after 24H, read the FAQ

{% include "upload_form.swig" %}
{% include "banners.swig" %} diff --git a/templates/layout.swig b/templates/layout.swig index 86b4782..d9c2448 100644 --- a/templates/layout.swig +++ b/templates/layout.swig @@ -4,6 +4,7 @@ + {{siteName}} · {% block title %}Kawaii Temporary File Hosting{% endblock %} diff --git a/templates/nav.swig b/templates/nav.swig index 5c0541a..e5a7a5b 100644 --- a/templates/nav.swig +++ b/templates/nav.swig @@ -2,6 +2,6 @@ diff --git a/templates/tools.swig b/templates/tools.swig index 19b4c3d..f79ea39 100644 --- a/templates/tools.swig +++ b/templates/tools.swig @@ -5,6 +5,13 @@

Uguu Tools

+

+ To upload using curl or make a tool you can post using: + +
+ + curl -i -F files[]=@yourfile.jpeg {{siteUrl}}/upload.php (JSON Response) +

ShareX