Go to file
Matthew Wild d71359104c prosody: Set correct external URL for http_upload component (fixes HTTP uploads) 2021-01-29 22:17:32 +00:00
ansible prosody: Set correct external URL for http_upload component (fixes HTTP uploads) 2021-01-29 22:17:32 +00:00
docker docker: Ensure SNIKKET_ADMIN_EMAIL is also set 2021-01-29 17:36:04 +00:00
docs docs: Add port 5000 (proxy65) to firewall ports 2020-06-04 17:09:31 +01:00
snikket-modules prosody: Add record name to update check failure warning 2021-01-29 17:33:46 +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 Update changelog for alpha.20200624 release 2020-06-24 15:49:45 +01:00
LICENSE Clarify licensing as Apache 2.0 2020-02-17 17:29:25 +00:00
Makefile Add docs build targets to Makefile 2020-11-11 16:39:57 +00:00
NOTICE Clarify licensing as Apache 2.0 2020-02-17 17:29:25 +00:00
README.md README: Remove outdated info 2021-01-28 22:19:24 +00:00
docker-compose.yml docker-compose.yml: Update to latest dev version 2021-01-28 22:24:35 +00:00
mkdocs.yml docs: Add initial documentation 2020-05-18 11:35:37 +01:00
po4a.conf Commit initial po4a config for docs translation (workflow still needs work) 2020-11-10 13:57:22 +00:00
snikket.conf.example Initial commit 2020-01-31 13:46:46 +00:00

README.md

Snikket builder

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

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