gulkily / thimble

thimble messaging software
GNU Affero General Public License v3.0
6 stars 3 forks source link

add a web interface for adding a new file #2

Open gulkily opened 1 month ago

gulkily commented 1 month ago

basically three parts to this:

a) html form b) modify start_server.* to allow GET and/or POST to write a new thing to message/yyyy-mm-dd/somethinghere.txt c) call commit_files after b) is done