Exposes a directory through HTTP and allows putting, getting and deleting files
Go to file
Knut Ahlers e44e077c1f
Make gzip compression optional
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2024-08-19 10:56:23 +02:00
.gitignore Initial version 2023-06-14 14:15:59 +02:00
Dockerfile Add Dockerfile 2023-06-14 14:20:31 +02:00
go.mod Initial version 2023-06-14 14:15:59 +02:00
go.sum Initial version 2023-06-14 14:15:59 +02:00
handlers.go Initial version 2023-06-14 14:15:59 +02:00
LICENSE Initial version 2023-06-14 14:15:59 +02:00
main.go Make gzip compression optional 2024-08-19 10:56:23 +02:00
README.md Initial version 2023-06-14 14:15:59 +02:00

Luzifer / hold-this

Does what the name says: Exposes a directory through HTTP and allows putting, getting and deleting files.