chore: update atlas.json v3 — add Uptime Kuma, OAuth, Stripe Webhook, fix descriptions
This commit is contained in:
parent
bef60aa500
commit
bbc87b8581
85
atlas.json
85
atlas.json
|
|
@ -2,15 +2,15 @@
|
||||||
"meta": {
|
"meta": {
|
||||||
"owner": "mai",
|
"owner": "mai",
|
||||||
"description": "Posimai 開発インフラ構成",
|
"description": "Posimai 開発インフラ構成",
|
||||||
"updated": "2026-04-01",
|
"updated": "2026-04-05",
|
||||||
"version": "2"
|
"version": "3"
|
||||||
},
|
},
|
||||||
"nodes": [
|
"nodes": [
|
||||||
{
|
{
|
||||||
"id": "ubuntu-pc",
|
"id": "ubuntu-pc",
|
||||||
"label": "Ubuntu PC",
|
"label": "Ubuntu PC",
|
||||||
"type": "device",
|
"type": "device",
|
||||||
"description": "常時起動の開発サーバー(実体)。posimai-dev・Claude Code 稼働中。Tailscale HTTPS でどこからでもアクセス可能。Syncthing でファイル同期。",
|
"description": "常時起動の開発サーバー(実体)。posimai-dev・Claude Code 稼働中。Tailscale HTTPS でどこからでもアクセス可能。Syncthing でファイル同期。Synology NAS へ毎日 3:00 に rsync バックアップ。",
|
||||||
"url": "https://100.77.11.43:3333",
|
"url": "https://100.77.11.43:3333",
|
||||||
"health_url": "https://100.77.11.43:3333/api/health",
|
"health_url": "https://100.77.11.43:3333/api/health",
|
||||||
"status": "active"
|
"status": "active"
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
"id": "posimai-dev",
|
"id": "posimai-dev",
|
||||||
"label": "posimai-dev",
|
"label": "posimai-dev",
|
||||||
"type": "service",
|
"type": "service",
|
||||||
"description": "ブラウザターミナル + Claude Code チャット。Ubuntu PC 上で常時稼働。音声入力・スラッシュコマンド・セッションログ対応。",
|
"description": "ブラウザターミナル + Claude Code チャット。Ubuntu PC 上で常時稼働。音声入力・スラッシュコマンド・セッションログ対応。Station(全画面監視盤)も同一サーバーから提供。",
|
||||||
"url": "https://100.77.11.43:3333",
|
"url": "https://100.77.11.43:3333",
|
||||||
"health_url": "https://100.77.11.43:3333/api/health",
|
"health_url": "https://100.77.11.43:3333/api/health",
|
||||||
"status": "active",
|
"status": "active",
|
||||||
|
|
@ -38,7 +38,7 @@
|
||||||
"id": "windows-pc",
|
"id": "windows-pc",
|
||||||
"label": "Windows PC",
|
"label": "Windows PC",
|
||||||
"type": "device",
|
"type": "device",
|
||||||
"description": "maita のメイン操作端末。Cursor / Claude Code / ブラウザで Ubuntu PC に接続して開発。Syncthing で posimai-project を同期。",
|
"description": "maiさんのメイン操作端末。Cursor / Claude Code / ブラウザで Ubuntu PC に接続して開発。Syncthing で posimai-project を同期。",
|
||||||
"status": "active"
|
"status": "active"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -52,40 +52,49 @@
|
||||||
"id": "synology",
|
"id": "synology",
|
||||||
"label": "Synology NAS",
|
"label": "Synology NAS",
|
||||||
"type": "device",
|
"type": "device",
|
||||||
"description": "ローカルバックアップサーバー。Gitea・Uptime Kuma をホスト。Ubuntu PC の rsync バックアップ受け先(毎日 3:00)。",
|
"description": "ローカルバックアップサーバー(Tailscale VPN 経由のみアクセス可 / 100.76.7.3)。Gitea・Uptime Kuma をホスト。Ubuntu PC の rsync バックアップ受け先(毎日 3:00)。旧 API・旧 PostgreSQL も待機中(フォールバック候補)。",
|
||||||
"status": "active"
|
"status": "active"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "gitea",
|
"id": "gitea",
|
||||||
"label": "Gitea",
|
"label": "Gitea",
|
||||||
"type": "service",
|
"type": "service",
|
||||||
"description": "ローカル Git バックアップ。Synology 上で Docker 動作。全リポジトリのバックアップ用リモート。",
|
"description": "ローカル Git バックアップ。Synology 上で Docker 動作(100.76.7.3:3000)。全リポジトリのバックアップ用リモート。",
|
||||||
"url": "http://100.76.7.3:3000",
|
"url": "http://100.76.7.3:3000",
|
||||||
"status": "active",
|
"status": "active",
|
||||||
"parent": "synology"
|
"parent": "synology"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "uptime-kuma",
|
||||||
|
"label": "Uptime Kuma",
|
||||||
|
"type": "service",
|
||||||
|
"description": "死活監視ダッシュボード。Synology 上で Docker 動作(100.76.7.3:3001)。VPS・Ubuntu PC・各アプリの稼働状況を監視。※ 将来 VPS に移設予定(Eiji 提案)。",
|
||||||
|
"url": "http://100.76.7.3:3001",
|
||||||
|
"status": "active",
|
||||||
|
"parent": "synology"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "tailscale",
|
"id": "tailscale",
|
||||||
"label": "Tailscale",
|
"label": "Tailscale",
|
||||||
"type": "network",
|
"type": "network",
|
||||||
"description": "デバイス間 VPN メッシュ。Ubuntu PC・Windows PC・スマートフォン・Synology・VPS を安全に接続。tailnet: tail72e846.ts.net",
|
"description": "デバイス間 VPN メッシュ。Ubuntu PC・Windows PC・スマートフォン・Synology を安全に接続。tailnet: tail72e846.ts.net。VPS は公開 IP で直接アクセスするため不要。",
|
||||||
"status": "active"
|
"status": "active"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "vps-xserver",
|
"id": "vps-xserver",
|
||||||
"label": "VPS",
|
"label": "VPS",
|
||||||
"type": "server",
|
"type": "server",
|
||||||
"description": "Posimai API 本番サーバー。共同開発者 Eiji 提供。Ubuntu 25.04 / AMD EPYC 4コア / 5.8GB。Nginx + Docker 構成。",
|
"description": "Posimai API 本番サーバー。共同開発者 Eiji 提供・管理(DNS 含む)。Ubuntu 25.04 / AMD EPYC 4コア / 5.8GB RAM / IP: 85.131.245.239。Nginx + Docker 構成。",
|
||||||
"url": "https://api.soar-enrich.com",
|
"url": "https://api.soar-enrich.com",
|
||||||
"health_url": "https://api.soar-enrich.com",
|
"health_url": "https://api.soar-enrich.com/brain/api/health",
|
||||||
"status": "active"
|
"status": "active"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "posimai-api",
|
"id": "posimai-api",
|
||||||
"label": "Posimai API",
|
"label": "Posimai API",
|
||||||
"type": "service",
|
"type": "service",
|
||||||
"description": "Node.js / Express。認証(Magic Link + WebAuthn)・記事・RSS・TTS・Journal API を提供。PostgreSQL 16 と接続。",
|
"description": "Node.js / Express(:8090)。認証(Magic Link + WebAuthn + Google OAuth + GitHub OAuth)・記事・RSS・TTS・Journal API を提供。PostgreSQL 16 と接続。Stripe Webhook も受信。",
|
||||||
"url": "https://api.soar-enrich.com",
|
"url": "https://api.soar-enrich.com/brain/api",
|
||||||
"status": "active",
|
"status": "active",
|
||||||
"parent": "vps-xserver"
|
"parent": "vps-xserver"
|
||||||
},
|
},
|
||||||
|
|
@ -93,7 +102,7 @@
|
||||||
"id": "postgresql",
|
"id": "postgresql",
|
||||||
"label": "PostgreSQL 16",
|
"label": "PostgreSQL 16",
|
||||||
"type": "service",
|
"type": "service",
|
||||||
"description": "VPS 本番 DB。articles / journal_posts / users / site_config / reading_history テーブル。自前認証も完全ホスト。",
|
"description": "VPS 本番 DB。articles / journal_posts / users / site_config / reading_history テーブル。users テーブルに plan(free/premium)・stripe_customer_id・stripe_subscription_id も管理。",
|
||||||
"status": "active",
|
"status": "active",
|
||||||
"parent": "vps-xserver"
|
"parent": "vps-xserver"
|
||||||
},
|
},
|
||||||
|
|
@ -101,7 +110,7 @@
|
||||||
"id": "github",
|
"id": "github",
|
||||||
"label": "GitHub",
|
"label": "GitHub",
|
||||||
"type": "cloud",
|
"type": "cloud",
|
||||||
"description": "ソースコード管理(posimai org)。push で Vercel 自動デプロイをトリガー。",
|
"description": "ソースコード管理(posimai org)。push で Vercel 自動デプロイをトリガー。git push は gitea + github の2リモート同時に行う。",
|
||||||
"url": "https://github.com/posimai",
|
"url": "https://github.com/posimai",
|
||||||
"status": "active"
|
"status": "active"
|
||||||
},
|
},
|
||||||
|
|
@ -109,7 +118,7 @@
|
||||||
"id": "vercel",
|
"id": "vercel",
|
||||||
"label": "Vercel",
|
"label": "Vercel",
|
||||||
"type": "cloud",
|
"type": "cloud",
|
||||||
"description": "全 posimai-* PWA のホスティング・CDN・自動デプロイ。27 本稼働中。",
|
"description": "全 posimai-* PWA のホスティング・CDN・自動デプロイ。27 本稼働中。GitHub push でトリガー。",
|
||||||
"url": "https://vercel.com",
|
"url": "https://vercel.com",
|
||||||
"status": "active"
|
"status": "active"
|
||||||
},
|
},
|
||||||
|
|
@ -117,7 +126,7 @@
|
||||||
"id": "posimai-apps",
|
"id": "posimai-apps",
|
||||||
"label": "Posimai Apps (27)",
|
"label": "Posimai Apps (27)",
|
||||||
"type": "app",
|
"type": "app",
|
||||||
"description": "brain / habit / pulse / feed / reader / journal / brief / daily / ambient / veil / lens / diff / clean / timer / digest / think / site / events / maps / tech-events / analytics / roadmap / together / atlas / dashboard / hotels など全 27 本。",
|
"description": "brain / habit / pulse / feed / reader / journal / brief / daily / ambient / veil / lens / diff / clean / timer / digest / think / site / events / maps / tech-events / analytics / roadmap / together / atlas / dashboard / hotels など全 27 本。VPS JWT で認証。",
|
||||||
"url": "https://posimai-dashboard.vercel.app",
|
"url": "https://posimai-dashboard.vercel.app",
|
||||||
"status": "active",
|
"status": "active",
|
||||||
"parent": "vercel"
|
"parent": "vercel"
|
||||||
|
|
@ -126,7 +135,7 @@
|
||||||
"id": "supabase",
|
"id": "supabase",
|
||||||
"label": "Supabase",
|
"label": "Supabase",
|
||||||
"type": "cloud",
|
"type": "cloud",
|
||||||
"description": "posimai-together のリアルタイムデータ・グループ共有機能のみ使用。Auth は自前 VPS に移行済み。",
|
"description": "posimai-together のリアルタイムデータ・グループ共有機能のみ使用。Auth は VPS 自前システムに移行済み。",
|
||||||
"status": "active"
|
"status": "active"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -140,15 +149,29 @@
|
||||||
"id": "stripe",
|
"id": "stripe",
|
||||||
"label": "Stripe",
|
"label": "Stripe",
|
||||||
"type": "cloud",
|
"type": "cloud",
|
||||||
"description": "決済処理。共同開発者 Eiji と共有。アカウント済み・Kintone 連携実績あり。将来の課金機能向け。",
|
"description": "決済処理。共同開発者 Eiji と共有アカウント。現在テストモードで稼働中(月額 ¥500 / 1日無料トライアル)。Webhook で決済完了を VPS に通知し plan カラムを premium に更新。本番モードへの切り替えは Eiji 確認後。",
|
||||||
"url": "https://stripe.com",
|
"url": "https://stripe.com",
|
||||||
"status": "active"
|
"status": "active"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "google-oauth",
|
||||||
|
"label": "Google OAuth",
|
||||||
|
"type": "cloud",
|
||||||
|
"description": "Google アカウントでのログイン。Google Cloud Console「Posimai App」プロジェクトで発行。VPS の /auth/oauth/google エンドポイントで処理。",
|
||||||
|
"status": "active"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "github-oauth",
|
||||||
|
"label": "GitHub OAuth",
|
||||||
|
"type": "cloud",
|
||||||
|
"description": "GitHub アカウントでのログイン。GitHub OAuth App で発行。VPS の /auth/oauth/github エンドポイントで処理。",
|
||||||
|
"status": "active"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "posimai-store",
|
"id": "posimai-store",
|
||||||
"label": "Posimai Store",
|
"label": "Posimai Store",
|
||||||
"type": "app",
|
"type": "app",
|
||||||
"description": "Posimaiアプリ販売LP。フリーミアム+買い切り¥500モデル。Ponshu Room を最初の販売対象とし Brain/Habit/Pulse も順次展開予定。Design A/B/C の3バリアント実装済み。",
|
"description": "Posimaiアプリ販売 LP。買い切り ¥500 モデル。Design A/B/C/D の4バリアント実装済み(Eiji と検討中)。Stripe Payment Link で決済。",
|
||||||
"url": "https://posimai-store.vercel.app",
|
"url": "https://posimai-store.vercel.app",
|
||||||
"status": "active",
|
"status": "active",
|
||||||
"parent": "vercel"
|
"parent": "vercel"
|
||||||
|
|
@ -159,14 +182,15 @@
|
||||||
{ "from": "ubuntu-pc", "to": "tailscale", "type": "connects", "label": "VPN" },
|
{ "from": "ubuntu-pc", "to": "tailscale", "type": "connects", "label": "VPN" },
|
||||||
{ "from": "android-phone", "to": "tailscale", "type": "connects", "label": "VPN" },
|
{ "from": "android-phone", "to": "tailscale", "type": "connects", "label": "VPN" },
|
||||||
{ "from": "synology", "to": "tailscale", "type": "connects", "label": "VPN" },
|
{ "from": "synology", "to": "tailscale", "type": "connects", "label": "VPN" },
|
||||||
{ "from": "vps-xserver", "to": "tailscale", "type": "connects", "label": "VPN" },
|
|
||||||
|
|
||||||
{ "from": "windows-pc", "to": "ubuntu-pc", "type": "connects", "label": "SSH / posimai-dev" },
|
{ "from": "windows-pc", "to": "ubuntu-pc", "type": "connects", "label": "SSH / posimai-dev" },
|
||||||
{ "from": "android-phone", "to": "posimai-dev", "type": "connects", "label": "Tailscale HTTPS" },
|
{ "from": "android-phone", "to": "posimai-dev", "type": "connects", "label": "Tailscale HTTPS" },
|
||||||
{ "from": "windows-pc", "to": "syncthing-ubuntu","type": "connects","label": "ファイル同期" },
|
{ "from": "windows-pc", "to": "syncthing-ubuntu","type": "connects", "label": "ファイル同期" },
|
||||||
|
|
||||||
{ "from": "posimai-dev", "to": "ubuntu-pc", "type": "runs-on" },
|
{ "from": "posimai-dev", "to": "ubuntu-pc", "type": "runs-on" },
|
||||||
{ "from": "syncthing-ubuntu", "to": "ubuntu-pc", "type": "runs-on" },
|
{ "from": "syncthing-ubuntu", "to": "ubuntu-pc", "type": "runs-on" },
|
||||||
|
{ "from": "gitea", "to": "synology", "type": "runs-on" },
|
||||||
|
{ "from": "uptime-kuma", "to": "synology", "type": "runs-on" },
|
||||||
|
|
||||||
{ "from": "ubuntu-pc", "to": "gitea", "type": "push", "label": "git push" },
|
{ "from": "ubuntu-pc", "to": "gitea", "type": "push", "label": "git push" },
|
||||||
{ "from": "ubuntu-pc", "to": "github", "type": "push", "label": "git push" },
|
{ "from": "ubuntu-pc", "to": "github", "type": "push", "label": "git push" },
|
||||||
|
|
@ -174,21 +198,26 @@
|
||||||
{ "from": "windows-pc", "to": "github", "type": "push", "label": "git push" },
|
{ "from": "windows-pc", "to": "github", "type": "push", "label": "git push" },
|
||||||
{ "from": "ubuntu-pc", "to": "synology", "type": "connects","label": "rsync backup" },
|
{ "from": "ubuntu-pc", "to": "synology", "type": "connects","label": "rsync backup" },
|
||||||
|
|
||||||
{ "from": "gitea", "to": "synology", "type": "runs-on" },
|
|
||||||
{ "from": "github", "to": "vercel", "type": "trigger", "label": "auto deploy" },
|
{ "from": "github", "to": "vercel", "type": "trigger", "label": "auto deploy" },
|
||||||
{ "from": "vercel", "to": "posimai-apps", "type": "hosts" },
|
{ "from": "vercel", "to": "posimai-apps", "type": "hosts" },
|
||||||
|
{ "from": "vercel", "to": "posimai-store", "type": "hosts" },
|
||||||
|
|
||||||
{ "from": "posimai-api", "to": "vps-xserver", "type": "runs-on", "label": "Docker" },
|
{ "from": "posimai-api", "to": "vps-xserver", "type": "runs-on", "label": "Docker" },
|
||||||
{ "from": "postgresql", "to": "vps-xserver", "type": "runs-on" },
|
{ "from": "postgresql", "to": "vps-xserver", "type": "runs-on" },
|
||||||
{ "from": "posimai-api", "to": "postgresql", "type": "calls", "label": "SQL" },
|
{ "from": "posimai-api", "to": "postgresql", "type": "calls", "label": "SQL" },
|
||||||
{ "from": "posimai-api", "to": "resend", "type": "calls", "label": "Magic Link" },
|
{ "from": "posimai-api", "to": "resend", "type": "calls", "label": "Magic Link メール" },
|
||||||
|
{ "from": "posimai-api", "to": "google-oauth", "type": "calls", "label": "OAuth認証" },
|
||||||
|
{ "from": "posimai-api", "to": "github-oauth", "type": "calls", "label": "OAuth認証" },
|
||||||
|
|
||||||
{ "from": "posimai-apps", "to": "posimai-api", "type": "calls", "label": "REST API" },
|
{ "from": "stripe", "to": "posimai-api", "type": "calls", "label": "Webhook (決済完了)" },
|
||||||
{ "from": "posimai-apps", "to": "supabase", "type": "calls", "label": "realtime" },
|
|
||||||
{ "from": "posimai-apps", "to": "stripe", "type": "calls", "label": "payment" },
|
|
||||||
{ "from": "posimai-store", "to": "stripe", "type": "calls", "label": "Payment Link" },
|
{ "from": "posimai-store", "to": "stripe", "type": "calls", "label": "Payment Link" },
|
||||||
{ "from": "posimai-store", "to": "vercel", "type": "runs-on" },
|
{ "from": "posimai-apps", "to": "posimai-api", "type": "calls", "label": "REST API (JWT認証)" },
|
||||||
|
{ "from": "posimai-apps", "to": "supabase", "type": "calls", "label": "realtime (together)" },
|
||||||
|
|
||||||
{ "from": "windows-pc", "to": "vps-xserver", "type": "connects", "label": "SSH" }
|
{ "from": "uptime-kuma", "to": "vps-xserver", "type": "monitors","label": "死活監視" },
|
||||||
|
{ "from": "uptime-kuma", "to": "ubuntu-pc", "type": "monitors","label": "死活監視" },
|
||||||
|
{ "from": "uptime-kuma", "to": "posimai-apps", "type": "monitors","label": "死活監視" },
|
||||||
|
|
||||||
|
{ "from": "windows-pc", "to": "vps-xserver", "type": "connects","label": "SSH (deploy)" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue