makeworld
makeworld
Yes, that's a better and simpler solution. I forgot you could do that.
Also as another workaround, it'd be nice to see wildcard certs mentioned in the README, where `CN=*.example.com` and also `-addext "subjectAltName = DNS:example.com"` which will allow any subdomain of `example.com`...
Oh okay. Looks like there's a lot to learn here ha! I thought there would be something like `GeminiCertificateOptions` for each app, is there a reason why it's not like...
Ah okay, that makes sense. Thanks for the explanation!
> binding to "::" accepts both IPv4 and IPv6 connections (even more surprisingly) This is pretty standard. This is usual behaviour for Linux in my experience, and is probably standardized...
I think the usecase of what I proposed is very simple and somewhat common, when people move files they will often want to provide redirects. > How do you specify...
Solderpunk has sort of added this feature to Molly Brown, see his post about it: `gemini://gemini.circumlunar.space/~solderpunk/cornedbeef/extensive-molly-brown-updates.gmi` ([Portal](https://portal.mozz.us/gemini/gemini.circumlunar.space/~solderpunk/cornedbeef/extensive-molly-brown-updates.gmi)). There's also more documentation on the [Molly Brown README](https://tildegit.org/solderpunk/molly-brown).
Maybe it's not as common as I thought, lol. I understand your position on this, thanks for responding.
Ok, I understand. Thanks for replying, I'll wait for your post.
There are libraries like [watchdog](https://pythonhosted.org/watchdog/) for finding out when a file changes on the operating system. But because this is a simple situation, just two files that change infrequently, I...