-- Leo's gemini proxy

-- Connecting to g.mikf.pl:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

With the end of August, i plan a comeback to Geminispace.


I made myself scripts for sourcehut pages where this capsule will be now residing


#!/bin/bash
# ~/bin/srht.sh
curl --oauth2-bearer "[...]" -Fprotocol=$1 -Fcontent=@$2 \
https://pages.sr.ht/publish/g.mikf.pl

#!/bin/bash
# ../gecom.sh
MKTEMP="$(mktemp)" &&
tar -C ~/gemcapsule_repo --exclude=".[^/]*" -cvzf "$MKTEMP" . &&
echo "$MKTEMP"

invoked

../gecom.sh | tee /dev/fd/2 | grep -v '^\.' | xargs -d'\n' -rn 1 srht.sh GEMINI

-- Response ended

-- Page fetched on Tue May 21 20:05:02 2024