Files
czchan/config/board_defaults.json
2026-03-05 19:43:50 +01:00

40 lines
915 B
JSON

{
"anon_name": "Anonym",
"locked": false,
"private": false,
"unlisted": false,
"name": true,
"email": false,
"geo_flags": false,
"meme_flags": false,
"require_thread_content": true,
"require_reply_content": false,
"thread_subject": "$enabled",
"reply_subject": "$disabled",
"thread_file": "$required",
"reply_file": "$enabled",
"thread_captcha": false,
"reply_captcha": false,
"user_ids": false,
"max_length": 5000,
"max_files": 4,
"pages": 20,
"theme": "yotsuba",
"limiter": true,
"limit_ip": 50,
"interval_ip": 600,
"limit_content": 10,
"interval_content": 600,
"limit_both": 10,
"interval_both": 3600,
"code_deletion_timeout": 600,
"reply_limit": 10000,
"bump_limit": 8000,
"noko": true,
"tor_restrictions": ["post"],
"vpn_restrictions": ["file", "captcha"],
"datacenter_restrictions": ["captcha"],
"auto_name": false,
"archive": false
}