From da30c8f8ff0e2f23a974d95923273a25bc3a2a23 Mon Sep 17 00:00:00 2001 From: Mia Herkt Date: Thu, 1 Dec 2022 03:28:25 +0100 Subject: [PATCH] index.html: Document appending file names --- templates/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/index.html b/templates/index.html index f36fb54..a2add39 100644 --- a/templates/index.html +++ b/templates/index.html @@ -12,6 +12,9 @@ If you don't want the resulting URL to be easy to guess: Or you can shorten URLs: curl -F'shorten=http://example.com/some/long/url' {{ fhost_url }} +It is possible to append your own file name to the URL: + {{ fhost_url }}/aaa.jpg/image.jpeg + File URLs are valid for at least 30 days and up to a year (see below). Shortened URLs do not expire.