From fc270675a59d354edb87dda2cf48b99f8ca2f18d Mon Sep 17 00:00:00 2001 From: posimai Date: Sun, 5 Apr 2026 22:48:26 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20remove=20Syncthing=20node=20=E2=80=94?= =?UTF-8?q?=20service=20retired?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- atlas.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/atlas.json b/atlas.json index 5af7722..6c09ad7 100644 --- a/atlas.json +++ b/atlas.json @@ -25,15 +25,6 @@ "status": "active", "parent": "ubuntu-pc" }, - { - "id": "syncthing-ubuntu", - "label": "Syncthing", - "type": "service", - "description": "Ubuntu PC ↔ Windows PC のリアルタイムファイル同期。posimai-project フォルダを双方向同期。", - "url": "http://100.77.11.43:8384", - "status": "active", - "parent": "ubuntu-pc" - }, { "id": "windows-pc", "label": "Windows PC", @@ -185,10 +176,8 @@ { "from": "windows-pc", "to": "ubuntu-pc", "type": "connects", "label": "SSH / posimai-dev" }, { "from": "android-phone", "to": "posimai-dev", "type": "connects", "label": "Tailscale HTTPS" }, - { "from": "windows-pc", "to": "syncthing-ubuntu","type": "connects", "label": "ファイル同期" }, { "from": "posimai-dev", "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" },