From 81c09e9819f6618f896ad71a1d34ab5dffba8712 Mon Sep 17 00:00:00 2001 From: posimai Date: Sun, 29 Mar 2026 22:57:44 +0900 Subject: [PATCH] fix: correct VPS provider (XServer not Hetzner), remove unused Cloudflare node --- atlas.json | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/atlas.json b/atlas.json index d6181aa..1e97626 100644 --- a/atlas.json +++ b/atlas.json @@ -44,10 +44,10 @@ "parent": "synology" }, { - "id": "vps-hetzner", - "label": "VPS (Hetzner)", + "id": "vps-xserver", + "label": "VPS (XServer)", "type": "server", - "description": "Posimai API 本番サーバー。Ubuntu 22.04、Docker で運用", + "description": "Posimai API 本番サーバー。共同開発者 Eiji 提供。Ubuntu / Docker で運用", "url": "https://api.soar-enrich.com", "status": "active" }, @@ -57,7 +57,7 @@ "type": "service", "description": "VPS 上のコンテナランタイム。Posimai API コンテナを管理", "status": "active", - "parent": "vps-hetzner" + "parent": "vps-xserver" }, { "id": "posimai-api", @@ -66,7 +66,7 @@ "description": "server.js。認証・記事・TTS・ジャーナル・習慣 API を提供", "url": "https://api.soar-enrich.com", "status": "active", - "parent": "vps-hetzner" + "parent": "vps-xserver" }, { "id": "tailscale", @@ -76,13 +76,6 @@ "url": "https://tailscale.com", "status": "active" }, - { - "id": "cloudflare", - "label": "Cloudflare", - "type": "network", - "description": "DNS 管理・CDN。api.soar-enrich.com 等のドメインを管理", - "status": "active" - }, { "id": "github", "label": "GitHub", @@ -130,19 +123,19 @@ { "from": "ubuntu-pc", "to": "tailscale", "type": "connects", "label": "VPN" }, { "from": "android-phone", "to": "tailscale", "type": "connects", "label": "VPN" }, { "from": "synology", "to": "tailscale", "type": "connects", "label": "VPN" }, - { "from": "vps-hetzner", "to": "tailscale", "type": "connects", "label": "VPN" }, + { "from": "vps-xserver", "to": "tailscale", "type": "connects", "label": "VPN" }, { "from": "windows-pc", "to": "gitea", "type": "push", "label": "git push" }, { "from": "windows-pc", "to": "github", "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": "github", "to": "vercel", "type": "trigger", "label": "auto deploy" }, { "from": "gitea", "to": "synology", "type": "runs-on" }, - { "from": "docker", "to": "vps-hetzner", "type": "runs-on" }, + { "from": "docker", "to": "vps-xserver", "type": "runs-on" }, { "from": "posimai-api", "to": "docker", "type": "runs-on", "label": "container" }, { "from": "vercel", "to": "posimai-apps","type": "hosts" }, { "from": "posimai-apps", "to": "posimai-api", "type": "calls", "label": "REST API" }, { "from": "posimai-apps", "to": "supabase", "type": "calls", "label": "realtime" }, { "from": "posimai-apps", "to": "stripe", "type": "calls", "label": "payment" }, - { "from": "cloudflare", "to": "vps-hetzner", "type": "dns", "label": "DNS" } + { "from": "windows-pc", "to": "vps-xserver", "type": "connects", "label": "SSH" } ] }