From 0ad2ce3784820f50ee3c0988d75c89423afad446 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sun, 10 Aug 2025 21:06:15 +0000 Subject: [PATCH] index --- files/0x0_configuration.el | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/files/0x0_configuration.el b/files/0x0_configuration.el index e5324d8..92f4ba3 100644 --- a/files/0x0_configuration.el +++ b/files/0x0_configuration.el @@ -1,17 +1,18 @@ (use-package 0x0 :straight t) ; I highly recommend you fetch this plugin via straight.el, Elpaca, or your best package manager (setq 0x0-servers - '((0x0 :scheme "https" :host "0x0.st" :default-dir "~/Desktop" :curl-args-fun 0x0--make-0x0-curl-args :min-age 30 + '((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) - (x0 :scheme "https" :host "x0.at" :default-dir "~/Desktop" :curl-args-fun 0x0--make-0x0-curl-args :min-age 3 + (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 "~/Desktop" :curl-args-fun 0x0--make-0x0-curl-args :min-age + (kallist :scheme "https" :host "lainsafe.kalli.st" :default-dir "~/" :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. + ; does not work with shorten-uri + (chud :scheme "https" :host "up.chud.cyou" :default-dir "~/" :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 + (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 "~/Desktop" :curl-args-fun 0x0--make-0x0-curl-args :min-age 30 + (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) ) 0x0-default-server 'chud) -- 2.39.5