Update index.html

This commit is contained in:
Mihai Galos 2022-09-26 18:13:28 +02:00
parent b3763acee4
commit 1abe43f4c0
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ You can also POST remote URLs:
Or you can shorten URLs:
curl -F'shorten=http://example.com/some/long/url' {{ fhost_url }}
Alternatively, you can use PUT:
curl -X PUT -T 'yourfile.png' {{ fhost_url }}
File URLs are valid for at least 30 days and up to a year (see below).
Shortened URLs do not expire.
{% set max_size = config["MAX_CONTENT_LENGTH"]|filesizeformat(True) %}