From a9f342b85e8342c86e32e061bc1afb6669447353 Mon Sep 17 00:00:00 2001 From: Ahmed Date: Wed, 17 Jun 2026 16:02:35 +0300 Subject: fix: 0x0 authorization --- wk.fo/body.html | 2 +- wk.fo/upload.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'wk.fo') diff --git a/wk.fo/body.html b/wk.fo/body.html index ac05efb..f945d54 100644 --- a/wk.fo/body.html +++ b/wk.fo/body.html @@ -1,7 +1,7 @@

File sharing, IRC, VPN, and tools for friends. Invite required for most services.

file sharing

Upload via the web form or curl (token required):

-
curl -F "file=@photo.jpg" -H "Authorization: Bearer YOUR_TOKEN" https://wk.fo/
+
curl -F "file=@photo.jpg" -H "Authorization: YOUR_TOKEN" https://wk.fo/

Files expire after 24 hours by default (max 48h with expires param). Max 256 MB.

irc

web client — requires a soju account. Or connect directly:

diff --git a/wk.fo/upload.html b/wk.fo/upload.html index 6578afd..ed919da 100644 --- a/wk.fo/upload.html +++ b/wk.fo/upload.html @@ -41,7 +41,7 @@ button { cursor: pointer; }

curl

-
curl -F "file=@photo.jpg" -H "Authorization: Bearer YOUR_TOKEN" https://wk.fo/
+
curl -F "file=@photo.jpg" -H "Authorization: YOUR_TOKEN" https://wk.fo/