menome/file-librarian

By menome

Updated 10 months ago

File Serving proxy that supports multiple backends

Image

552

File Librarian

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 Command

docker pull menome/file-librarian