- Unless I receive a copyright complain or some other bullshit, I will.
+ Unless I receive a copyright complain, or some other bullshit, I will.
+ However, we also have temporary uploads feature which will automatically delete your files after a certain period of time.
+ You can configure the feature through our homepage's config tab.
@@ -36,9 +38,9 @@
Albums are a simple way of sorting uploads together.
- As long as you are logged in, you can create albums through the homepage or the dashboard,
+ As long as you are logged in, you can create albums through our homepage or dashboard,
then afterwards you can use them with our Firefox extension or Chrome extension,
- which will enable you to right click -> send file to safe or to a desired album if you have any.
+ which will enable you to right click -> send file to safe, or to a desired album if you have any.
You will have to set the domain in the extension's settings to https://safe.fiery.me though.
@@ -69,7 +71,7 @@
Paris, France.
- We are using Cloudflare though, so you can expect your uploads to be delivered quickly all over the world after they have been cached.
+ We are using Cloudflare though, so you can expect your uploads to be delivered quickly all over the world after they have been cached.
- Yes, the homepage uploader is hard-coded to chunk uploads into {{ chunkSize }} MB pieces by default.
- If you want to chunk your API uploads, feel free to read the source code to see how it works.
+ Yes, the homepage uploader was coded to chunk uploads into {{ chunkSize }} MB pieces by default (chunk size is configurable through the config tab).
+ If you want to chunk your API uploads, feel free to read the source code to see how it works.
{%- endif %}
@@ -113,9 +115,9 @@
{% if extensionsFilter.length -%}
{%- if whitelist -%}
- We support any file extensions except the following: {{ extensionsFilter | join(', ') }}.
- {%- else -%}
We only support the following extensions:
+ {%- else -%}
+ We support any file extensions, except the following:
{%- endif -%}
{% set comma = joiner(' ') -%}
{%- for extension in extensionsFilter -%}
diff --git a/views/home.njk b/views/home.njk
index 7545805..03ec4fc 100644
--- a/views/home.njk
+++ b/views/home.njk
@@ -131,6 +131,7 @@
+
This will be used in our homepage, dashboard, and album public pages.
@@ -147,6 +148,7 @@
+
This allows your files to automatically be deleted after a certain period of time.
{%- endif %}
@@ -172,7 +174,10 @@
Save & reload
-
This configuration will only be used in this browser.
+
+ This configuration will only be used in this browser.
+ After reloading the page, some of them will also be applied to the ShareX config that you can download by clicking on the ShareX icon below.
+