Git Product home page Git Product logo

earlserver's Introduction

Earl Gemini Server

A simple Gemini server written in Kotlin. Currently in alpha.

Generating a certificate

To generate the key, run the following command (requires keytool):

keytool -genkey -alias <alias> -keyalg RSA -keypass <key passphrase> -storepass <store passphrase> -keystore keystore.jks

When prompted for "First and Last Name", enter your hostname.

Running the server

  1. Copy earl_config_sample to desired directory. By default, Earl will search ~/.earl_config
  2. From the project root directory, run ./gradlew run. If you chose to put your config in a different directory, you can specify that directory by running ./gradlew run --args='/path/to/.earl_config'

Building the server

Simply run ./gradlew build. The resultant distributable will be located in earl/build/distributions. To start Earl, simply run bin/earl from the root of the extracted distributable bundle.

Links for learnin'

earlserver's People

Contributors

mrletourneau avatar

Stargazers

Jorge Gomez avatar Piotr Andruszkow avatar

Watchers

James Cloos avatar  avatar

earlserver's Issues

Some gemini clients fail due to "malformed header"

Navigating to "localhost" from lagrange client produces the following log line:

2020-12-02 14:15:24.000297              0:0:0:0:0:0:0:1         null            40 Malformed Header

It might have something to do with the way the URI is decoded.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.