Skip to content

xiexed/opds-p

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opds-p

An OPDS server that proxies OPDS calls to yandex-disk webdav.

Configuring

Put to $HOME/.opds-p/app-settings.yaml the following configuration:

yandex-app:
  id: "<id-of-registered-yandex-application>"
  password: "<password-of-registered-yandex-application>"

Usage

Start server

lein ring server

or

lein ring server-headless

Build war

lein ring uberwar opds-p.war

Development with REPL

(require '[opdsp.core :refer :all])
(require '[ring.adapter.jetty :as rj]) (require '[opdsp.core :refer :all])
(future (rj/run-jetty standalone-routes {:port 3000}))

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published