Git Product home page Git Product logo

komga-client's Introduction

Komga客户端

原仓库为Klutter,此库是自用的改造。

更新日志

2022/6/15汉化

  • 汉化
  • 去除debug标签
  • 隐藏可能导致BUG的2个按钮

2022/6/14本地编译通过

  • 移除 AndroidManifest.xml中13行的android:name字段

  • 终端输入 flutter packages pub run build_runner build

  • 修改android/build.gradle中第2行

ext.kotlin_version = '1.4.32'
  • 修改app/build.gradle ,25行、47行
compileSdkVersion 31
minSdkVersion 23

关于搭建komga服务

我使用的是docker其他方式见官网说明komga

  • 建文件夹,设置权限
mkdir config  data
cd config
touch database.sqlite

不给权限会在容器中报错

chmod -R 777 config data
  • 启动容器,外部端口为10003
docker run \
  --name=komga \
  --user 1000:1000 \
  -p 10003:8080 \
  -v /root/komga/config:/config \
  -v /root/komga/data:/data \
  --restart unless-stopped \
  gotson/komga:latest

komga-client's People

Contributors

lissettecarlr avatar

Watchers

 avatar

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.