commit c39ed80b38272c7a8344c45714004b29b6070cca parent dbac86c18fa40bfcd599541cee0ce8ddd0af7a05 Author: Vetle Haflan <vetle@haflan.dev> Date: Mon, 30 Sep 2019 22:06:06 +0200 Add temporary readme (from some note) Diffstat:
A | readme.md | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/readme.md b/readme.md @@ -0,0 +1,8 @@ +# vodka server + +One time text dumps with an optional password. +No database needed for low-scale use, so this can be written entirely in Go and +probably be compiled statically. + +To run it in Docker anyway you can simply copy the binary into an alpine +container and run it.