I've successfully installed gemserv on YunoHost and setup my capsule:
To share what I've learned along the way, I've written my first gemlog documenting the process:
gemini://thoughts.kobel.fyi/2026-01-23-howto-install-gemserv-on-yunohost.gmi
I've successfully installed gemserv on YunoHost and setup my capsule:
To share what I've learned along the way, I've written my first gemlog documenting the process:
gemini://thoughts.kobel.fyi/2026-01-23-howto-install-gemserv-on-yunohost.gmi
OK, si le hostname de la destination est différent du hostname du vhost utilisé pour le proxy, il faut utiliser le hostname de destination.
On va tester #Gmid https://github.com/omar-polo/gmid
Qui a l'option sni hostname dans la directive proxy.
Ça sera plus simple à gérer dans mon cas… ;)
proxy_all = "hostname:1965"
dans la conf du vhost #gemserv ça pas marche.
La machine (sur le même réseau) aussi avec gemserv (mais avec agate pareil) veut pas servir le contenu.
Dec 28 20:41:16 rpi-studio gemserv[3956]: 2022-12-28 19:41:16,905 WARN [rustls::conn] Sending fatal alert AccessDenied
Dec 28 20:41:16 rpi-studio gemserv[3956]: 2022-12-28 19:41:16,906 ERROR [gemserv::lib::server] Error: unexpected error: no server certificate chain resolved
Ça parle à quelqu'un ?
How can i set Python print() 's to do "\r\n" troughout a python cgi thingy (on linux) ? Or would i need to 'def' own print function?
"<STATUS><SPACE><META><CR><LF>"
Well now I need a FreeBSD startup script for gemserv. Mine does not work very well (It did not go in background, which is really annoying).