change tld

This commit is contained in:
lyx0 2023-11-03 14:54:54 +01:00
parent fb9953edd1
commit 64b61370a3

18
dist/index.html vendored
View file

@ -6,16 +6,16 @@
<title>yaf - yet another fileshare</title>
<meta property="og:title" content="yaf - yet another (temporary) fileshare">
<meta property="og:description" content="a (temporary) place for your screenshots">
<meta property="og:image" content="https://yaf.ee/og.png">
<meta property="og:image" content="https://yaf.li/og.png">
<link rel="stylesheet" href="style.css">
</head>
<pre>
yaf.ee - yet another (temporary) fileshare
yaf - yet another (temporary) fileshare
- all uploads will be deleted after 7 days
- maximum file size is 50Mb
</pre>
<form action="https://i.yaf.ee/uploadweb" method="post" enctype="multipart/form-data" >
<form action="https://i.yaf.li/uploadweb" method="post" enctype="multipart/form-data" >
<div>
<input type="file" id="file" name="file" />
<button>Upload</button>
@ -24,24 +24,24 @@ yaf.ee - yet another (temporary) fileshare
<pre>
from your terminal as POST:
$ curl -L -F "file=@/home/noury/xd.txt" i.yaf.ee/upload
$ curl -L -F "file=@/home/noury/xd.txt" i.yaf.li/upload
from chatterino:
Request URL: https://i.yaf.ee/upload
Request URL: https://i.yaf.li/upload
Form field: file
leave the rest empty
from dankchat:
Upload url: https://i.yaf.ee/upload
Upload url: https://i.yaf.li/upload
Form field: file
leave the rest empty
from sharenix:
"Services": [
{
"Name": "i.yaf.ee",
"Name": "i.yaf.li",
"RequestType": "POST",
"RequestURL": "https://i.yaf.ee/upload",
"RequestURL": "https://i.yaf.li/upload",
"FileFormName": "file"
}
]
@ -58,7 +58,7 @@ terms of service:
this site and its storage are hosted by <a href="https://buyvm.net"/>https://buyvm.net</a> in a datacenter located in luxembourg.
--------------------------------------------------------------------------------------
if you need to contact me or want your file removed send an email to noury[at]noury.cc
if you need to contact me or want your file removed send an email to noury[at]noury.li
source: <a href="https://github.com/lyx0/yaf">https://github.com/lyx0/yaf</a>
</pre>
</html>