- Update .drone.yml to use Go 1.26 image and modern test commands
- Remove outdated release script (referenced go.rice and prologic)
- Remove Jekyll config (_config.yml)
- Update README with correct module path and modern CLI flags
- Update .dockerignore to exclude unnecessary files
- All checks pass: go build, go vet, staticcheck, go test -race, goimports
* Update dependencies and go compile target version
* Adds deletion support to the server
* Add form around delete button
* Add support for returning the url in curl
* remove -config option for now
* Upload as form value instead of file
* remove dependencies from go mod
* update to README re: new curl usage