diff options
| author | Ahmed <git@gumx.cc> | 2026-06-14 16:30:47 +0300 |
|---|---|---|
| committer | Ahmed <git@gumx.cc> | 2026-06-14 16:30:47 +0300 |
| commit | 307ff4912bac1095ebf382d70241f19409b2f8b8 (patch) | |
| tree | a2c3d36634fa86705e48db4fc797437ba816e5e0 /files.gumx.cc | |
| parent | fa568e13d04c0aacdb29ca252b783f1dcdb6bf23 (diff) | |
add: templating
Diffstat (limited to 'files.gumx.cc')
| -rw-r--r-- | files.gumx.cc/body.html | 6 | ||||
| -rw-r--r-- | files.gumx.cc/meta | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/files.gumx.cc/body.html b/files.gumx.cc/body.html new file mode 100644 index 0000000..3c34353 --- /dev/null +++ b/files.gumx.cc/body.html @@ -0,0 +1,6 @@ +<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>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> diff --git a/files.gumx.cc/meta b/files.gumx.cc/meta new file mode 100644 index 0000000..2c19518 --- /dev/null +++ b/files.gumx.cc/meta @@ -0,0 +1,2 @@ +TITLE="files.gumx.cc" +BREADCRUMB="files" |
