2024-01-25 18:33:35 +02:00
2024-01-25 18:33:35 +02:00
2024-01-25 18:33:35 +02:00
2024-01-25 18:33:35 +02:00
2024-01-25 18:33:35 +02:00
2024-01-25 18:33:35 +02:00
2024-01-25 08:05:33 +02:00
2024-01-25 18:33:35 +02:00
2024-01-25 18:33:35 +02:00

geminiapp

KevaChat Application for Gemini Protocol

Roadmap

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

Install

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
  • cp 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"

Start

  • php src/server.php
Description
Application for Gemini Protocol
Readme MIT 440 KiB
Languages
PHP 100%