- Fileuploader using FastAPI as the backend
- ShareX supported
- Make allowed content modifiable via environment variables
- Toggleable random filenames
- File deletion
- Admin menu (File deletion)
Environment variables | Meaning |
---|---|
auth_user | HTTP Basic username |
auth_password | HTTP Basic password |
base_url | Base url WITHOUT trailing slash |
allowed_content_types | List of allowed MIME types |
- If no environment values are supplied the defaults are:
- auth_user=1234
- auth_password=1111
- base_url=http://localhost:8000