{% extends "regular.html" %} {% block body %}

Frequently asked questions

Can I use ShareX to upload?

Sure thing! Here's the config: i am link

Import that as a custom uploader and fire away

Can I upload using my phone?

Sure, go ahead. You might even want to add {{ page.title }} to your homescreen.

Who runs this thing

A guy called Quad (Website)

What powers this site?

The server itself comes from RamNode, sitting behind CloudFlare.

The actual site is purely Python powered and only depends on Flask. The database is SQLite, but on SSD it works okay since this service isn't too write heavy.

What is your logo supposed to be?

It's nothing. But if you really need an excuse let's just say that it's a black meteor which represents downloads.

Will you add the ability to do X?

Probably not, this project is pretty KISS. I'm trying to keep it as low-maintenance as possible while still satisfying 95% of the users.

What about the old files I uploaded?

All files from the old {{ page.title }} are still accessible, with the same URLs even.

Where can I donate?

You can't.

This is purely a novelty project for personal use, but it was opened up to the public as a free service. If you really want to donate, consider doing so to other projects of mine, such as openings.moe

I get an "Internal server error" (Code 500), why?

The site is fresh, I still haven't implemented error handling for a lot of things. In those cases you will simply see that generic error page.

{% endblock %}