A simple WebDAV server
2025-02-24 21:38:32 +01:00
doc Add support for listening on Unix sockets 2025-02-24 21:38:32 +01:00
static Merge toggleUploadBtn() into setProgress() 2025-02-15 14:30:36 +01:00
auth.go Fail auth when user password is unset 2024-10-30 09:00:44 +01:00
config.go Add listen config directive 2024-10-30 23:54:55 +01:00
go.mod Upgrade go-webdav to support If-None-Match in DELETE requests 2025-02-18 01:12:16 +01:00
go.sum Upgrade go-webdav to support If-None-Match in DELETE requests 2025-02-18 01:12:16 +01:00
LICENSE Initial commit 2024-10-28 20:30:58 +01:00
main.go Add support for listening on Unix sockets 2025-02-24 21:38:32 +01:00
README.md Add man page 2024-10-30 08:58:02 +01:00
server.go Add support for listening on Unix sockets 2025-02-24 21:38:32 +01:00
webapp.go Add basic HTML listing 2025-02-14 01:29:04 +01:00

sogogi

A simple WebDAV server.

Building

Image for: Building
go build

Running

Image for: Running

Create a configuration file (see the man page), then run:

sogogi -config <path>

License

Image for: License

AGPLv3 only, see LICENSE.

© 2024 Simon Ser