{"id":13553964,"url":"https://github.com/matrix-org/matrix-appservice-rocketchat","last_synced_at":"2025-04-03T06:30:40.183Z","repository":{"id":147156716,"uuid":"64319194","full_name":"matrix-org/matrix-appservice-rocketchat","owner":"matrix-org","description":null,"archived":true,"fork":false,"pushed_at":"2020-04-22T15:10:02.000Z","size":12,"stargazers_count":15,"open_issues_count":0,"forks_count":6,"subscribers_count":31,"default_branch":"master","last_synced_at":"2024-11-04T01:33:00.513Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matrix-org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-07-27T15:17:16.000Z","updated_at":"2023-01-28T14:54:02.000Z","dependencies_parsed_at":"2023-06-10T20:00:11.683Z","dependency_job_id":null,"html_url":"https://github.com/matrix-org/matrix-appservice-rocketchat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fmatrix-appservice-rocketchat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fmatrix-appservice-rocketchat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fmatrix-appservice-rocketchat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fmatrix-appservice-rocketchat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matrix-org","download_url":"https://codeload.github.com/matrix-org/matrix-appservice-rocketchat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246947742,"owners_count":20859308,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T12:02:36.922Z","updated_at":"2025-04-03T06:30:39.793Z","avatar_url":"https://github.com/matrix-org.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","others"],"sub_categories":[],"readme":"# matrix-appservice-rocketchat\nA Rocket Chat application service\n\nThis is currently a very barebones bridge, it just does basic text in pre-enumerated channels.\n\nTo install:\n\n```bash\n$ npm install\n```\n\nTo set up on the Rocket Chat side:\n * Add inbound \u0026 outbound webhook integrations to the room you want to bridge.\n * For the inbound webhook, note down the webhook URL that Rocket Chat provisions for you - e.g. http://matrix.org:3000/hooks/xxx/yyy\n * For the outbound webhook, you'll need to expose your bridge to the internet and hand the URL to Rocket Chat - e.g. https://rocketchatbridge.matrix.org\n\nTo set up on the Matrix side:\nCreate a config.yaml file (there's a skeleton one in config/config.sample.yaml). Add the homeserver details, the port of the listener, the Matrix Room ID and the Rocket Chat webhook URL to this file.\n\nYou might want to restrict the AS to a room. This is done by adding the following to the config:\n```\n  rooms:\n    - exclusive: false\n      regex: \"!xxx:matrix.org\"\n```\nThen generate a registration file by running:\n\n```bash\n$ node app.js -r -c config.yaml -u \"http://localhost:9000\"\n```\n\nReference the registration yaml file from your homeserver's homeserver.yaml config and restart the server to pick it up.\n\nStart your application service:\n\n```bash\n$ node app.js -c config.yaml -p 9000\n```\n\nSee also https://github.com/matrix-org/matrix-appservice-bridge/blob/master/HOWTO.md for the general theory of all this :)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatrix-org%2Fmatrix-appservice-rocketchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatrix-org%2Fmatrix-appservice-rocketchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatrix-org%2Fmatrix-appservice-rocketchat/lists"}