df0cker/config_example.json
2025-03-08 13:19:55 +01:00

84 lines
1.7 KiB
JSON

{
"main": {
"url": {
"full": "",
"domain": "",
"regex": "blah\\.tld"
},
"socks": "",
"maxfilesize": 83886080,
"adminmultiplier": 3.5,
"ignored": [
]
},
"allowedModes": [ "sfw", "nsfw", "untagged", "all" ],
"allowedMimes": [ "audio", "image", "video" ],
"nsfp": [ ],
"websrv": {
"port": "1338",
"paths": {
"images": "/b",
"thumbnails": "/t",
"coverarts": "/ca"
},
"themes": [ "f0ck", "p1nk", "orange", "atmos", "amoled", "paper", "term", "iced", "f0ck95", "f0ck95d" ],
"eps": 300,
"cache": false,
"phrases": [
"foo",
"bar"
]
},
"clients": [{
"type": "tg",
"enabled": true,
"token": "",
"pollrate": 1001
}, {
"type": "irc",
"enabled": false,
"network": "",
"host": "",
"port": 6697,
"ssl": true,
"selfSigned": false,
"sasl": false,
"nickname": "",
"username": "",
"password": "",
"realname": "",
"channels": [
]
}],
"sql": {
"host": "localhost",
"user": "",
"password": "",
"database": "",
"multipleStatements": true
},
"admins": [{
"prefix": "",
"level": 100
}],
"mimes": {
"image/png": "png",
"video/webm": "webm",
"image/gif": "gif",
"image/jpg": "jpg",
"image/jpeg": "jpeg",
"image/webp": "webp",
"video/mp4": "mp4",
"video/quicktime": "mp4",
"audio/mpeg": "mpg",
"audio/mp3": "mp3",
"audio/ogg": "ogg",
"audio/opus": "opus",
"audio/flac": "flac",
"audio/x-flac": "flac",
"video/x-m4v": "mp4",
"video/x-matroska": "mkv"
},
"apis": {
}
}