diff options
Diffstat (limited to 'wk.fo/index.html')
| -rw-r--r-- | wk.fo/index.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/wk.fo/index.html b/wk.fo/index.html index fbb74cb..af02a48 100644 --- a/wk.fo/index.html +++ b/wk.fo/index.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> -<link rel="icon" type="image/svg+xml" href="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1IDUiPjxyZWN0IHg9IjEiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSIyIiB5PSIxIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHJlY3QgeD0iMCIgeT0iMiIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjxyZWN0IHg9IjEiIHk9IjIiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSIyIiB5PSIyIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PC9zdmc+"> +<link rel="icon" type="image/svg+xml" href="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDAiIGhlaWdodD0iMTQwIiBzdHJva2U9IiMwMDAiPjxwYXRoIHN0cm9rZS13aWR0aD0iMTIyIiBzdHJva2UtZGFzaGFycmF5PSIyLDM4IiBkPSJtOSw3MGgxMjJNNzAsOXYxMjIiLz48cGF0aCBzdHJva2Utd2lkdGg9IjMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIGQ9Im03MCwzMGgwbTQwLDQwaDBtLTgwLDQwdjBtNDAsMGgwbTQwLDBoMCIvPjwvc3ZnPg=="> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>wk.fo</title> <style> @@ -36,17 +36,19 @@ a { color: inherit; } <h1><a href="https://gumx.cc">gumx</a> / wk.fo</h1> </header> <main> -<p>File sharing, IRC bouncer, and VPN for friends. All services require an invitation.</p> +<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>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> <table> <tr><th>server</th><td>wk.fo:6697 (TLS)</td></tr> -<tr><th>type</th><td>Soju bouncer</td></tr> +<tr><th>auth</th><td>SASL PLAIN (invite only)</td></tr> </table> -<p>Use the credentials provided to you on invite. Works with any IRC client that supports SASL PLAIN.</p> +<h2>pgp</h2> +<p>Curated keyserver — keys added after in-person verification. <a href="/pgp">search or browse</a>.</p> <h2>vpn</h2> <table> <tr><th>server</th><td>wk.fo:51820 (UDP)</td></tr> |
