diff --git a/pillar/role/matrix.sls b/pillar/role/matrix.sls index f57ded2..bfce1c4 100644 --- a/pillar/role/matrix.sls +++ b/pillar/role/matrix.sls @@ -12,17 +12,18 @@ profile: appservices: discord: repo: https://github.com/Half-Shot/matrix-appservice-discord.git + branch: develop client_id: 672058964707377152 appservice_id: 330d1b6dcdf6a2217454f8227d2a960030d341a8baca5fa5c40f4081b6f40acd build: True script: /usr/bin/node build/src/discordas.js -c config.yaml -f discord-registration.yaml -p 9001 webhook: - repo: https://github.com/turt2live/matrix-appservice-webhooks + repo: https://github.com/turt2live/matrix-appservice-webhooks.git appservice_id: f4de7550133374c703c4cd64c5898cf1b82b65d4a5c2aca93863ee1fb859df91 build: False script: /usr/bin/node index.js -c config.yaml -f webhook-registration.yaml -p 9002 irc: - repo: https://github.com/matrix-org/matrix-appservice-irc + repo: https://github.com/matrix-org/matrix-appservice-irc.git appservice_id: 1deb544b666b3aba1d9d49d3d4785eeb2fb2befa24e0743c91e6290866003c33 build: True script: /usr/bin/node --experimental-worker app.js -c config.yaml -f irc-registration.yaml -p 9003