Free file hosting website
Go to file
2022-03-07 13:38:53 +00:00
.github/workflows Create nospa image 2022-02-26 12:11:47 +00:00
VoidCat Refactor basic store 2022-03-07 13:38:53 +00:00
.dockerignore zz 2022-01-25 16:17:48 +00:00
.gitignore Add S3 file storage support 2022-03-01 16:48:42 +00:00
Dockerfile zz 2022-01-25 17:57:07 +00:00
nospa.dockerfile Create nospa image 2022-02-26 12:11:47 +00:00
README.md Add readme 2022-02-28 20:59:36 +00:00
VoidCat.sln Pass Seq settings directly 2022-01-28 11:14:39 +00:00

Void.cat

Free, simple file hosting

Features

  • Profiles
  • File bandwidth statistics
  • Administration features
  • File download paywall

Running

Use the docker image to run void.cat:

docker run --rm -it -p 8080:80 ghcr.io/v0l/void.cat/app:latest

Then open your browser at http://localhost:8080.

The first registration will be set as admin, so make sure to create your own account

Usage

Simply drag and drop your files into the dropzone, or paste your screenshots or files into the browser window.

From cli you can upload with curl:

curl -X POST \
  --data-binary @spicy_memes.jpg \
  "https://void.cat/upload?cli=true"

This command will return the direct download URL only. To get the json output simply remove the ?cli=true from the url.