Giter VIP home page Giter VIP logo

comix-server's People

Contributors

rdxng avatar song31 avatar ws2131 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

comix-server's Issues

sh: 0: Can't open install.sh

when i run sudo apt-get install python imagemagick libopencv-core2.3 libopencv-highgui2.3
and it make a mistake.
so i am try the apt-get install python imagemagick libopencv-core2.4 libopencv-highgui2.4
20151022182918
Then follow down to do ...
After running this command, (sh install.sh)the emergence of new problems
2
Can someone help me please...

error when installing install.sh

::::::::::::::::::::::::

  1. Configure comix
    ::::::::::::::::::::::::
    ::::::::::::::::::::::::
  2. Configure Apache
    ::::::::::::::::::::::::
    ERROR: File /usr/syno/apache/conf/httpd.conf-user does not exist.
    ERROR: File /usr/syno/apache/conf/httpd.conf does not exist.
    ::::::::::::::::::::::::
  3. Configure PHP
    ::::::::::::::::::::::::
    ERROR: File /usr/syno/etc/php/user-setting.ini does not exist.
    ::::::::::::::::::::::::
  4. Restart HTTPD
    ::::::::::::::::::::::::
    Wait 5 seconds...
    ./install.sh: line 112: /usr/syno/apache/bin/httpd: not found
    DiskStation>

i have a DS212+ running the latest version of DSM 5.0
hope this gets fixed or someone knows how to fix it.
cause the java version of air comic server isnt working either on synology but it works on windows.

Air Comic Viewer - File Not Found!

Hi,
I am trying to access the server comic and I get this message.
if I put in the 192.168.1.12:31257/Comics browser, I see the folders that have the comics:
Civil War The Incredible Hercules Vol1 StarWars Ultimate Marvel Zombies Spiderman Black Widow and the Marvel Girls

But in the Air Comic Viewer no way to configure it.

I have put this:
Type: AirComicServer
Address: 192.168.1.12:31257/Comics
Port: 31257
Password:
user ID

Can only read .cbz but not .cbr

Hi,

I got the comix server up and running and have a connection with the client 'AirComix'. The app does see .cbr and .cbz files but i can only access .cbz files. Nothing happens when i click on a .cbr file.

Hope someone can help with this issue.
Erwin

Can not support symbolic link

hi
handler.php is not support symbolic link file.
check the path variable and allocate the real path if path is symbolilc link.

I clear to following code after path allocate in centos 7.

36 $path = $parent_path.$request_path;
37 debug("path: ".$path);
38 if (is_link($path)) {
39 $path = readlink($path);
40 debug("this is symbolic link. real path: ".$path);
41 }

thank you

Docker image?

What about making a Docker image option for running? You could use the docker run -v flag to mount the comic folder to a specific path in the container.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.