diff options
author | Wim <wim@42.be> | 2015-10-23 22:39:03 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2015-10-23 22:40:51 +0200 |
commit | f94bd43c8833d0deb55a19183f06fbecc2b6f95b (patch) | |
tree | 8a6da7529da83ebb5ab9b926d7e4b37db703f283 | |
parent | cbd01d4a552f05f36ef3d8b259c4305cd3ce06c8 (diff) | |
download | matterbridge-msglm-f94bd43c8833d0deb55a19183f06fbecc2b6f95b.tar.gz matterbridge-msglm-f94bd43c8833d0deb55a19183f06fbecc2b6f95b.tar.bz2 matterbridge-msglm-f94bd43c8833d0deb55a19183f06fbecc2b6f95b.zip |
Fix formattingv0.1
-rw-r--r-- | README.md | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -1,7 +1,7 @@ # matterbridge -Simple bridge between mattermost and IRC. Uses the in/outgoing webhooks. -Relays public channel messages between mattermost and IRC. +Simple bridge between mattermost and IRC. Uses the in/outgoing webhooks. +Relays public channel messages between mattermost and IRC. Work in progress. @@ -21,9 +21,9 @@ matterbridge ``` ## running -1) Copy the matterbridge.conf.sample to matterbridge.conf in the same directory as the matterbridge binary. -2) Edit matterbridge.conf with the settings for your environment. See below for more config information. -3) Now you can run matterbridge. +1) Copy the matterbridge.conf.sample to matterbridge.conf in the same directory as the matterbridge binary. +2) Edit matterbridge.conf with the settings for your environment. See below for more config information. +3) Now you can run matterbridge. Matterbridge will: * start a webserver listening on the port specified in the configuration. @@ -57,13 +57,13 @@ port=9999 You'll have to configure the incoming en outgoing webhooks. * incoming webhooks -Go to "account settings" - integrations - "incoming webhooks". -Choose a channel at "Add a new incoming webhook", this will create a webhook URL right below. -This URL should be set in the matterbridge.conf in the [mattermost] section (see above) +Go to "account settings" - integrations - "incoming webhooks". +Choose a channel at "Add a new incoming webhook", this will create a webhook URL right below. +This URL should be set in the matterbridge.conf in the [mattermost] section (see above) * outgoing webhooks -Go to "account settings" - integrations - "outgoing webhooks". -Choose a channel (the same as the one from incoming webhooks) and fill in the address and port of the server matterbridge will run on. +Go to "account settings" - integrations - "outgoing webhooks". +Choose a channel (the same as the one from incoming webhooks) and fill in the address and port of the server matterbridge will run on. e.g. http://192.168.1.1:9999 (9999 is the port specified in [mattermost] section of matterbridge.conf) |