# HG changeset patch # User Richard Westhaver # Date 1718670292 14400 # Node ID e3f30a0836d15ce1d68a4e373074803f5bdae587 # Parent 71ac00213ae3d548220e1627dfdb80e851a23b99 add wsgi support for caddy diff -r 71ac00213ae3 -r e3f30a0836d1 skelfile --- a/skelfile Mon Jun 17 20:17:45 2024 -0400 +++ b/skelfile Mon Jun 17 20:24:52 2024 -0400 @@ -68,7 +68,7 @@ #$cd .stash/src/linux && make mrproper -j && zcat /proc/config.gz > .config && yes N | make localmodconfig$#) (xcaddy () #$go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest$#) - (caddy-webdav (xcaddy) #$xcaddy build --output .stash/caddy --with github.com/mholt/caddy-webdav$#) + (caddy (xcaddy) #$CGO_ENABLED=1 xcaddy build --output .stash/bin/caddy --with github.com/mholt/caddy-webdav --with github.com/mliezun/caddy-snake$#) (rust () #$scripts/get-rust.sh$#) (rust-docs (rust) #$cd .stash/src/rust && ./x doc$#) (ublk () #$scripts/get-ublksrv.sh$#