From: Emil Williams Date: Sun, 6 Jul 2025 19:46:22 +0000 (+0000) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=8f5391a30d1f4444de28352668494a80fbf97ca6;p=emil-up.chud.cyou.git -- --- diff --git a/config.el b/config.el new file mode 100644 index 0000000..bfb1918 --- /dev/null +++ b/config.el @@ -0,0 +1,17 @@ +(use-package 0x0 :straight t) + +(custom-set-variables + '(0x0-default-server 'chud) + '(0x0-servers + '((0x0 :scheme "https" :host "0x0.st" :default-dir "~/" :curl-args-fun 0x0--make-0x0-curl-args :min-age 30 :max-age 365 + :max-size 536870912) + (ttm :scheme "https" :host "ttm.sh" :default-dir "~/" :curl-args-fun 0x0--make-0x0-curl-args :min-age 30 :max-age + 365 :max-size 268435456) + (envs :scheme "https" :host "envs.sh" :default-dir "~/" :curl-args-fun 0x0--make-0x0-curl-args :min-age 30 :max-age + 365 :max-size 536870912) + (lainsafe :scheme "https" :host "lainsafe.kalli.st" :default-dir "~/" :curl-args-fun 0x0--make-0x0-curl-args :min-age 23 + :max-age 23 :max-size 10485760) + (x0 :scheme "https" :host "x0.at" :default-dir "~/" :curl-args-fun 0x0--make-0x0-curl-args :min-age 3 + :max-age 100 :max-size 536870912) + (chud :scheme "https" :host "up.chud.cyou" :default-dir "~/" :curl-args-fun 0x0--make-0x0-curl-args :min-age 28 + :max-age 28 :max-size 104857600)))) diff --git a/index.html b/index.html index b2279ab..1962e7b 100644 --- a/index.html +++ b/index.html @@ -22,14 +22,16 @@

You may upload files using the above form or the following command:

-        curl --upload-file 'file' https://up.chud.cyou/
+curl https://up.chud.cyou --upload-file 'file'
+# alternatively
+curl https://up.chud.cyou -F'file=@file'
       

Files are wiped monthly and may not be larger than 100 mebibytes.

Upchud is a FOSS file uploader service, originally developed for - up.chud.cyou + up.chud.cyou

Original source: @@ -38,6 +40,29 @@ This deployment's source: git.xolatile.top/emil/up.chud.cyou

+

Contact and abuse reports via email.

+

+ Emacs. +

+
+(use-package 0x0 :straight t)
+
+(custom-set-variables
+ '(0x0-default-server 'chud)
+ '(0x0-servers
+   '((0x0 :scheme "https" :host "0x0.st" :default-dir "~/" :curl-args-fun 0x0--make-0x0-curl-args :min-age 30 :max-age 365
+          :max-size 536870912)
+     (ttm :scheme "https" :host "ttm.sh" :default-dir "~/" :curl-args-fun 0x0--make-0x0-curl-args :min-age 30 :max-age
+          365 :max-size 268435456)
+     (envs :scheme "https" :host "envs.sh" :default-dir "~/" :curl-args-fun 0x0--make-0x0-curl-args :min-age 30 :max-age
+           365 :max-size 536870912)
+     (lainsafe :scheme "https" :host "lainsafe.kalli.st" :default-dir "~/" :curl-args-fun 0x0--make-0x0-curl-args :min-age 23
+               :max-age 23 :max-size 10485760)
+     (x0 :scheme "https" :host "x0.at" :default-dir "~/" :curl-args-fun 0x0--make-0x0-curl-args :min-age 3
+               :max-age 100 :max-size 536870912)
+     (chud :scheme "https" :host "up.chud.cyou" :default-dir "~/" :curl-args-fun 0x0--make-0x0-curl-args :min-age 28
+           :max-age 28 :max-size 104857600))))
+