💾 Archived View for rawtext.club › ~sloum › geminilist › 000711.gmi captured on 2020-11-07 at 01:42:42. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2020-09-24)

-=-=-=-=-=-=-

<-- back to the mailing list

Announcing gemini://ecmelberk.com

Sean Conner sean at conman.org

Sat May 16 09:04:18 BST 2020

- - - - - - - - - - - - - - - - - - - ```

It was thus said that the Great Ecmel Berk Canlıer once stated:
> On Fri, 15 May 2020 17:07:36 -0400
> Sean Conner <sean at conman.org> wrote:
> 
> 
>   I'm curious as to the feature you have in mind.  Care to share?
> 
> I am essentially looking for some way to replicate the nginx
> configuration at [1], which if done, would allow for a GitHub Pages-like
> "`git push` to publish" system for Gemini.

  Huh.  If I understand that fragment [2] it seems to maybe use some form ofregex to map directory names to domain names?  Or something?  It allows theimporting of a number of sites per name?  

  And yeah, the virtual hosting in Gemini is pretty weak right now---I wouldhave thought there would be more servers that support it, but no, I checkedeach one listed [3] and only found two that support vhosts:

	gemserv	GLV-1.12556 [4]

> The wildcard portion of it might be done with scripts listening for new
> directories and updating server configuration accordingly, but most
> of the server software I checked out didn't have good (if any) vhost
> support.

  Define "good vhost support."  Is it---ease of configuration?  Actualsupport?  

  -spc

> [1] https://git.sr.ht/~admicos/nginxpages/tree/master/nginx/default.conf#L3-8

[2]	I run Apache (and have since the late 90s) and never really looked	at Nginx.

[3]	https://portal.mozz.us/gemini/gemini.circumlunar.space/software/

[4]	I thought a certificate had to list all possible hosts on the	server, but no, you can use multiple certificates.  Learned that and	rewrote GLV-1.12556 to support multiple sites over the past two	days.