Skip to content

cabal-club/matrix-appservice-cabal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

matrix-appservice-cabal

Bridge matrix and cabal thorugh a common channnel (aka room).

I made this following the simple HOWTO.md tutorial made by the matrix team, this is very experimental.

Setup

  1. Edit config.yml to your liking.

  2. Type node index.js -r -u "http://localhost:9000" (the URL is the URL that the homeserver will try to use to communicate with the application service) and a file cabal-registration.yaml will be produced. In your Synapse install, edit homeserver.yaml to include this file:

app_service_config_files: ["/path/to/slack/bridge/cabal-registration.yaml"]
  1. Then restart your homeserver. Your application service is now registered.

  2. Run the service

node index.js -p 9000
  1. You can use pm2 for long-running processes

License

MIT

About

A (very) simple cabal-matrix bridge bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published