1
0
mirror of https://github.com/akpall/akpella.git synced 2026-02-21 16:47:00 +00:00

matrixdotorg-matrix-appservice-irc: added

This commit is contained in:
2026-02-11 05:16:36 +02:00
parent 3445c2837e
commit 826b3d2c1b
4 changed files with 736 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
[Unit]
Description=This is an IRC bridge for Matrix
After=docker.service \
docker-matrixdotorg-synapse
Requires=docker.service \
docker-matrixdotorg-synapse
[Service]
ExecStart=docker run \
--name=docker-matrixdotorg-matrix-appservice-irc \
--rm \
--mount type=bind,src=/home/core/matrixdotorg-matrix-appservice-irc/data,dst=/data \
matrixdotorg/matrix-appservice-irc:latest
[Install]
WantedBy=multi-user.target