summaryrefslogtreecommitdiffstats
path: root/files.gumx.cc/body.html
diff options
context:
space:
mode:
authorAhmed <git@gumx.cc>2026-06-17 15:45:51 +0300
committerAhmed <git@gumx.cc>2026-06-17 15:45:51 +0300
commit2faa1fede9cfe79e2bc93e3e5e2444e4f54cb32b (patch)
tree8cc2747ee551c51a075553f905156559ba0835dd /files.gumx.cc/body.html
parent12b6af597d9f3c463fdae9e59e3f5a432bf6c004 (diff)
fix: style, docs, and few routes
Diffstat (limited to 'files.gumx.cc/body.html')
-rw-r--r--files.gumx.cc/body.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files.gumx.cc/body.html b/files.gumx.cc/body.html
index 3c34353..19e0bff 100644
--- a/files.gumx.cc/body.html
+++ b/files.gumx.cc/body.html
@@ -1,6 +1,7 @@
<p>File hosting via <a href="https://github.com/mia-0/0x0">0x0</a>. Uploads require a token.</p>
<h2>upload</h2>
-<pre><code>curl -F "file=@photo.jpg" -H "Authorization: YOUR_TOKEN" https://files.gumx.cc/</code></pre>
+<p>Use the <a href="/upload">web form</a> or curl:</p>
+<pre><code>curl -F "file=@photo.jpg" -H "Authorization: Bearer YOUR_TOKEN" https://files.gumx.cc/</code></pre>
<p>Files expire after 24 hours by default. Max 256 MB.</p>
<h2>access</h2>
<p>Contact <a href="mailto:hi@gumx.cc">hi@gumx.cc</a> to request a token.</p>