{"id":25970558,"url":"https://github.com/aidenzou/notebook","last_synced_at":"2026-05-21T16:39:41.309Z","repository":{"id":279022731,"uuid":"937500026","full_name":"aidenZou/notebook","owner":"aidenZou","description":"一款支持自部署的个人知识写作应用，助你更高效地组织和管理笔记","archived":false,"fork":false,"pushed_at":"2025-02-23T08:27:56.000Z","size":591,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T23:17:43.201Z","etag":null,"topics":["docker-image","notebook","website"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/aidenzou/i-notebook","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aidenZou.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-23T07:49:21.000Z","updated_at":"2025-02-23T10:43:45.000Z","dependencies_parsed_at":"2025-02-23T09:18:38.883Z","dependency_job_id":"c7384988-2274-48be-a954-11cea538ea31","html_url":"https://github.com/aidenZou/notebook","commit_stats":null,"previous_names":["aidenzou/notebook"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aidenZou%2Fnotebook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aidenZou%2Fnotebook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aidenZou%2Fnotebook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aidenZou%2Fnotebook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aidenZou","download_url":"https://codeload.github.com/aidenZou/notebook/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241935269,"owners_count":20044827,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker-image","notebook","website"],"created_at":"2025-03-04T23:17:46.394Z","updated_at":"2026-05-21T16:39:41.300Z","avatar_url":"https://github.com/aidenZou.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# iNotebook\n\n一款支持自部署的个人知识写作应用，助你更高效地组织和管理笔记。\n\n- iNotebook 在线沙盒体验：[https://inotebook-sandbox.vercel.app](https://inotebook-sandbox.vercel.app)\n- iNotebook Docker Hub：[https://hub.docker.com/r/aidenzou/i-notebook](https://hub.docker.com/r/aidenzou/i-notebook)\n- [更新日志](./CHANGELOG.md)\n\n## 功能描述\n\n- 块编辑\n- 编辑保护\n- 标题自动编号\n- 空行提示\n- 标题目录\n- 收藏置顶\n- 自动标签\n- 密码锁定\n- 笔记地图\n- 访问单篇笔记\n- 导出导入\n- 打印笔记 或 导出 PDF\n- ...\n\n除此之外，基于笔记地图对接第三方产品，让数据高效流转，快速搭建本地个人知识库\n\n## 部署\n\n### 方式一：Volume + Docker\n\n1.创建 volume：\n\n```\ndocker volume create note_data\n```\n\n2.创建容器并关联 volume\n\n```\ndocker run -d -it -v note_data:/appdata -e DATABASE_URL=file:/appdata/db/notebook.sqlite -e AUTH_UNLOCKCODE=pass --name i-notebook -p 4000:3000 aidenzou/i-notebook:latest\n```\n\n说明：使用 `note_data` volume，数据库文件地址为 `note_data/db/notebook.sqlite`，锁屏密码为 `pass`\n\n### 方式二：Docker Compose\n\n1.docker-compose.yaml：\n\n```yarm\nname: inotebook\nservices:\n  note:\n    image: aidenzou/i-notebook:0.9.0\n    ports:\n      - 4001:3000\n    volumes:\n      - ./notebook/data:/appdata\n      - ./notebook/uploads:/app/uploads\n    environment:\n      DATABASE_URL: file:/appdata/database.sqlite\n      AUTH_UNLOCKCODE: pass\n      SITE_URL: http://localhost:4001\n```\n\n2.在后台启动并运行容器应用：\n\n```shell\ndocker-compose up -d\n```\n\n### ENV\n\n| 环境变量 | 描述 |\n| ---- | ---- |\n| DATABASE_URL | sqlite 文件地址 |\n| AUTH_UNLOCKCODE | 解锁密码 |\n| SITE_URL | 部署后服务访问地址 |\n\n## 功能演示\n\n![iNotebook](public/1.png)\n![iNotebook](public/2.png)\n![iNotebook](public/3.png)\n![iNotebook](public/11.png)\n![iNotebook](public/12.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faidenzou%2Fnotebook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faidenzou%2Fnotebook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faidenzou%2Fnotebook/lists"}