jetforce icon indicating copy to clipboard operation
jetforce copied to clipboard

:rocket: An experimental Gemini server

Results 13 jetforce issues
Sort by recently updated
recently updated
newest added

After some fiddling around I found that: * binding to "0.0.0.0" accepts IPv4 connections (as expected * binding to "" gives an error (it says that the IPv6 address is...

Jetforce is now available from AUR: * https://aur.archlinux.org/packages/python-jetforce ArchLinux users can install it with e.g.: ```sh yay -S python-jetforce ```

Given a Python CGI script, containing, e.g. `import qrcode` ...Where qrcode was installed with `sudo pip install qrcode`, and can be found in `/usr/local/lib/python3.8/dist-packages`, where it is available to an...

Create a ``jetforce`` user, update the systemd script, etc.

The diohsc is a client that has ANSI support, but I am not aware of a server that serves ANSI art correctly. https://mbays.sdf.org/diohsc/ For example: https://16colo.rs/pack/blocktronics-dsotb/ndh-johnny.ans If you serve this...

Following combination of virtualenv and git clone instructions leads to: error: The 'pyasn1' distribution was not found and is required by service-identity Commands typed: cd projects/ git clone https://github.com/michael-lazar/jetforce cd...

I have a CGI file running smooth if requested directly by the client, but, if set as the INDEX-FILE, its raw code is responded as text/gemini instead. I guess it...

Is there an easy way to set up a reverse proxy in Jetforce, maybe using a `CompositeApplication`? So all requests for `example.com` use the static file server or some Jetforce...

I saw this on the README: > Jetforce does not (yet) support virtual hosting at the TLS-layer using SNI. This means that you cannot return different server TLS certificates for...

I noticed that my TLS certificate was expired on my jetforce server, even though [certbot](https://certbot.eff.org/) had already refreshed the certificate in my filesystem. I want to see if there's any...