WebDAV server to allow managing content by specifying different credentials.
Go to file
Andreas Schneider 1111852adf Added password generation and hashing helper 2018-11-24 18:28:58 +01:00
vendor Added password generation and hashing helper 2018-11-24 18:28:58 +01:00
.gitignore Initial POC implementation of a user based WebDAV server 2018-11-24 14:59:42 +01:00
config.go * Externalized config 2018-11-24 18:10:06 +01:00
example.toml * Externalized config 2018-11-24 18:10:06 +01:00
filesystem.go Initial POC implementation of a user based WebDAV server 2018-11-24 14:59:42 +01:00
go.mod Added password generation and hashing helper 2018-11-24 18:28:58 +01:00
go.sum Added password generation and hashing helper 2018-11-24 18:28:58 +01:00
main.go Added password generation and hashing helper 2018-11-24 18:28:58 +01:00