From 3b3d4168512618e79517ddd148115a2f1cbe73c9 Mon Sep 17 00:00:00 2001 From: fxy Date: Mon, 15 Jun 2026 08:33:00 +0800 Subject: [PATCH] =?UTF-8?q?init:=20ebook-library=20=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 14 ++++++++++++++ README.md | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fd3c3f6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# 不存储图书文件(太大) +books/ +*.epub +*.pdf +*.mobi +*.azw3 + +# 不存储密钥 +config/secrets.json + +# Python +__pycache__/ +*.pyc +.env diff --git a/README.md b/README.md new file mode 100644 index 0000000..8d76970 --- /dev/null +++ b/README.md @@ -0,0 +1,40 @@ +# ebook-library + +Calibre-Web 电子书库 + AI 读书助手 + +## 项目定位 + +个人电子书管理中心,与文石阅读器标注同步,AI 辅助阅读分析。 + +## 目录结构 + + + +## 服务信息 + +| 项目 | 值 | +|:---|:---| +| Calibre-Web 地址 | https://books.xybkwd.top | +| Docker 镜像 | linuxserver/calibre-web:latest | +| 端口 | 8083 | +| 图书目录 | ~/calibre-web/books | +| 配置目录 | ~/calibre-web/config | + +## 快速开始 + +1. 访问 https://books.xybkwd.top +2. 登录(默认 admin/admin123,首次登录后修改密码) +3. 上传图书或通过 Calibre Companion 同步文石标注 + +## AI 读书助手(开发中) + +- [ ] 图书摘要自动生成 +- [ ] 文石标注 → Markdown 笔记 +- [ ] 微信读书同步 + AI 深度解读 +- [ ] 基于阅读历史的图书推荐 + +## 维护 + +- 图书文件存放在 ,定期备份 +- Calibre-Web 配置在 ,已入 Git +- 本仓库记录所有脚本和文档,不存储图书文件(加入 .gitignore)