2019-07-04 00:27:39 +03:00
|
|
|
module.exports = {
|
2020-06-28 10:07:58 +03:00
|
|
|
matrix: {
|
|
|
|
domain: 'https://your_homeserver.com',
|
|
|
|
user: 'your_user',
|
|
|
|
password: 'your_password',
|
2020-07-03 12:10:55 +03:00
|
|
|
domains: [ 'your_homeserver.com' ],
|
|
|
|
mimetypes: [ 'image/png', 'image/jpeg' ]
|
2020-06-28 10:07:58 +03:00
|
|
|
},
|
|
|
|
fediverse: {
|
|
|
|
domain: 'https://your_federation.com',
|
|
|
|
token: 'your_federation_token',
|
|
|
|
},
|
2020-05-26 21:06:34 +03:00
|
|
|
archive: {
|
|
|
|
domain: 'archive.is',
|
|
|
|
userAgent: 'Mozilla/4.0 (compatible; Beep Boop)'
|
2020-06-23 23:22:30 +03:00
|
|
|
},
|
|
|
|
nitter: {
|
|
|
|
domain: 'nitter.net',
|
|
|
|
userAgent: 'Mozilla/4.0 (compatible; Beep Boop)',
|
2020-06-28 10:07:58 +03:00
|
|
|
domains: [ 'nitter.net', 'www.nitter.net', 'twitter.com', 'wwww.twitter.com' ]
|
2020-06-25 14:32:36 +03:00
|
|
|
},
|
|
|
|
invidious: {
|
|
|
|
domain: 'invidio.us',
|
|
|
|
userAgent: 'Mozilla/4.0 (compatible; Beep Boop)',
|
2020-06-28 10:07:58 +03:00
|
|
|
domains: [ 'invidio.us', 'www.invidio.us', 'youtube.com', 'www.youtube.com' ]
|
2020-05-26 21:06:34 +03:00
|
|
|
}
|
2020-07-03 12:10:55 +03:00
|
|
|
};
|