~nicoco/matteridge

Mattermost/XMPP gateway
chore: bump slidge core
build: bump alpine to 3.20
chore: update poetry.lock

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~nicoco/matteridge
read/write
git@git.sr.ht:~nicoco/matteridge

You can also use your local clone with git send-email.

#matteridge

Home | Docs | Issues | Patches | Chat

A feature-rich Mattermost to XMPP puppeteering gateway, based on slidge and mattermost-api-reference-client.

builds.sr.ht status containers status pypi status

#Installation

Refer to the slidge admin documentation for general info on how to set up an XMPP server component.

#Containers

From dockerhub

docker run docker.io/nicocool84/matteridge

#Python package

With pipx:

# for the latest stable release (if any)
pipx install matteridge

# for the bleeding edge
pipx install matteridge \
    --pip-args='--extra-index-url https://slidge.im/repo'

matteridge --help

#Dev

git clone https://git.sr.ht/~nicoco/matteridge
cd matteridge
docker-compose up