Files
106_105_181_40/CLAUDE.md
Timmy 4f626a9366 Add Xensor (CyCraft) EDR agent install notes
Document the cydroned EDR agent deployed on 106.105.181.40: install
package, three-hop SSH chain, installer behavior, verification commands,
current status, and uninstall. Add docs index to CLAUDE.md.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-08 18:04:31 +08:00

1.3 KiB
Raw Blame History

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

概述

此目錄為伺服器 106.105.181.40SSH 別名: hospital_media)的運維筆記,主要記錄 Ant Media Server 的部署與操作資訊。

文件索引

伺服器操作

Ant Media Server 以 Docker 容器方式運行於 /opt/antmedia

  • 建構映像: bash build.sh
  • 啟動容器: bash run.sh
  • 停止容器: bash stop.sh
  • 進入容器: bash shell.sh
  • 從容器提取資料快照: bash init/init.sh

重要注意事項

  • 容器無持久化 Volume,所有資料存於容器內部,刪除容器即遺失資料
  • data/ 目錄是透過 init/init.sh 從容器 tar 出來的快照,非即時同步的 bind mount
  • 容器以 --privileged + --network host 模式運行
  • 目前版本為 Ant Media Server Enterprise 2.13.2Docker image: antmediaserver:2.13.2
  • 歷史版本資料備份於 data.243/v2.4.3)和 data.290/v2.9.0