mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
Use relative paths for all integration icons
This commit is contained in:
parent
138f77db75
commit
eed4e085b5
@ -4,7 +4,7 @@ enabled: false
|
|||||||
userId: "@dimension:t2bot.io"
|
userId: "@dimension:t2bot.io"
|
||||||
name: "Demo Bot"
|
name: "Demo Bot"
|
||||||
about: "A bot that has no functionality. This is just a demonstration on the config."
|
about: "A bot that has no functionality. This is just a demonstration on the config."
|
||||||
avatar: "/img/avatars/demobot.png"
|
avatar: "img/avatars/demobot.png"
|
||||||
hosted:
|
hosted:
|
||||||
homeserverUrl: "https://t2bot.io"
|
homeserverUrl: "https://t2bot.io"
|
||||||
accessToken: "your_matrix_access_token_here"
|
accessToken: "your_matrix_access_token_here"
|
||||||
|
@ -4,7 +4,7 @@ enabled: true
|
|||||||
userId: "@neb_giphy:matrix.org"
|
userId: "@neb_giphy:matrix.org"
|
||||||
name: "Giphy"
|
name: "Giphy"
|
||||||
about: "Use `!giphy query` to find an animated GIF on demand"
|
about: "Use `!giphy query` to find an animated GIF on demand"
|
||||||
avatar: "/img/avatars/giphy.png"
|
avatar: "img/avatars/giphy.png"
|
||||||
upstream:
|
upstream:
|
||||||
type: "vector"
|
type: "vector"
|
||||||
id: "giphy"
|
id: "giphy"
|
@ -4,7 +4,7 @@ enabled: true
|
|||||||
userId: "@_neb_google:matrix.org"
|
userId: "@_neb_google:matrix.org"
|
||||||
name: "Google"
|
name: "Google"
|
||||||
about: "Use `!google image query` to find an image from Google"
|
about: "Use `!google image query` to find an image from Google"
|
||||||
avatar: "/img/avatars/google.png"
|
avatar: "img/avatars/google.png"
|
||||||
upstream:
|
upstream:
|
||||||
type: "vector"
|
type: "vector"
|
||||||
id: "google"
|
id: "google"
|
@ -4,7 +4,7 @@ enabled: true
|
|||||||
userId: "@_neb_guggy:matrix.org"
|
userId: "@_neb_guggy:matrix.org"
|
||||||
name: "Guggy"
|
name: "Guggy"
|
||||||
about: "Use `!guggy sentence` to create an animated GIF from a sentence"
|
about: "Use `!guggy sentence` to create an animated GIF from a sentence"
|
||||||
avatar: "/img/avatars/guggy.png"
|
avatar: "img/avatars/guggy.png"
|
||||||
upstream:
|
upstream:
|
||||||
type: "vector"
|
type: "vector"
|
||||||
id: "guggy"
|
id: "guggy"
|
@ -4,7 +4,7 @@ enabled: true
|
|||||||
userId: "@_neb_imgur:matrix.org"
|
userId: "@_neb_imgur:matrix.org"
|
||||||
name: "Imgur"
|
name: "Imgur"
|
||||||
about: "Use `!imgur query` to find an image from Imgur"
|
about: "Use `!imgur query` to find an image from Imgur"
|
||||||
avatar: "/img/avatars/imgur.png"
|
avatar: "img/avatars/imgur.png"
|
||||||
upstream:
|
upstream:
|
||||||
type: "vector"
|
type: "vector"
|
||||||
id: "imgur"
|
id: "imgur"
|
@ -2,8 +2,8 @@ type: "bridge"
|
|||||||
integrationType: "irc"
|
integrationType: "irc"
|
||||||
enabled: true
|
enabled: true
|
||||||
name: "IRC"
|
name: "IRC"
|
||||||
about: "Bridges an IRC channel to the room"
|
about: "Bridges IRC channels to the room"
|
||||||
avatar: "/img/avatars/irc.png"
|
avatar: "img/avatars/irc.png"
|
||||||
requirements:
|
requirements:
|
||||||
joinRule: 'public'
|
joinRule: 'public'
|
||||||
upstream:
|
upstream:
|
||||||
|
@ -4,7 +4,7 @@ enabled: false
|
|||||||
userId: "@pollbot:t2bot.io"
|
userId: "@pollbot:t2bot.io"
|
||||||
name: "Poll Bot"
|
name: "Poll Bot"
|
||||||
about: "A bot to poll users in a room. Use `!pollhelp` for more information"
|
about: "A bot to poll users in a room. Use `!pollhelp` for more information"
|
||||||
avatar: "/img/avatars/pollbot.png"
|
avatar: "img/avatars/pollbot.png"
|
||||||
hosted:
|
hosted:
|
||||||
homeserverUrl: "https://t2bot.io"
|
homeserverUrl: "https://t2bot.io"
|
||||||
accessToken: "your_matrix_access_token_here"
|
accessToken: "your_matrix_access_token_here"
|
||||||
|
@ -3,6 +3,6 @@ integrationType: "rss"
|
|||||||
enabled: true
|
enabled: true
|
||||||
name: "RSS Bot"
|
name: "RSS Bot"
|
||||||
about: "Tracks any Atom/RSS feed and sends new items into this room"
|
about: "Tracks any Atom/RSS feed and sends new items into this room"
|
||||||
avatar: "/img/avatars/rssbot.png"
|
avatar: "img/avatars/rssbot.png"
|
||||||
upstream:
|
upstream:
|
||||||
type: "vector"
|
type: "vector"
|
@ -4,7 +4,7 @@ enabled: true
|
|||||||
userId: "@_neb_wikipedia:matrix.org"
|
userId: "@_neb_wikipedia:matrix.org"
|
||||||
name: "Wikipedia"
|
name: "Wikipedia"
|
||||||
about: "Use `!wikipedia query` to find something from Wikipedia"
|
about: "Use `!wikipedia query` to find something from Wikipedia"
|
||||||
avatar: "/img/avatars/wikipedia.png"
|
avatar: "img/avatars/wikipedia.png"
|
||||||
upstream:
|
upstream:
|
||||||
type: "vector"
|
type: "vector"
|
||||||
id: "wikipedia"
|
id: "wikipedia"
|
Loading…
Reference in New Issue
Block a user