2020-11-02 18:22:27 +03:00
|
|
|
module.exports = {
|
|
|
|
matrix: {
|
|
|
|
domain: 'https://your_homeserver.com',
|
2021-01-14 15:04:47 +03:00
|
|
|
user: '@your_user:your_homeserver.com',
|
2020-11-02 18:22:27 +03:00
|
|
|
password: 'your_password',
|
2021-02-21 14:07:56 +03:00
|
|
|
domains: [ 'your_homeserver.com' ],
|
|
|
|
manualVerify: false,
|
2020-11-02 18:22:27 +03:00
|
|
|
},
|
|
|
|
fediverse: {
|
|
|
|
domain: 'https://your_federation.com',
|
2021-01-17 12:58:02 +03:00
|
|
|
username: '',
|
|
|
|
password: '',
|
2021-01-17 14:25:24 +03:00
|
|
|
client_name: 'ligh7hau5',
|
2021-01-14 15:00:03 +03:00
|
|
|
subject: '',
|
2021-02-22 12:48:10 +03:00
|
|
|
tipping: false,
|
2021-01-14 14:00:29 +03:00
|
|
|
mimetypes: {
|
|
|
|
whitelist: [],
|
|
|
|
blacklist: []
|
2021-01-14 15:00:03 +03:00
|
|
|
}
|
2020-11-02 18:22:27 +03:00
|
|
|
},
|
|
|
|
archive: {
|
|
|
|
domain: 'archive.is',
|
|
|
|
userAgent: 'Mozilla/4.0 (compatible; Beep Boop)'
|
|
|
|
},
|
|
|
|
nitter: {
|
|
|
|
userAgent: 'Mozilla/4.0 (compatible; Beep Boop)',
|
2021-07-23 09:02:32 +03:00
|
|
|
domains: {
|
|
|
|
redirect: [ 'nitter.fdn.fr', 'nitter.snopyta.org', 'nitter.net' ],
|
|
|
|
original: [ 'nitter.net', 'www.nitter.net', 'twitter.com', 'www.twitter.com', 'mobile.twitter.com', 'm.twitter.com' ]
|
|
|
|
},
|
|
|
|
check: '(✅)',
|
2020-11-02 18:22:27 +03:00
|
|
|
},
|
|
|
|
invidious: {
|
|
|
|
userAgent: 'Mozilla/4.0 (compatible; Beep Boop)',
|
2021-07-23 09:02:32 +03:00
|
|
|
domains: {
|
|
|
|
redirect: [ 'invidious.fdn.fr', 'invidious.snopyta.org', 'invidious.xyz', 'inv.riverside.rocks', 'vid.puffyan.us', 'y.com.cm' ],
|
|
|
|
original: [ 'youtube.com', 'www.youtube.com', 'youtu.be', 'm.youtube.com' ]
|
|
|
|
}
|
2020-11-02 18:22:27 +03:00
|
|
|
}
|
|
|
|
};
|