blacs30 / calibre_opds

Calibre DB on Nextcloud OPDS Server
3 stars 2 forks source link

Incorrect url #3

Closed byaaka closed 6 years ago

byaaka commented 6 years ago

url as ../index.phpapps/calibre_opds/index.php I think need to correct it by change in file personal.php by $tmpl->assign('concosFeedUrl', Util::linkToAbsolute('', 'index.php') . '/apps/calibre_opds/index.php');

blacs30 commented 6 years ago

Hi @byaaka ,

thanks for reporting this. So The url is displayed wrong in the "Additional Settings" for the user?

For me looks like this right after installing:

OPDS URL: https://nc.examle.com/apps/calibre_opds/index.php
Use your Nextcloud username and password/application password.

Do you have enything in the nextcloud config for: 'overwrite.cli.url' => 'https://nc.example.com',`

Edit: Will push an update in the late evening I guess

blacs30 commented 6 years ago

I've release version 0.9.1 which should fix your reported issue.