blob: bb97fb66bbafe2b6c9d72e7deda1df20ea30a353 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<p>File hosting via <a href="https://github.com/mia-0/0x0">0x0</a>. Uploads require a token.</p>
<h2>upload</h2>
<p>Use the <a href="/upload">web form</a> or curl:</p>
<pre><code>curl -F "file=@photo.jpg" -H "Authorization: YOUR_TOKEN" https://files.gumx.cc/</code></pre>
<p>Files expire after 24 hours by default. Max 256 MB.</p>
<h2>etiquette</h2>
<p>This is personal hosting, not a CDN.</p>
<ul>
<li>Your token is personal. Don't share it.</li>
<li>Don't use this for bulk distribution or anything that would draw unwanted attention to the server.</li>
<li>Files expire. This isn't long-term storage.</li>
</ul>
<h2>access</h2>
<p>Contact <a href="mailto:hi@gumx.cc">hi@gumx.cc</a> to request a token.</p>
|