Added archive support, and the IP archive.

This commit is contained in:
2024-09-11 05:16:54 +02:00
parent 8c4353f8ed
commit f0e312f2b1
14 changed files with 117 additions and 31 deletions

View File

@@ -32,7 +32,12 @@ module.exports = {
fetch: {
sort: 'new',
limit: 1000,
avoidDuplicates: true
avoidDuplicates: true,
archives: {
search: false,
reddit: ['ip'],
reupload: []
}
},
reddit: {
api: {