What's new?

Release 1.4.2 - 2024-10-06

Release 1.4.1 - 2024-08-09

Release 1.4.0 - 2024-04-20

Release 1.3.8 - 2024-01-29

Release 1.3.7 - 2023-10-14

Release 1.3.6 - 2023-08-08

Release 1.3.5 - 2022-12-01

Release 1.3.4 - 2022-04-16

Release 1.3.3 - 2022-01-14

Release 1.3.2 - 2022-01-02

Release 1.3.1 - 2021-11-24

Release 1.3.0 - 2021-09-01

For example, if the index file is index.gmi and CGI is enabled in the directory dir, a CGI with name index.gmi will be executed when accesing gemini://host/dir/. Before the fix, the file was served instead.

// in virtual host
environment = { "VARIABLE": "VALUE" }

When executing a CGI, SapaceBeans provides a clean environment (other than the CGI variables). Any required environment variable must be specified using this configuration token.

Release 1.2.0 - 2021-07-20

// CGI enabled in ROOT/cgi-bin/
directories = [
    { path = "cgi-bin/", allow-cgi = true }
]

Release 1.1.2 - 2021-03-02

Release 1.1.1 - 2021-03-02

This was preventing TLS 1.3 from being negotiated.

If you have deployed SpaceBeans already, add these two entries to your cipher list:

    "TLS_AES_128_GCM_SHA256",
    "TLS_AES_256_GCM_SHA384"

Remember to restart your service.

See: https://wiki.mozilla.org/Security/Server_Side_TLS

Release 1.1.0 - 2021-02-28

// in virtual host
user-directories = true
user-directory-path = "/home/{user}/public_gemini/"

Won't check for the user on the system, it only translates requests based on the user specific root path.

For example:

gemini://host/~myuser/

Will use as root:

/home/myuser/public_gemini/

// directory listing disabled for the virtual host
directory-listing = false

// but it is enabled for ROOT/directory/
directories = [
    { path = "directory/", directory-listing = true }
]

Release 1.0.1 - 2021-02-26

Release 1.0.0 - 2021-02-25

Proxy Information
Original URL
gemini://capsule.usebox.net/spacebeans/changes.gmi
Status Code
Success (20)
Meta
text/gemini; charset=utf-8; lang=en
Capsule Response Time
251.296766 milliseconds
Gemini-to-HTML Time
1.420973 milliseconds

This content has been proxied by September (3851b).