code: Initial Commit

This commit is contained in:
Vaxry
2025-04-12 20:06:56 +01:00
parent cf925610f4
commit fdc616ac69
23 changed files with 1349 additions and 0 deletions

7
config.jsonc Normal file
View File

@@ -0,0 +1,7 @@
{
"html_dir": "./html",
"data_dir": "./data",
"port": 3001,
"forward_address": "127.0.0.1:3000",
"max_request_size": 10000000
}