Commit 9d22eb1f authored by Jan Broer's avatar Jan Broer

Add instructions for OPDS feed

parent 79e20d13
...@@ -26,7 +26,7 @@ Calibre Web is a Python web app providing a clean interface for browsing, readin ...@@ -26,7 +26,7 @@ Calibre Web is a Python web app providing a clean interface for browsing, readin
1. Execute the command: `python cps.py` (it will throw an error) 1. Execute the command: `python cps.py` (it will throw an error)
2. Edit config.ini and set DB_ROOT to the path of the folder where your Calibre library (metadata.db) lives 2. Edit config.ini and set DB_ROOT to the path of the folder where your Calibre library (metadata.db) lives
3. Execute the command: `python cps.py` 3. Execute the command: `python cps.py`
4. Point your browser to `http://localhost:8083` 4. Point your browser to `http://localhost:8083` or `http://localhost:8083/feed` for the OPDS catalog
**Default admin login:** **Default admin login:**
*Username:* admin *Username:* admin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment