diff options
| author | Mia Herkt <mia@0x0.st> | 2022-12-01 03:28:25 +0100 |
|---|---|---|
| committer | Mia Herkt <mia@0x0.st> | 2022-12-01 03:28:25 +0100 |
| commit | da30c8f8ff0e2f23a974d95923273a25bc3a2a23 (patch) | |
| tree | b85270858035d6b29379a835ba50eedafcc1f482 | |
| parent | 0b80a62f80ebe6b5ad6e9db99036020b8d7d0cea (diff) | |
index.html: Document appending file names
| -rw-r--r-- | templates/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
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. |
