menome/file-librarian
File Serving proxy that supports multiple backends
552
File Retrieval service for theLink.
This is the Librarian. It has plugins for different backends. (Eg. WebDAV.) Use config to register connections that use plugins as backends. Eg:
{
"connection_type": "webdav",
"connection_libraryname": "sambadav",
"host": "http://localhost:8080/webdav",
"username": "user",
"password": "pass"
}
docker pull menome/file-librarian