summaryrefslogtreecommitdiffstats
path: root/wk.fo/body.html
blob: cc044ce333fec7de85f80bc833b8639a7b9eb7c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<p>File sharing, IRC, VPN, and tools for friends. Invite required for most services.</p>
<h2>file sharing</h2>
<p>Upload via the <a href="/upload">web form</a> or curl (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> — 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="/pks/">search or browse</a>.</p>
<h2>vpn</h2>
<table>
<tr><th>server</th><td>wk.fo:51820 (UDP)</td></tr>
<tr><th>type</th><td>WireGuard</td></tr>
</table>
<p>A config file is provided to you on invite. Import it into any WireGuard client.</p>
<h2>access</h2>
<p>Contact <a href="mailto:administrator@wk.fo">administrator@wk.fo</a>.</p>