blob: 29354c3486f380fbc42aedc55dc8e7e85ecd6ef8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<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>etiquette</h2>
<p>These services run on personal infrastructure. The rules are short.</p>
<ul>
<li>Don't share credentials, tokens, or access with people who weren't invited.</li>
<li>File hosting is personal. Don't use it for bulk distribution.</li>
<li>On IRC: don't ask to ask. Just ask. Keep it civil.</li>
<li>Don't do anything that would get the server flagged or blocked.</li>
<li>If something breaks or you're unsure about something, ask.</li>
</ul>
<h2>access</h2>
<p>Contact <a href="mailto:administrator@wk.fo">administrator@wk.fo</a>.</p>
|