From a9f342b85e8342c86e32e061bc1afb6669447353 Mon Sep 17 00:00:00 2001 From: Ahmed Date: Wed, 17 Jun 2026 16:02:35 +0300 Subject: fix: 0x0 authorization --- files.gumx.cc/body.html | 2 +- files.gumx.cc/upload.html | 4 ++-- wk.fo/body.html | 2 +- wk.fo/upload.html | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/files.gumx.cc/body.html b/files.gumx.cc/body.html index 19e0bff..33ba33c 100644 --- a/files.gumx.cc/body.html +++ b/files.gumx.cc/body.html @@ -1,7 +1,7 @@

File hosting via 0x0. Uploads require a token.

upload

Use the web form or curl:

-
curl -F "file=@photo.jpg" -H "Authorization: Bearer YOUR_TOKEN" https://files.gumx.cc/
+
curl -F "file=@photo.jpg" -H "Authorization: YOUR_TOKEN" https://files.gumx.cc/

Files expire after 24 hours by default. Max 256 MB.

access

Contact hi@gumx.cc to request a token.

diff --git a/files.gumx.cc/upload.html b/files.gumx.cc/upload.html index e82bd96..d190474 100644 --- a/files.gumx.cc/upload.html +++ b/files.gumx.cc/upload.html @@ -41,7 +41,7 @@ button { cursor: pointer; }

curl

-
curl -F "file=@photo.jpg" -H "Authorization: Bearer YOUR_TOKEN" https://files.gumx.cc/
+
curl -F "file=@photo.jpg" -H "Authorization: YOUR_TOKEN" https://files.gumx.cc/