forked from slidge/matteridge
A feature-rich Mattermost to XMPP gateway
https://slidge.im/docs/matteridge/main/
matteridge
A feature-rich Mattermost to XMPP puppeteering gateway, based on slidge and mattermost-api-reference-client.
PyPI package version CI pipeline status Chat
Installation
Refer to the slidge admin documentation for general info on how to set up an XMPP server component.
Containers
From the codeberg package registry
docker run codeberg.org/slidge/matteridge # works with podman too
Use the :latest tag for the latest release, :vX.X.X for release X.X.X, and :main
for the bleeding edge.
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://codeberg.org/api/packages/slidge/pypi/simple/'
matteridge --help
Documentation
Hosted on codeberg pages.
Dev
git clone https://codeberg.org/slidge/matteridge
cd matteridge
docker-compose up # works with podman-compose too