← スキル一覧に戻る

link-to-obsidian-dev
by lc0rp
⭐ 0🍴 0📅 2026年1月23日
SKILL.md
name: link-to-obsidian-dev description: Verify, configure, and manage the link-to-obsidian redirect service (systemd). Use when checking service status/logs, editing config, rebuilding the binary, or restarting the service.
Link-to-Obsidian (service)
Overview
Operate the link-to-obsidian redirect service on the devbox (systemd unit link-to-obsidian).
Status / logs
systemctl status link-to-obsidian --no-pager
journalctl -u link-to-obsidian -f
Config
- Env file:
/etc/link-to-obsidian/link-to-obsidian.env - Override path:
LTO_CONFIG - Common keys:
LTO_TAILSCALE_IP,LTO_TAILSCALE_DNS,LTO_VAULT_NAME,LTO_SAMPLE_FILE,PORT
Restart
sudo systemctl restart link-to-obsidian
Build / install binary
cd /data/projects/link-to-obsidian
sudo go build -o /usr/local/bin/link-to-obsidian .
Tests
go test -cover ./...
Source / docs
- Repo:
/data/projects/link-to-obsidian - Reference:
README.md,spec.md
スコア
総合スコア
40/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です