문서의 이전 판입니다!


Aircomix Server

설치

시놀로지

검색하면 잘 나오니 참고.

리눅스

https://github.com/dryoo/comix-server-php

여기에서 다운로드를 받는다.

https://github.com/dryoo/comix-server-php/archive/master.zip

사실 필요한 것은 index.php 하나 밖에 없다. 웹서버의 루트 폴더에 넣으면 됨.

만화파일은 manga 폴더를 만들고 그 안에 넣으면 된다. php 확장이 있으면 cbr/rar, cbz/zip 다 지원함.

한 폴더에 그림 파일과 압축파일이 같이 존재하면 안됨. 그림이면 그림, 압축이면 압축만 있어야함.

웹서버 설정 (Nginx)

서버 설정에

rewrite ^/(.*) /index.php;

추가.

######## aircomixserver.nginx #############
server {
    listen 80;
    root /var/www/comix;
    server_name aircomix.vaslor.net;

    rewrite ^/(.*) /index.php;
    
    ... blah blah ...
}

시작

아이폰 aircomix 앱 설치

서버 추가 할 때

에어코믹스 서버 URL

포트는 80