Go to file
Kailash Nadh d4b048ec4a Refactor Makefile and goreleaser build. 2023-04-10 11:08:38 +05:30
.github/workflows Fix deps in release 2020-04-05 16:23:48 +05:30
internal/hub add support for in memory and file system store 2020-08-19 08:23:02 +02:00
static Upgrade go deps. 2023-04-10 10:43:35 +05:30
store Add key getter/setter to persist tor onion 2020-08-25 15:03:43 +02:00
.goreleaser.yml Refactor Makefile and goreleaser build. 2023-04-10 11:08:38 +05:30
Dockerfile Add Docker/release mechanism 2020-04-05 14:17:34 +05:30
LICENSE Fresh commit of a complete rewrite (v2). 2020-03-08 22:01:37 +05:30
Makefile Refactor Makefile and goreleaser build. 2023-04-10 11:08:38 +05:30
README.md Document filesystem and in-memory store support 2020-08-24 13:23:27 +05:30
config.toml.sample Add tor support 2020-08-25 15:04:29 +02:00
docker-compose.yml Add Docker/release mechanism 2020-04-05 14:17:34 +05:30
go.mod Upgrade go deps. 2023-04-10 10:43:35 +05:30
go.sum Upgrade go deps. 2023-04-10 10:43:35 +05:30
handlers.go Fix #19 automatically generate an user handle if it is empty 2020-08-25 15:09:16 +02:00
main.go Add tor support 2020-08-25 15:04:29 +02:00
tor.go Add tor support 2020-08-25 15:04:29 +02:00

README.md

Niltalk

Niltalk is a web based disposable chat server. It allows users to create password protected disposable, ephemeral chatrooms and invite peers to chat rooms. Rooms can be disposed of at any time.

niltalk

Installation

Niltalk supports in-memory / file / Redis as the backend for persisting room and session states.

Manual

  • Download the latest release for your platform and extract the binary.
  • Run ./niltalk --new-config to generate a sample config.toml and add your configuration.
  • Run ./niltalk and visit http://localhost:9000.

Docker

The official Docker image niltalk:latest is available here. To try out the app, copy docker-compose.yml and run docker-compose run niltalk.

Customisation

The static HTML/JS/CSS assets can be customized. Copy the static directory from the repository, change the files, and do: ./niltalk --static-dir=/path/to/custom/static

This is a complete rewrite of the old version that had been dead and obsolete for several years (can be found in the old branch). These codebases are not compatible with each other and master has been overwritten.

Licensed under AGPL3