mirror of
https://github.com/sotashimozono/obsidian-remote-ssh.git
synced 2026-07-22 17:10:32 +00:00
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.
3.3 KiB
3.3 KiB
| title | lang | tags | description | ||
|---|---|---|---|---|---|
| インストール | ja |
|
obsidian-remote-ssh のインストール: Obsidian Community Plugins ストア、BRAT (beta チャネル)、リリースタグからの手動インストール。デスクトップのみ、Obsidian 1.5+。 |
obsidian-remote-ssh のインストール
Obsidian Community Plugins ストア(stable)または BRAT(beta チャネル — 新機能はここに先に届きます)からインストールできます。両者は同じプラグインコードベースを配布し、違いは BRAT / Obsidian がどの manifest を取得するかだけです。
オプション 1 — Community Plugins ストア(stable)
ステータス: 申請中。現時点では BRAT 経由のインストールを推奨します。
- Obsidian → Settings → Community plugins を開く
- Restricted mode が有効なら無効化
- Browse をクリック、Remote SSH を検索
- Install → Enable
オプション 2 — BRAT(beta チャネル)
BRAT は GitHub リポジトリの manifest-beta.json から直接プラグインをインストールするツールです。next ブランチに入った修正を即日入手したい場合に推奨。
- まず Community Plugins ストアから BRAT をインストール
- BRAT 設定 → Add Beta plugin
- リポジトリスラグを貼り付け:
sotashimozono/obsidian-remote-ssh - --beta を選択(stable の
manifest.jsonではなくmanifest-beta.jsonを追跡させる) - 数秒待ってダウンロード後、Community Plugins で Remote SSH を有効化
BRAT は Obsidian 起動時に自動更新します。特定バージョンに固定したい場合は BRAT の "Auto-update at startup" を OFF に。
オプション 3 — 手動インストール
エアギャップされた Obsidian や、ロード前にバンドルを検査したい場合用。
- Releases から最新の release artefacts をダウンロード:
main.js(プラグインバンドル)manifest.jsonstyles.css
- 3 ファイルを以下にコピー:
<vault>/.obsidian/plugins/remote-ssh/ - Obsidian を再起動 → Settings → Community plugins で Remote 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 認証すべてサポート |
| モバイル | 未対応 — モバイルリレー トラッカー 参照 |