Application for Gemini Protocol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ghost 353dccba2b disable totals debug 10 months ago
example implement post commission 10 months ago
host initial features draft 10 months ago
src disable totals debug 10 months ago
.gitignore initial features draft 10 months ago
LICENSE Initial commit 10 months ago
README.md implement post commission 10 months ago
composer.json implement post commission 10 months ago
data.sql implement post commission 10 months ago
logo.ascii initial features draft 10 months ago

README.md

KevaChat App for Gemini Protocol

  _  __                ____ _           _
 | |/ /_____   ____ _ / ___| |__   __ _| |_
 | ' // _ \ \ / / _` | |   | '_ \ / _` | __|
 | . \  __/\ V / (_| | |___| | | | (_| | |_
 |_|\_\___| \_/ \__,_|\____|_| |_|\__,_|\__|

KevaChat is distributed chat platform for open, uncensored and privacy respectable communication with permanent data storage in blockchain.

Example

  • gemini://[301:23b4:991a:634d::1965] - Yggdrasil
  • gemini://kevachat.ygg - Yggdrasil / Alfis DNS
  • gemini://kevachat.duckdns.org - Internet

Roadmap

  • Multiple host support
  • Room list
  • Room threads
  • Post publication
  • Post replies
  • Rooms publication
  • Media viewer
  • Users auth
  • Error handlers

Install

  • apt install git composer memcached sqlite3 php-curl php-memcached php-sqlite3 php-mbstring
  • git clone https://github.com/kevachat/geminiapp.git
  • cd geminiapp
  • composer update

Setup

  • mkdir host/127.0.0.1
  • cp example/config.json host/127.0.0.1/config.json
  • cd host/127.0.0.1
  • openssl req -x509 -newkey rsa:4096 -keyout key.rsa -out cert.pem -days 365 -nodes -subj "/CN=127.0.0.1"
  • * * * * * php src/crontab.php 127.0.0.1 - if post commission enabled

Start

  • php src/server.php 127.0.0.1

See also