From 5753e7599c261bff6d6a486b4f47eab814665010 Mon Sep 17 00:00:00 2001 From: Timmy Date: Thu, 9 Apr 2026 08:57:56 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=96=B0=E5=A2=9E=20README.md=20?= =?UTF-8?q?=E5=B0=88=E6=A1=88=E8=AA=AA=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..314c2a2 --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# 106.105.181.70 - Hospital Web Server + +台北市立聯合醫院網頁伺服器 (`tpesupporter.tpech.gov.tw`) 相關設定與文件。 + +## 文件說明 + +| 檔案 | 說明 | +|---|---| +| `dns_records.md` | tpech.gov.tw 子網域 DNS A 記錄 | +| `ssh_config.md` | SSH 連線架構與跳板機設定 | + +## 伺服器架構 + +``` +[本機] → jason_hsieh_home_srv (跳板機) + ├── hospital_media (106.105.181.40) — 影音/通訊服務 (tel.tpech.gov.tw) + └── hospital_web (106.105.181.70) — 網頁/NPM 管理 (tpesupporter.tpech.gov.tw) +``` + +## 連線方式 + +```bash +# 連線至本機 (Hospital Web Server) +ssh hospital_web + +# 連線至影音伺服器 +ssh hospital_media +``` + +> 需於 `~/.ssh/config` 設定跳板機,詳見 `ssh_config.md`。