No description
Find a file
2026-02-23 21:05:25 +05:00
.github Add FUNDING.yml 2021-06-14 11:57:03 +01:00
ansible Make abuse report 2026-02-23 21:05:25 +05:00
docker Remove unused variable along with DNS tooling 2025-07-18 13:39:46 +02:00
docs docs: Update to use docker compose instead of docker-compose 2024-08-10 14:07:11 +02:00
snikket-modules mod_snikket_server_vcard: Lower unimportant log message to debug level 2025-12-02 17:26:05 +00:00
tools Initial commit 2020-01-31 13:46:46 +00:00
.hg_archival.txt Initial commit 2020-01-31 13:46:46 +00:00
.hgignore Initial commit 2020-01-31 13:46:46 +00:00
CHANGELOG.md docs: Update to use docker compose instead of docker-compose 2024-08-10 14:07:11 +02:00
docker-compose.yml docker-compose.yml: Include host network mode for certs container (fixes #209) 2024-01-03 15:52:00 +00:00
Dockerfile Dockerfile: Remove noisy health check 2025-09-28 15:49:37 +02:00
LICENSE Clarify licensing as Apache 2.0 2020-02-17 17:29:25 +00:00
Makefile Makefile: Some fixes for the docs build process 2021-10-20 14:03:36 +01:00
mkdocs.yml docs: Add troubleshooting guide 2021-10-20 14:03:08 +01:00
NOTICE Clarify licensing as Apache 2.0 2020-02-17 17:29:25 +00:00
po4a.conf Commit initial po4a config for docs translation (workflow still needs work) 2020-11-10 13:57:22 +00:00
README.md docs: Update to use docker compose instead of docker-compose 2024-08-10 14:07:11 +02:00
snikket.conf.example Initial commit 2020-01-31 13:46:46 +00:00

Snikket server images

This is the source repository for building Snikket service Docker images.

Snikket is an open-source self-hosted personal messaging service. It aims to provide an alternative to proprietary and centralized messaging platforms while supporting all the expected features and being easy to use.

For more information see the Snikket website.

Getting Started with Snikket

For instructions on getting started with Snikket, see the Snikket installation guide on our website.

Building images

This section is for people who want to build their own images of Snikket, e.g. for development purposes.

Requirements

  • GNU make
  • docker (tested on 19.03.5)
  • ansible (tested on 2.7 (debian buster))

Building

Run make

Running

The easiest way is to use docker-compose. Copy the file snikket.conf.example to snikket.conf and edit the values in it. Then run:

docker compose up -d