feat(fedi): allow media uploads
This commit is contained in:
parent
402594f109
commit
2d714943e7
5 changed files with 71 additions and 2 deletions
|
@ -3,6 +3,8 @@ module.exports = {
|
|||
domain: 'https://your_homeserver.com',
|
||||
user: 'your_user',
|
||||
password: 'your_password',
|
||||
domains: [ 'your_homeserver.com' ],
|
||||
mimetypes: [ 'image/png', 'image/jpeg' ]
|
||||
},
|
||||
fediverse: {
|
||||
domain: 'https://your_federation.com',
|
||||
|
@ -22,4 +24,4 @@ module.exports = {
|
|||
userAgent: 'Mozilla/4.0 (compatible; Beep Boop)',
|
||||
domains: [ 'invidio.us', 'www.invidio.us', 'youtube.com', 'www.youtube.com' ]
|
||||
}
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue