문서의 이전 판입니다!


Aircomix Server

설치

시놀로지

검색하면 잘 나오니 참고.

리눅스

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

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

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

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

만화파일은 manga 폴더에 넣으면 된다. php rar 확장이 있으면 cbr cbz 지원함.

웹서버 설정 (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