BitBucStriim with nginx and Tolino

  • Hello,


    want to setup this script for my Tolino ebook Reader:


    https://github.com/rvolz/BicBucStriim


    have installed the nginx-plugin and set it up. When i start the install script


    http://nasduck.fritz.box:88/bbs/installcheck.php


    everything is o.k. but the rewrite does not work. I converted the .htaccess for nginx:



    But http://nasduck.fritz.box:88/bbs/ does not work.
    Dont know what i has to do for enabling rewriting?


    Any hints? Thanks.

    omv 1.14 kralizec | 64 bit | 3.16 backport kernel | omvextrasorg 1.13
    Plugins: Virtualbox, VDR (e-toby 2.2, jessie, manual), OwnCloud, Backup, MiniDLNA, Openvpnas, MySQL, USB Datasave, USV
    HW:Asrock q1900-ITX / 8GB RAM / 60 GB SSD / 2 TB Seagate Green + 2 TB WD Red = RAID 1 / APC Back-UPS CS 350 / Digibit R1 SAT>IP

  • Hi,


    got it working with this in the field extra configuration:


    Code
    location /bbs/ { try_files $uri $uri/ /bbs/index.php?$request_uri; }


    Jochen

    omv 1.14 kralizec | 64 bit | 3.16 backport kernel | omvextrasorg 1.13
    Plugins: Virtualbox, VDR (e-toby 2.2, jessie, manual), OwnCloud, Backup, MiniDLNA, Openvpnas, MySQL, USB Datasave, USV
    HW:Asrock q1900-ITX / 8GB RAM / 60 GB SSD / 2 TB Seagate Green + 2 TB WD Red = RAID 1 / APC Back-UPS CS 350 / Digibit R1 SAT>IP

  • Hi Again,


    a issue with BicBucStriim and nginx is that the search is not working. But rvolz, the Developer of this great Software helps.
    Addded this to Advanced Options in the nginx Plugin:

    Code
    location /bbs/ {
                    rewrite ^/(bbs/img/.*)$ /$1 break;
                    rewrite ^/(bbs/js/.*)$ /$1 break;
                    rewrite ^/(bbs/style/.*)$ /$1 break;
                    rewrite ^/bbs/$ /bbs/index.php last;
                    rewrite ^/bbs/(admin/authors|authorslist|login|logout|metadata|search|series|serieslist|tags|tagslist|titles|titleslist|opds)/.*$ /bbs/index.php last;
     }


    To get the Download working with the Tolino i had to switch of the Authentication at Download. Do thisonly if the bbs is in a secure network:



    Many thanks to Rainer Volz :)

    omv 1.14 kralizec | 64 bit | 3.16 backport kernel | omvextrasorg 1.13
    Plugins: Virtualbox, VDR (e-toby 2.2, jessie, manual), OwnCloud, Backup, MiniDLNA, Openvpnas, MySQL, USB Datasave, USV
    HW:Asrock q1900-ITX / 8GB RAM / 60 GB SSD / 2 TB Seagate Green + 2 TB WD Red = RAID 1 / APC Back-UPS CS 350 / Digibit R1 SAT>IP

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!