Replaced direct Manticore update with queue and web server ping.

This commit is contained in:
DebaucheryLibrarian
2026-06-08 23:28:04 +02:00
parent ee10188923
commit 8a8574e61e
4 changed files with 106 additions and 424 deletions

View File

@@ -199,6 +199,12 @@ module.exports = {
// source: 'http://nsfw.unknown.name/random',
},
},
webApi: {
enabled: true,
address: 'http://localhost:5100/api',
apiUserId: 1,
apiKey: null,
},
proxy: {
enable: false,
test: 'https://api.ipify.org?format=json',