From: Emil Williams Date: Sun, 10 Aug 2025 20:53:52 +0000 (+0000) Subject: EMAC X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=2d59697adcbaeb456f52d1cdf35e3fa494fd5f2d;p=emil-xolatile.top.git EMAC --- diff --git a/files/0x0_configuration.el b/files/0x0_configuration.el new file mode 100644 index 0000000..cde328f --- /dev/null +++ b/files/0x0_configuration.el @@ -0,0 +1,16 @@ +(setq 0x0-servers + '((0x0 :scheme "https" :host "0x0.st" :default-dir "~/Desktop" :curl-args-fun 0x0--make-0x0-curl-args :min-age 30 + :max-age 365 :max-size 536870912) + (x0 :scheme "https" :host "x0.at" :default-dir "~/Desktop" :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 "~/Desktop" :curl-args-fun 0x0--make-0x0-curl-args :min-age + 30 :max-age 30 :max-size 104857600) + (kallist :scheme "https" :host "lainsafe.kalli.st" :default-dir "~/Desktop" :curl-args-fun 0x0--make-0x0-curl-args :min-age + 23 :max-age 23 :max-size 104857600) ; Threshold is probably lower than 100MiB, haven't checked. Swap lainsafe for i for a shorter URL. + ; these give temp redirect and do not work for me + (ttm :scheme "https" :host "ttm.sh" :default-dir "~/Desktop" :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 "~/Desktop" :curl-args-fun 0x0--make-0x0-curl-args :min-age 30 + :max-age 365 :max-size 536870912) + ) + 0x0-default-server 'chud)