2018-04-19 06:22:53 +00:00
{% extends "_layout.njk" %}
2018-04-18 21:00:36 +00:00
{% block content %}
{{ super() }}
2018-12-07 22:10:35 +00:00
<section class="section">
<div class="container has-text-left">
<h2 class='subtitle'>What is safe.fiery.me?</h2>
<article class="message">
<div class="message-body">
2019-09-01 19:23:16 +00:00
This is a fork of <a href="https://github.com/WeebDev/lolisafe" target="_blank" rel="noopener">lolisafe</a>. GitHub repository of the fork is located <a href="https://github.com/BobbyWibowo/lolisafe" target="_blank" rel="noopener">here</a>.
2018-12-07 22:10:35 +00:00
</div>
</article>
2018-04-18 21:00:36 +00:00
2018-12-07 22:10:35 +00:00
<h2 class='subtitle'>Will you keep my files forever?</h2>
<article class="message">
<div class="message-body">
Unless I receive a copyright complain or some other bullshit, I will.
</div>
</article>
2018-04-18 21:00:36 +00:00
2018-12-07 22:10:35 +00:00
<h2 class='subtitle'>How can I keep track of my uploads?</h2>
<article class="message">
<div class="message-body">
Simply create a user on the site and every upload will be associated with your account, granting you access to your uploaded files through our dashboard.<br>
</div>
</article>
2018-04-18 21:00:36 +00:00
2018-12-07 22:10:35 +00:00
<h2 class='subtitle'>What are albums?</h2>
<article class="message">
<div class="message-body">
Albums are a simple way of sorting uploads together.<br>
2019-09-01 19:23:16 +00:00
As long as you are logged in, you can create albums through the homepage or the dashboard,<br>
then afterwards you can use them with our <a href="https://addons.mozilla.org/en-US/firefox/addon/lolisafe/" target="_blank" rel="noopener">Firefox extension</a> or <a href="https://chrome.google.com/webstore/detail/loli-safe-uploader/enkkmplljfjppcdaancckgilmgoiofnj" target="_blank" rel="noopener">Chrome extension</a>,<br>
which will enable you to <strong>right click -> send file to safe</strong> or to a desired album if you have any.<br>
2018-12-07 22:10:35 +00:00
You will have to set the domain in the extension's settings to <strong>https://safe.fiery.me</strong> though.
</div>
</article>
2018-05-12 16:34:19 +00:00
2018-12-07 22:10:35 +00:00
<h2 class='subtitle'>Why should I use this?</h2>
<article class="message">
<div class="message-body">
I don't know.
</div>
</article>
2018-05-12 16:34:19 +00:00
2018-12-07 22:10:35 +00:00
<h2 class='subtitle'>I saw something too illegal for my tastes here, what should I do?</h2>
<article class="message">
<div class="message-body">
Send a strongly worded email to <a href="mailto:bobby@fiery.me">bobby@fiery.me</a> and I will try to get back to you within 24 hours.
</div>
</article>
2018-05-12 16:34:19 +00:00
2019-09-01 19:23:16 +00:00
<h2 class='subtitle'>I found a bug! -or- I want to request a feature!</h2>
<article class="message">
<div class="message-body">
Feel free to create a GitHub issue <a href="https://github.com/BobbyWibowo/lolisafe/issues/new/choose" target="_blank" rel="noopener">here</a>.</br>
Or if you don't want to use GitHub, then you can also contact me through my email above.
</div>
</article>
2019-01-05 04:54:29 +00:00
<h2 class='subtitle'>Where is the server located at?</h2>
<article class="message">
<div class="message-body">
2019-04-05 02:27:10 +00:00
Paris, France.<br>
2019-09-01 19:23:16 +00:00
We are using Cloudflare though, so you can expect your uploads to be delivered quickly all over the world after they have been cached.
2019-01-05 04:54:29 +00:00
</div>
</article>
2019-09-01 19:23:16 +00:00
<h2 class='subtitle'>Since my uploads are cached, what about after I delete them from the dashboard?</h2>
2019-01-05 04:54:29 +00:00
<article class="message">
<div class="message-body">
2019-01-05 04:56:46 +00:00
We will send API requests to Cloudflare to purge their cache immediately after you delete your uploads from the dashboard.<br>
2019-09-01 19:23:16 +00:00
Cache of their thumbnails will also be purged, if applicable.
2019-01-05 04:54:29 +00:00
</div>
</article>
2018-12-07 22:10:35 +00:00
<h2 class='subtitle'>Do you have a No-JS uploader form?</h2>
<article class="message">
<div class="message-body">
2019-09-01 19:23:16 +00:00
Yes, check out <a href="nojs" target="_blank" rel="noopener">this page</a>.
2018-12-07 22:10:35 +00:00
</div>
</article>
2018-04-18 21:00:36 +00:00
2019-09-01 19:23:16 +00:00
{% if noJsMaxSize and chunkSize -%}
<h2 class='subtitle'>Why is the maximum file size in the No-JS uploader form smaller?</h2>
<article class="message">
<div class="message-body">
This site is using Cloudflare, which limits the maximum upload size.<br>
Since the homepage uploader chunks your uploads through JS magic, it is possible to increase the maximum file size there.
</div>
</article>
{%- endif %}
2018-12-07 22:10:35 +00:00
{% if chunkSize -%}
<h2 class='subtitle'>Does your API support chunked uploads?</h2>
<article class="message">
<div class="message-body">
2019-09-01 19:23:16 +00:00
Yes, the homepage uploader is hard-coded to chunk uploads into {{ chunkSize }} pieces by default.<br>
If you want to chunk your API uploads, feel free to read the source code to see how it works.
2018-12-07 22:10:35 +00:00
</div>
</article>
{%- endif %}
2018-04-18 21:00:36 +00:00
2018-12-07 22:10:35 +00:00
<h2 class='subtitle'>What are the allowed extensions here?</h2>
<article class="message">
<div class="message-body">
2018-12-20 11:53:37 +00:00
{% if extensionsFilter.length and not whitelist -%}
2018-12-07 22:10:35 +00:00
We support any file extensions except the following: {{ extensionsFilter | join(', ') }}.
2018-12-20 11:53:37 +00:00
{%- elif extensionsFilter.length and whitelist -%}
2018-12-07 22:10:35 +00:00
We only support the following extensions: {{ extensionsFilter | join(', ') }}.
{%- else -%}
We support any file extensions.
{%- endif %}
</div>
</article>
2018-04-18 21:00:36 +00:00
2019-09-01 19:23:16 +00:00
<h2 class='subtitle'>How are the file URLs be determined?</h2>
2018-12-07 22:10:35 +00:00
<article class="message">
<div class="message-body">
2019-09-01 19:23:16 +00:00
The safe will generate random {{ fileLength.default }}-letter identifiers.
2018-12-07 22:10:35 +00:00
{% if fileLength.userChangeable %}<br>
2019-09-01 19:23:16 +00:00
If you find that too {{ "short" if tooShort else "long" }}, you can create an account which will let you to set your preferred length.<br>
You can choose from {{ fileLength.min }} to {{ fileLength.max }} letters.
2018-12-07 22:10:35 +00:00
{%- endif %}
</div>
</article>
2018-04-18 21:00:36 +00:00
</div>
</section>
{% endblock %}