my gemini capsule source
update a bit
| m--------- | cgi-bin | 0 | ||||
| -rw-r--r-- | gmid.conf | 6 | ||||
| -rw-r--r-- | grande/index.gmi | 1 | ||||
| -rw-r--r-- | radar.gmi | 10 | ||||
| -rwxr-xr-x | setup.sh | 4 |
5 files changed, 15 insertions, 6 deletions
diff --git a/cgi-bin b/cgi-bin -Subproject 6e07db43e3efb4b9eb176ae0229bff0cc81737b +Subproject 734f872eb5d018eff2a076b8fbd7883006a1104 diff --git a/gmid.conf b/gmid.conf new file mode 100644 index 0000000..5b1c601 --- /dev/null +++ b/gmid.conf @@ -0,0 +1,6 @@ +server "gemini.zachdecook.com" { + listen on * port 1965 + cert "/etc/ssl/gmid/gemini.zachdecook.com.pem" + key "/etc/ssl/gmid/gemini.zachdecook.com.key" + root "/srv/gemini/gemini.zachdecook.com" +} diff --git a/grande/index.gmi b/grande/index.gmi index ccdf8f6..4288eee 100644 --- a/grande/index.gmi +++ b/grande/index.gmi @@ -6,3 +6,4 @@ Since I'm using mobile linux, I am no longer working on this. This page's former => mailto:zachdecook@librem.one If anyone is interested in one of my builds of Grande, send me an email. => https://git.sr.ht/~earboxer/grande Otherwise, grab the source on sourcehut! +Otherwise, Buran is a maintained fork of Ariane. You probably want that instead. @@ -16,14 +16,14 @@ ``` Date of newest post - name of log -=> gemini://moddedbear.xyz 2023-07-02 - moddedBear -=> gemini://nytpu.com/gemlog/ 2023-06-27 - nytpu: Yet Another Tech Gemlog -=> gemini://gemini.cyberbot.space/gemlog/index.gmi 2023-06-21 - kelbot -=> gemini://josias.dev/gemlog/ 2023-01-21 - josias +=> gemini://moddedbear.xyz 2025-10-14 - moddedBear +=> gemini://nytpu.com/gemlog/ 2025-09-02 - nytpu: Yet Another Tech Gemlog +=> gemini://gemini.cyberbot.space/gemlog/index.gmi 2025-10-13 - kelbot +=> gemini://josias.dev/gemlog/ 2024-02-29 - josias => gemini://gemini.dimakrasner.com/ 2023-01-29 - Dima => gemini://soviet.circumlunar.space/wholesomedonut/gemlog/ 2022-03-24 - wholesomedonut => gemini://tsqrl.xyz/gemlog/ 2022-06-14 - Turnip Squirrel's gemlog -=> gemini://mozz.us/journal/ 2021-05-27 - Mozz.us +=> gemini://mozz.us/journal/ 2023-07-30 - Mozz.us => gemini://calcuode.com/gemlog/ 2021-06-21 - Callum => /zachwalk/ Powered by zachwalk: the simple gemini datechecker @@ -1,5 +1,5 @@ #!/bin/sh -#git submodule update --init --recursive +git submodule update --init --recursive doas apk add python3 gmni gmni -j always "gemini://songs.zachdecook.com/" >/dev/null cd cgi-bin @@ -9,3 +9,5 @@ cd ../devo printf "0 5 * * * sh /srv/gemini/gemini.zachdecook.com/cgi-bin/makeplan.sh /srv/gemini/gemini.zachdecook.com/cgi-bin/plan.tsv > /srv/gemini/gemini.zachdecook.com/the-day.gmi\n8 7,11,15,19,23 * * * cat /srv/gemini/gemini.zachdecook.com/radar.gmi | /srv/gemini/gemini.zachdecook.com/zachwalk/zachwalk.py > /srv/gemini/gemini.zachdecook.com/radar-new.gmi && mv /srv/gemini/gemini.zachdecook.com/radar-new.gmi /srv/gemini/gemini.zachdecook.com/radar.gmi\n30 5 * * * sh /srv/gemini/gemini.zachdecook.com/cgi-bin/horner.sh > /srv/gemini/gemini.zachdecook.com/bible-system.gmi\n" | crontab - doas rc-service crond start doas rc-update add crond + +doas apk add gmid |