Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit 55bb1af0f964855b83ce93e23412bdcd53e0cc61 Author: Wim <wim@42.be> Date: Fri Nov 24 23:35:25 2017 +0000 Add documentation about MediaServerUpload and MediaServerDownload diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 7552d39..17f6ef4 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -8436 +84322 @@ RemoteNickFormat="[{PROTOCOL}] <{NICK}> "  #OPTIONAL (default false)  StripNick=false   + +#MediaServerUpload and MediaServerDownload are used for uploading images/files/video to +#a remote "mediaserver" (a webserver like caddy for example). +#When configured images/files uploaded on bridges like mattermost,slack, telegram will be downloaded +#and uploaded again to MediaServerUpload URL +#The MediaServerDownload will be used so that bridges without native uploading support: +#gitter, irc and xmpp will be shown links to the files on MediaServerDownload +# +#More information https://github.com/42wim/matterbridge/wiki/Mediaserver-setup-%5Badvanced%5D +#OPTIONAL (default empty) +MediaServerUpload="https://user:pass@yourserver.com/upload" +#OPTIONAL (default empty) +MediaServerDownload="https://youserver.com/download" + + +  ###################################################################  #Gateway configuration  ###################################################################