💾 Archived View for bbs.geminispace.org › s › GmCapsule captured on 2023-11-04 at 11:52:46. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-09-28)
-=-=-=-=-=-=-
Extensible Gemini/Titan server written in Python.
How-To Get bubble to listen on IPv6?
💬 3 comments · 2023-10-21 · 2 weeks ago
Thank you — I'm very ethusiastic to see a gemini/titan server created by Skyjake. I've tried a few Titan options over the past year and they were too complicated for me. The agate server is the one I keep going back to but the documentation looks very good for this one. I submitted the above before I was done - it's my first post here. But thanks for making this. I've been wanting to bring some http sites over to gemini and Titan support was what I needed to see to make it happen. Thanks for...
💬 1 comment · 1 like · 2023-07-22 · 3 months ago
Multiple sites in gmcapsule — Say I wanted to serve 2 capsules...let's assume static for now sub1.example.com sub2.example.com I'm wondering if the ini would look like this: [server] host = sub1.example.com, sub2.example.com certs = <cert loc> [static] root = /var/gemini with each site served from: /var/gemini/sub1.example.com /var/gemini/sub2.example.com and DNS entries would point to the same IP:port
💬 3 comments · 1 like · 2023-07-19 · 4 months ago
Certificate Generation — What is the recommended method of certificate generation with GmCapsule? I tried out agate first, and that automatically generates self-signed certificates for a specified domain. These can be converted from der to pem format and will work with GmCapsule. Of course just generating a self-signed certificate isn't too hard, but I'm curious what everyone else is doing.
💬 4 comments · 2023-06-23 · 4 months ago
What's the advantage of using REMOTE_IDENT over TLS_CLIENT_HASH? I see the TLS_CLIENT_HASH is part of the other
💬 2 comments · 2023-06-13 · 5 months ago
Now that Bubble supports Titan I'm interested in trying it out on my capsule; however, the existing information on how to set it up server side isn't obvious to me. Anyone have some basic example on how to use Titan on your capsule? I'm using gmcapsule
💬 7 comments · 2 likes · 2023-06-09 · 5 months ago · #python