{"id":51595277,"url":"https://github.com/dma-cmyk/notebook-wiki-cf","last_synced_at":"2026-07-11T18:01:59.949Z","repository":{"id":370042880,"uuid":"1292408171","full_name":"dma-cmyk/notebook-wiki-cf","owner":"dma-cmyk","description":"TOTP二要素認証とAES暗号化に対応した、Gemini AI連携型のセキュアな個人向けノートWiki (LLM Wiki)","archived":false,"fork":false,"pushed_at":"2026-07-08T02:13:41.000Z","size":831,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-08T04:04:16.402Z","etag":null,"topics":["ai-search","cloudflare-pages","cloudflare-r2","express","gemini-api","private-wiki","react","secure-notes","serverless","vite","wiki"],"latest_commit_sha":null,"homepage":"https://notebook-wiki-cf.pages.dev","language":"TypeScript","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/dma-cmyk.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-07-07T13:58:25.000Z","updated_at":"2026-07-08T02:13:44.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dma-cmyk/notebook-wiki-cf","commit_stats":null,"previous_names":["dma-cmyk/notebook-wiki-cf"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/dma-cmyk/notebook-wiki-cf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dma-cmyk%2Fnotebook-wiki-cf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dma-cmyk%2Fnotebook-wiki-cf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dma-cmyk%2Fnotebook-wiki-cf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dma-cmyk%2Fnotebook-wiki-cf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dma-cmyk","download_url":"https://codeload.github.com/dma-cmyk/notebook-wiki-cf/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dma-cmyk%2Fnotebook-wiki-cf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35370428,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-11T02:00:05.354Z","response_time":104,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ai-search","cloudflare-pages","cloudflare-r2","express","gemini-api","private-wiki","react","secure-notes","serverless","vite","wiki"],"created_at":"2026-07-11T18:01:59.128Z","updated_at":"2026-07-11T18:01:59.941Z","avatar_url":"https://github.com/dma-cmyk.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# notebook-wiki-cf (LLM Wiki) 🚀\n\nTOTP二要素認証とクライアント・サーバー間でのAES暗号化に対応した、セキュアなノート型個人Wiki（LLM Wiki）です。\nサーバーレス環境で構築されており、常時稼働とプライベートな情報蓄積を安全に両立しています。\n\n## 💠 特徴\n- **堅牢なプライバシー＆セキュリティ**:\n  - TOTP（二要素認証）によるセキュアなログイン。\n  - メモおよびアップロードされたファイル（画像、音声、動画）は、ログインパスフレーズから導出したマスターキー（AES-256-CBC）を用いてすべて暗号化された状態でストレージに保存されます。\n- **Gemini AI連携**:\n  - メモの内容に基づいた自動タグ付け＆バックリンク自動生成によるナレッジグラフ。\n  - ノート全体の内容を把握した対話型「AI検索チャット」機能。\n- **マルチメディア対応**:\n  - 画像、音声、動画の暗号化アップロードと、マークダウンへのシームレスな埋め込み・再生に対応。\n\n## 📦 技術スタック\n- **フロントエンド**: React 19, Vite 6, TypeScript\n- **バックエンド**: Express.js, `cloudflare:node` (httpServerHandler)\n- **インフラ**: Cloudflare Pages, Cloudflare R2\n\n## 🛠️ ローカル開発手順\n\n### 1. 依存関係のインストール\n```bash\nnpm install\n```\n\n### 2. ローカル開発サーバー（フロントエンドのみ）\n```bash\nnpm run dev\n```\n\n### 3. エミュレーターでの動作確認（バックエンド+フロントエンド）\n```bash\nnpm run dev:cf\n```\n\n## 🚀 デプロイ\n`main` ブランチにプッシュするだけで、クラウド上の本番環境に自動でビルド・デプロイされます。\n\n```bash\ngit add .\ngit commit -m \"update\"\ngit push origin main\n```\n\n## 📝 ライセンス\nSPDX-License-Identifier: Apache-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdma-cmyk%2Fnotebook-wiki-cf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdma-cmyk%2Fnotebook-wiki-cf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdma-cmyk%2Fnotebook-wiki-cf/lists"}