Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-04-27 | server: replace guile with rust (init) | stuebinm | 1 | -14/+0 | |
this is just a quick barebones server, which doesn't really do yet what it is supposed to or what the guile version did. | |||||
2021-04-05 | add simple server which takes POST requests | stuebinm | 1 | -0/+14 | |
The idea is that it can accept surveys sent to it. Note that in an actual deployment it should have at least some rate-limiting, since actual validation of input is impossible if they are encrypted – i.e. this is bascially a pastbin. It may, however, be possible to require signing answers for survey with access restrictions, or do a challange/response type thing before allowing submission. |