diff options
| author | Ahmed <git@gumx.cc> | 2026-06-17 15:45:51 +0300 |
|---|---|---|
| committer | Ahmed <git@gumx.cc> | 2026-06-17 15:45:51 +0300 |
| commit | 2faa1fede9cfe79e2bc93e3e5e2444e4f54cb32b (patch) | |
| tree | 8cc2747ee551c51a075553f905156559ba0835dd /wk.fo/body.html | |
| parent | 12b6af597d9f3c463fdae9e59e3f5a432bf6c004 (diff) | |
fix: style, docs, and few routes
Diffstat (limited to 'wk.fo/body.html')
| -rw-r--r-- | wk.fo/body.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/wk.fo/body.html b/wk.fo/body.html index 158927c..ac05efb 100644 --- a/wk.fo/body.html +++ b/wk.fo/body.html @@ -1,16 +1,16 @@ <p>File sharing, IRC, VPN, and tools for friends. Invite required for most services.</p> <h2>file sharing</h2> -<p>Upload via HTTPS (token required):</p> -<pre><code>curl -F "file=@photo.jpg" -H "Authorization: YOUR_TOKEN" https://wk.fo/</code></pre> +<p>Upload via the <a href="/upload">web form</a> or curl (token required):</p> +<pre><code>curl -F "file=@photo.jpg" -H "Authorization: Bearer YOUR_TOKEN" https://wk.fo/</code></pre> <p>Files expire after 24 hours by default (max 48h with <code>expires</code> param). Max 256 MB.</p> <h2>irc</h2> -<p><a href="/chat">web client</a> — no account needed. Or connect directly:</p> +<p><a href="/chat">web client</a> — requires a soju account. Or connect directly:</p> <table> <tr><th>server</th><td>wk.fo:6697 (TLS)</td></tr> <tr><th>auth</th><td>SASL PLAIN (invite only)</td></tr> </table> <h2>pgp</h2> -<p>Curated keyserver — keys added after in-person verification. <a href="/pgp">search or browse</a>.</p> +<p>Curated keyserver — keys added after in-person verification. <a href="/pks/">search or browse</a>.</p> <h2>vpn</h2> <table> <tr><th>server</th><td>wk.fo:51820 (UDP)</td></tr> |
