strfry から nostrfy へマイグレーションと切り替えは
nostrfy init
nano nostrfy.toml # 設定を strfry で入れているものを
nostrfy migration [options]
nostrfy start # 起動
curl http://xxx:nnnn # nostrfy 起動しているか確認
strfry sync upload wss://xxx:nnnn # nostrfy へ流し続ける
# ここで Nginx や Caddy のリバースプロキシを nostrfy のポートに向ける
# リバースプロキシを reload
# strfry を停止
というフローでやれば移行できるかな
nostrfy init
nano nostrfy.toml # 設定を strfry で入れているものを
nostrfy migration [options]
nostrfy start # 起動
curl http://xxx:nnnn # nostrfy 起動しているか確認
strfry sync upload wss://xxx:nnnn # nostrfy へ流し続ける
# ここで Nginx や Caddy のリバースプロキシを nostrfy のポートに向ける
# リバースプロキシを reload
# strfry を停止
というフローでやれば移行できるかな