Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leo

Leo is the smallest Gemini server in the universe.

Requirements

  • PHP >= 8.0
  • OpenSSL >= 1.1.1

Configuration

Generate a self-signed certificate with your server FQDN as common name:

openssl req -nodes -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365
Country Name (2 letter code) [AU]: US
State or Province Name (full name) [Some-State]: Washington
Locality Name (eg, city) []: Olympia
Organization Name (eg, company) [Internet Widgits Pty Ltd]: MyCompany
Organizational Unit Name (eg, section) []: IT
Common Name (e.g. server FQDN or YOUR name) []: example.com
Email Address []: hello@example.com

Start the server:

php leo.php &

About

Leo is the smallest Gemini server in the universe.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages