df0cker/config_example.json
2025-03-08 19:51:32 +01:00

85 lines
1.8 KiB
JSON

{
"main": {
"url": {
"full": "http://f0ck.lokal",
"domain": "f0ck.lokal",
"regex": "f0ck\\.lokal"
},
"socks": "",
"maxfilesize": 83886080,
"adminmultiplier": 3.5,
"ignored": [
]
},
"allowedModes": [ "sfw", "nsfw", "untagged", "all" ],
"allowedMimes": [ "audio", "image", "video" ],
"nsfp": [ ],
"websrv": {
"port": "1337",
"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": false,
"token": "",
"pollrate": 1001
}, {
"type": "irc",
"enabled": true,
"network": "irc.n0xy.net",
"host": "",
"port": 6697,
"ssl": true,
"selfSigned": false,
"sasl": false,
"nickname": "fleischwurst",
"username": "fleischwurst",
"password": "",
"realname": "fleischwurst",
"channels": [
"#fleischwurst"
]
}],
"sql": {
"host": "localhost",
"user": "f0ck",
"password": "f0ck",
"database": "f0ck",
"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": {
}
}