OMG 💡
I just realized my current approach to generating and hosting my site/blog over HTTPS and Gemini might be flawed. I’ve been generating both sites from a single set of markdown files (which isn’t wrong) using Jekyll, but since my HTTP site is already super minimalistic, why not just use a Gemini proxy to serve the Gemini content over HTTPS instead? 🤯
This is going to be my next mini-project: replacing my regular site with just a proxy. I’m considering Kineto but open to other suggestions!
Edited 105d ago
@erick this is how I started- precisely with Kineto, too. But in the end I wanted some differences between both sides, so I removed Kineto and wrote a dual stack server:
https://github.com/alexpdp7/alexpdp7/tree/master/blog
But I could be perfectly happy still with Kineto...
@yo Nice! Two things I haven’t done yet: k8s and rust. I might need to start looking at k8s though, my small RPi server is getting more and more compose files with all my little projects 😅.
Edited 105d ago