WebDAV server to allow managing content by specifying different credentials.
Go to file
Andreas Schneider d2c0ebb043 🚧 Began store implementation for buntdb: get user, add user, set login 2019-08-04 20:25:58 +02:00
vendor Added buntdb 2019-08-04 20:25:20 +02:00
.gitignore Initial POC implementation of a user based WebDAV server 2018-11-24 14:59:42 +01:00
config.go 🔧 Replaces toml with yaml 2019-08-03 18:02:43 +02:00
example.yaml 🔧 Replaces toml with yaml 2019-08-03 18:02:43 +02:00
filesystem.go Use a dedicated path for the shares 2019-08-03 18:51:26 +02:00
go.mod Added buntdb 2019-08-04 20:25:20 +02:00
go.sum Added buntdb 2019-08-04 20:25:20 +02:00
main.go Use a dedicated path for the shares 2019-08-03 18:51:26 +02:00
store.go 🚧 Began store implementation for buntdb: get user, add user, set login 2019-08-04 20:25:58 +02:00