From dcda7f7b8c3ddcfcb551d43474831c1c9d7a128d Mon Sep 17 00:00:00 2001 From: Wim Date: Fri, 24 Nov 2017 23:35:25 +0100 Subject: [PATCH] Add documentation about MediaServerUpload and MediaServerDownload --- matterbridge.toml.sample | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 7552d395..17f6ef42 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -843,6 +843,22 @@ 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 ###################################################################