💾 Archived View for gemi.dev › gemini-mailing-list › 000991.gmi captured on 2024-06-16 at 15:18:40. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-12-28)
-=-=-=-=-=-=-
I keep my capsule in a bare git repository on the Raspberry Pi from which I serve it. I can also SSH into the Pi from outside my home network, so I can clone, pull from, and push to the repository using any device with git (I use Termux for this on my phone). The actual capsule is served from a repo in a separate directory, and it too pulls from the bare repo. When I compose posts, I almost always use nano. A script formats my log index pages, then I push to the bare repo. The bare repo then executes a post-update git hook to tell the capsule repo to pull from the bare repo and update its public changelog. At this time I don't have an Atom feed configured for my capsule. I'd probably include that as part of the post-update hook as well, so that it doesn't clutter up the repo itself.
---
Previous Thread: Re : [Discussion][Workflow] What do you use to write and upload to your capsules?