From alex wennerberg to ~adnano/go-gemini-devel
Referring to the wildcard subdomain feature* (sorry, long day)
From alex wennerberg to ~adnano/go-gemini-devel
I appreciate the wildcard domain feature and I use it for flounder.online. However, I recently added a feature to flounder.online that supports users adding their own custom domains. I have this setup over http, but I'd like it cert creation worked easily and automatically with this library for gemini. Right now as a workaround I have it pull from a list of domains and call server.Register for each one on startup, but this doesn't work dynamically (ie, I'd have to restart the server every time a user adds a custom domain) Let me know what you think. If you're interested, I may add a patch for this All the best,
From alex wennerberg to ~sircmpwn/sr.ht-dev
Apologies for my mistaken previous patch -- this should be on the correct service. Alex --- lists.sr.ht/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lists.sr.ht/api.md b/lists.sr.ht/api.md index e443047..b985633 100644 --- a/lists.sr.ht/api.md +++ b/lists.sr.ht/api.md [message trimmed]
From alex wennerberg to ~sircmpwn/sr.ht-dev
Hope this is the right mailing list! Found some broken links in the mailing list API Alex --- lists.sr.ht/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lists.sr.ht/api.md b/lists.sr.ht/api.md index e443047..a00f4a9 100644 --- a/lists.sr.ht/api.md +++ b/lists.sr.ht/api.md [message trimmed]
From alex wennerberg to ~alexwennerberg/flounder-discuss
Hi Martin & Mailing list -- I implemented many of the features we discussed here. You can now delete and rename your account. To manage multiple accounts, you still have to log out and log back in again, but I have put together some groundwork for more easily switching between accounts. Let me know if you have any questions or encounter any bugs All the best, Alex
From alex wennerberg to ~alexwennerberg/flounder-discuss
On Sat Dec 5, 2020 at 6:02 AM PST, Martin Roberts wrote: > Hi Alex, > > I've been working on my flounder page > <http://dokoissho.flounder.online> quite a bit recently - I think > what's unique about it is that it works transparently between gemini > and the web. I have links to multiple versions of the same content, > depending on the user's preferred platform. Managing content between > gemini and the web is of course a tricky issue, and I don't currently > know of any platform that handles this as elegantly as flounder. Glad you like it! I've been trying to move slowly with new features and make sure that I strike a good balance between web & gemini
From alex wennerberg to ~adnano/go-gemini-devel
On Sun Nov 15, 2020 at 12:43 PM PST, Adnan Maolood wrote: > On Sun Nov 15, 2020 at 6:23 AM EST, alex wennerberg wrote: > > I want to deploy a number of gemini apps on the same machine, but I need > > a reverse proxy to do so. I can put one together, but I was wondering if > > you think it'd be useful to have a function inside this library, or > > should it maybe live somewhere else? Let me know what you think. > > I think that a reverse proxy is somewhat out of scope for this library. > A separate application which can be installed and configured on its own > would probably be a better idea. Perhaps something like > https://sr.ht/~emersion/tlstunnel but for Gemini. I was thinking that too. Thanks for the idea -- I'll look into implementing this if I have a chance
From alex wennerberg to ~adnano/go-gemini-devel
I want to deploy a number of gemini apps on the same machine, but I need a reverse proxy to do so. I can put one together, but I was wondering if you think it'd be useful to have a function inside this library, or should it maybe live somewhere else? Let me know what you think. Alex
From alex wennerberg to ~adnano/go-gemini-devel
Hey adnano -- It would be nice to have a gemini equivalent of https://golang.org/pkg/net/http/#ServeFile in this library. I think it'd be pretty simple to implement -- I might look into submitting a patch at some point. Alex