add basic question uploading

This commit is contained in:
2025-05-02 13:03:30 +02:00
parent 4af8c825bb
commit e90dfa0b0b
10 changed files with 656 additions and 43 deletions

View File

@@ -1,2 +1,12 @@
[server]
bind_to = "[::1]:8080"
max_question_body_size = 25
[performance]
memory_limit = 50
[maintenance]
interval = 60
[push]
endpoint = "[::1]:8081"

View File

@@ -1,2 +1,3 @@
dst/dev.toml: config/dev.toml
@mkdir -p $(@D)
ln -f $< $@