Mini go web server to easily upload my reveal-md presentations to my self-hosted instance of webpro/reveal-mid.
Run with docker
$ docker run -p 80:8080 acamilleri/slidups:latest
clone the project
$ git clone git@github.com:acamilleri/slidups.git
run
make run
Note: with make run
command, slidups will start with /tmp directory as upload destination.
Push file
$ curl -F file=@presentation.md http://localhost/upload
Push file to a custom directory
$ curl -F file=@presentation.md http://localhost/upload?destionation=/slides/custom
clone the project
$ git clone git@github.com:acamilleri/slidups.git
build
$ make build
- Improve code (tests!)
- Adding metrics