This commit is contained in:
암냥 2026-03-11 23:16:53 +09:00
commit 0e5a6de323
No known key found for this signature in database
10 changed files with 2166 additions and 0 deletions

15
config.toml Normal file
View file

@ -0,0 +1,15 @@
upload_dir = "./uploads"
base_url = "https://paste.mizuki.guru"
id_length = 10
[server]
host = "0.0.0.0"
port = 8000
[file]
# u can setup this
# b, kb, mb, gb, tb
# kib, mib, gib, tib
max_size = "10MB"
extension_whitelist = [".docx", ".md", ".json", ".rs"]
block_binary = true