sotashimozono_obsidian-remo.../docs/ja/getting-started/install.md
Souta d4f8b5e982 docs(seo): extend description frontmatter to 34 more pages
Beta.0 covered the top 15 entry pages. This beta covers another 34
medium- and high-traffic pages so SERP snippets stop falling back to
auto-extracted lead text on the rest of the doc tree:

  Cookbook (the rest beyond beta.0):
    - host-migration, hardware-key, reverse-proxy, multi-vault,
      ssh-keygen, systemd-managed-daemon, cookbook/index

  User guide:
    - host-keys, jump-host, ssh-config, conflicts, plugin-compatibility

  Operations:
    - reconnect, upgrading, uninstalling, performance-tuning

  Configuration:
    - profiles, this-device

  Server:
    - firewall, multi-user, server/overview

  API / reference / security / privacy:
    - api/overview, security/host-keys, privacy, reference/daemon-cli

  JA twins for beta.0's EN pages (parity coverage):
    - comparison, faq, getting-started/{install,quickstart,first-connect}
    - operations/troubleshooting, cookbook/raspberry-pi-vault
    - migration/from-obsidian-sync, security/model

`docs/en/user-guide/plugin-compatibility.md` previously had no
frontmatter at all — the H1 was its de-facto title. Adding minimal
frontmatter (title matches the H1 verbatim, plus tags + description).
Slug and rendered title unchanged.

The remaining ~30 EN-only pages (sub-section landings, deep API
reference, contributing guide) keep Quartz's auto-extracted
descriptions for now — they're navigational/internal pages where
SERP-snippet quality matters less. We can extend further once
Search Console data shows specific pages getting impressions but
poor click-through.
2026-05-11 00:22:51 +09:00

3.3 KiB
Raw Permalink Blame History

title lang tags description
インストール ja
getting-started
install
obsidian-remote-ssh のインストール: Obsidian Community Plugins ストア、BRAT (beta チャネル)、リリースタグからの手動インストール。デスクトップのみ、Obsidian 1.5+。

obsidian-remote-ssh のインストール

Obsidian Community Plugins ストアstableまたは BRATbeta チャネル — 新機能はここに先に届きます)からインストールできます。両者は同じプラグインコードベースを配布し、違いは BRAT / Obsidian がどの manifest を取得するかだけです。

オプション 1 — Community Plugins ストアstable

ステータス: 申請中。現時点では BRAT 経由のインストールを推奨します。

  1. Obsidian → SettingsCommunity plugins を開く
  2. Restricted mode が有効なら無効化
  3. Browse をクリック、Remote SSH を検索
  4. Install → Enable

オプション 2 — BRATbeta チャネル)

BRAT は GitHub リポジトリの manifest-beta.json から直接プラグインをインストールするツールです。next ブランチに入った修正を即日入手したい場合に推奨。

  1. まず Community Plugins ストアから BRAT をインストール
  2. BRAT 設定 → Add Beta plugin
  3. リポジトリスラグを貼り付け:
    sotashimozono/obsidian-remote-ssh
    
  4. --beta を選択stable の manifest.json ではなく manifest-beta.json を追跡させる)
  5. 数秒待ってダウンロード後、Community Plugins で Remote SSH を有効化

BRAT は Obsidian 起動時に自動更新します。特定バージョンに固定したい場合は BRAT の "Auto-update at startup" を OFF に。

オプション 3 — 手動インストール

エアギャップされた Obsidian や、ロード前にバンドルを検査したい場合用。

  1. Releases から最新の release artefacts をダウンロード:
    • main.js(プラグインバンドル)
    • manifest.json
    • styles.css
  2. 3 ファイルを以下にコピー:
    <vault>/.obsidian/plugins/remote-ssh/
    
  3. Obsidian を再起動 → SettingsCommunity pluginsRemote SSH を有効化

サーバ側

プラグインは接続時に 署名済みデーモンバイナリobsidian-remote-server)を自動でリモートに配置します — 通常は手動インストール不要です。何がどこに配置されるかは en/server/overview(英語)、デーモンを自分で検証したい場合は en/security/cosign-verify(英語)を参照。

動作要件

項目 内容
Obsidian 1.5.0 以降
ローカル OS macOS、Linux、Windows
リモート OS Linux (amd64 / arm64)、macOS (Intel / Apple Silicon)
リモート SSH OpenSSH 8.0+ 推奨。パスワード / 公開鍵 / SSH agent 認証すべてサポート
モバイル 未対応 — モバイルリレー トラッカー 参照

次: ja/getting-started/first-connect