This commit is contained in:
x
2025-03-08 19:51:32 +01:00
parent 2032856ad3
commit 5011d7950a
4 changed files with 32 additions and 43 deletions

View File

@ -1,9 +1,9 @@
{
"main": {
"url": {
"full": "",
"domain": "",
"regex": "blah\\.tld"
"full": "http://f0ck.lokal",
"domain": "f0ck.lokal",
"regex": "f0ck\\.lokal"
},
"socks": "",
"maxfilesize": 83886080,
@ -15,7 +15,7 @@
"allowedMimes": [ "audio", "image", "video" ],
"nsfp": [ ],
"websrv": {
"port": "1338",
"port": "1337",
"paths": {
"images": "/b",
"thumbnails": "/t",
@ -31,30 +31,31 @@
},
"clients": [{
"type": "tg",
"enabled": true,
"enabled": false,
"token": "",
"pollrate": 1001
}, {
"type": "irc",
"enabled": false,
"network": "",
"enabled": true,
"network": "irc.n0xy.net",
"host": "",
"port": 6697,
"ssl": true,
"selfSigned": false,
"sasl": false,
"nickname": "",
"username": "",
"nickname": "fleischwurst",
"username": "fleischwurst",
"password": "",
"realname": "",
"realname": "fleischwurst",
"channels": [
"#fleischwurst"
]
}],
"sql": {
"host": "localhost",
"user": "",
"password": "",
"database": "",
"user": "f0ck",
"password": "f0ck",
"database": "f0ck",
"multipleStatements": true
},
"admins": [{