docs: 新增 README.md 專案說明
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
30
README.md
Normal file
30
README.md
Normal file
@@ -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`。
|
||||
Reference in New Issue
Block a user