We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b7f28 commit a7a6a2bCopy full SHA for a7a6a2b
CLAUDE.md
@@ -25,6 +25,12 @@ VPS上で実行するサーバー管理ユーティリティ集。FreeBSD / Ubun
25
- テスト: `bin/wb help` で動作確認可能
26
- GitHub CLI: `gh`
27
28
+## Mastodon関連ツールの共通パターン
29
+
30
+- `config/application.yaml`の`mastodon`セクション(user, rails_env, dir)を共通設定として参照
31
+- tootctlの実行は`sudo -u`+`CommandLine`で、`RAILS_ENV`環境変数とディレクトリを設定
32
+- 現在FreeBSD専用(Ubuntu対応は不要)
33
34
## 注意点
35
36
- 外部gemのrequireは不要(`Bundler.require`で自動ロード)
0 commit comments