Giter Club home page Giter Club logo

Comments (20)

endandleaf avatar endandleaf commented on June 13, 2024

部署的是KAS那个

from kaf-cli.

ystyle avatar ystyle commented on June 13, 2024

kindlegen是用来生成mobi格式的,不需要可以去掉
仓库: https://github.com/ystyle/kas

from kaf-cli.

ystyle avatar ystyle commented on June 13, 2024

报错是因为官方不支持下载kindlegen了, 可以用镜像站下载
https://archive.org/download/kindlegen2.9/kindlegen_linux_2.6_i386_v2_9.tar.gz

from kaf-cli.

endandleaf avatar endandleaf commented on June 13, 2024

kindlegen是用来生成mobi格式的,不需要可以去掉 仓库: https://github.com/ystyle/kas

我是fork的那个仓库,但是railway不能下载kindlegen,只能自动部署,想和arm版本一样只用来转epub,

from kaf-cli.

endandleaf avatar endandleaf commented on June 13, 2024

想着和arm版一样不需要其他软件就能在docker里运行

from kaf-cli.

ystyle avatar ystyle commented on June 13, 2024

我已经把下载地址换成新的了

from kaf-cli.

endandleaf avatar endandleaf commented on June 13, 2024

是吗,我再试一下,谢谢大佬

from kaf-cli.

endandleaf avatar endandleaf commented on June 13, 2024

还是报错,应该是railway不支持下载外部文件
image

from kaf-cli.

ystyle avatar ystyle commented on June 13, 2024

或者你fork一份,把框里的删除
image

from kaf-cli.

endandleaf avatar endandleaf commented on June 13, 2024

好的

from kaf-cli.

endandleaf avatar endandleaf commented on June 13, 2024

啊这...
image

from kaf-cli.

ystyle avatar ystyle commented on June 13, 2024

不支持多阶段构建么。。。改为一个的试试。。。

FROM golang:alpine AS build-env
ENV GO111MODULE=on
ADD . /go/src/app
WORKDIR /go/src/app
RUN apk --update add git curl tzdata && \
    go build -v -o /go/src/app/kas main.go && \
    export GO111MODULE=off && \
    go get github.com/GeertJohan/go.rice && \
    go get github.com/GeertJohan/go.rice/rice && \
    rice append --exec kas 
VOLUME ["/go/src/app/storage"]
EXPOSE 1323
HEALTHCHECK --interval=1m --timeout=10s \
  CMD curl -f http://localhost:1323/ping || exit 1
CMD ./kas

from kaf-cli.

endandleaf avatar endandleaf commented on June 13, 2024

成功了,我试试速度怎么样
image

from kaf-cli.

endandleaf avatar endandleaf commented on June 13, 2024

话说漫画地址是不是没用了啊

from kaf-cli.

ystyle avatar ystyle commented on June 13, 2024

话说漫画地址是不是没用了啊

太久了,没用了。。。网站也改版了。。。那个转漫画的界面现在没什么用。。。

from kaf-cli.

endandleaf avatar endandleaf commented on June 13, 2024

网站能打开,手机KAF连接不上是什么原因呢
image

from kaf-cli.

ystyle avatar ystyle commented on June 13, 2024

开启了 https 的话, 手机连接是: wss://kas.kindlekaf.cf

from kaf-cli.

endandleaf avatar endandleaf commented on June 13, 2024

不行,改这个地址也连接不上

from kaf-cli.

ystyle avatar ystyle commented on June 13, 2024

不好意思少打了路径: wss://kas.kindlekaf.cf/ws

from kaf-cli.

endandleaf avatar endandleaf commented on June 13, 2024

可以了,谢谢大佬,速度有2M/S多,够用了

from kaf-cli.

Related Issues (20)

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.