Skip to content
/ leo Public

Leo is the smallest Gemini server in the universe.

License

Notifications You must be signed in to change notification settings

magentix/leo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

88d1295 · Feb 21, 2022

History

13 Commits
Feb 2, 2022
Jan 22, 2022
Jan 22, 2022
Feb 19, 2022
Feb 21, 2022

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 []: [email protected]

Start the server:

php leo.php &

About

Leo is the smallest Gemini server in the universe.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages