diff options
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> |
